Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH:how'd he do that?? |
From: | Jason |
Date: | Fri, 22 Jan 1999 15:56:19 GMT |
Chris,
Here is the script that goes in the pages' head within script tags. It is called from a link, which is also included here:
function picWin(url, name) {
popupWin = window.open(url, name, "resizable=1,toolbar=0,width=420,height=650");
}
HERE is the HTML link:
<a href="" onClick="openWin('yourpage.html', 'windowname'); return false;">YOUR LINKED STUFF HERE</a>
Hope this helps!!! Really simple stuff oncew you get the hang of it. There are other properties that you can control including scrollbars, etc. There are resources out there (http://colinmoock.iceinc.com) that should have a list. For these properties you can use yes and no, or 0 and 1 to turn them "on" and "off" (like in the sampple script above).
Good luck!!!!!!
Jason
>
>Okay then ... :) .... What would be the HTML way then? I know how to open a new
>browser window, but not a javascripted window (non browser)?
>
>sorry to be a bother
>
>cheers
>
>Chris
>
>
>------------------------------------------------------------------------
>To UNSUBSCRIBE send: unsubscribe flasher in the body of an
>email to list-managershocker [dot] com. Problems to: ownershocker [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-managershocker [dot] com
Replies
Re: FLASH:how'd he do that??, David Gary
Replies
Re: FLASH: Great tricks... how'd he do t, Nathan Livingstone Vale
Re: FLASH:how'd he do that??, Chris
Re: FLASH:how'd he do that??, John Croteau
Re: FLASH:how'd he do that??, Chris
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]