Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: new window
From: Jason
Date: Wed, 30 Dec 1998 22:26:21 GMT

Hey Derek,

It is a new browser window, it is just opened with javaSCRIPT and has the
properties (scrollbars, etc.) specified.

A function something like this will work fine...just call the function from
the link.

function picWin(url, name) {
popupWin = window.open(url, name,
"resizable=1,toolbar=0,scrollbars=yes,width=200,height=220");


In the link simply use: href="" onClick="picWin('whatever.html', 'name');
return false;"

Hope this helps?

J


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  RE: FLASH: new window, Raymond, Derek

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]