Target Frame

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a hyperlink that opens a swf file in a new window. It is
800*600, I do not want the Menus and Icons to appear on the new window
though. Rather than open in a new window it will be more like a pop up I
guess.

How do I do this? If you know I'd be really grateful. Please explain "jack
and Jill"

Also if I write the text "close window" on my site how do I create an
action to close the window?
 
Try using javascript scripts for pop-ups. Like this:

<input type="button" onClick='javascript:window.open('[name of file].swf'')'
/>
 
Your question has no bearing on 'target frame' (your subject line).

Try the pluggin "Spawn" at www.jimcoaddins.com whcih creates the link & code
for making custom popup windows.
 
Back
Top