Flash pop ups?
Flash pop ups?
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- dehryll0
you can use javascript. just do the following:
• launch a page using "getURL"
• in that page have a javascript script that pops open a new window with you desired attributes.
• then in the popup window have a script that closes the "opener" window.i've done this before, but i'm too lazy to search for the code i used. do you need it?