I have an embed tag with a swf file. It's simply has link to another pages. Is there anyway to create a blank target which opens the link in a new window? Apparently target="_blank" does not work. Any suggestions?
Thanks
owika
3:30 pm on Sep 18, 2007 (gmt 0)
Try "_new" instead.
ThaSaltyDawg
4:08 pm on Sep 18, 2007 (gmt 0)
Do you mean target="_new", I tried that also, nothing.
owika
4:26 pm on Sep 18, 2007 (gmt 0)
Yes, target="_new" should work. Did you empty your browser-cache before testing it?