Flasher Archive

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


Subject: Re: FLASH:how'd he do that?? OOOPS!
From: Jason
Date: Fri, 22 Jan 1999 17:33:25 GMT

OOOOOPS!!


Dumb mistake found below... the function needs to be named the same in the
anchor tag and the script... LIke this:


<a href="" onClick="openWin('yourpage.html', 'windowname'); return
false;">YOUR LINKED STUFF HERE</a>

function openWin(url, name) {
popupWin = window.open(url, name,
"resizable=1,toolbar=0,width=420,height=650");


Sorry for any confusion!!!!

J




>I have used it and have had 0 complaints. Should work fine...especially on
>3.0+ browsers, but if you find any bugs let me know. The only problem I
>found was with the Flash INSIDE the pop-up. THe pop up itself works great.
>
>Thanks!!
>
>Jason
>
>
>
>>Jason wrote:
>>
>>> 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!!!
>>
>>Does this support IE3.0 and up? NS 3.0 and up?
>>
>>tnks,
>>
>>-DG-
>>
>>
>>------------------------------------------------------------------------
>>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
>
>
>------------------------------------------------------------------------
>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


------------------------------------------------------------------------
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:how'd he do that??, David Gary
  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??, Jason
  Re: FLASH:how'd he do that??, Jason

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