Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash popup

Status
Not open for further replies.

theredqueen

Programmer
Joined
Oct 26, 2001
Messages
40
Location
GB
Someone's asked me this, and i cant find an answer.
They want to open a popup from flash.
You can open a window using getURL, but it is just a normal browser window.
If you use a javascript: open() you just get javascript: open() in the location of the new window.
So how can you open a popup?
thanks,
j x
 
I wrote a FAQ on this a while back...you will be amazed at how simple it really is. You do use the javascript:yourpopupname() as you mentioned but then all that does is call a function... that function actually has to be defined within the HTML source code.

faq250-697 Regards,
TulsaJeff

cd_tektips.gif
 
Tulsa... Your FAQ, or at least the files have been down since the end of February. Didn't you get a message from f2s, they were closing down their free host service?

Regards,
new.gif
 
no message and I have not attempted to download them myself... thanks for the info. I will move them and change the FAQ. Regards,
TulsaJeff

cd_tektips.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top