PDA

View Full Version : Need some help



Spirit
12-13-2007, 11:33 AM
I’m redesigning my site to meet XHTML 1.0 Strict and have iframes embedded in some of the pages.
I can set these as objects but hyperlink targets - pacifically <target=”_parent”> is not recognized. I need to change the main page on this link.
Does any one know how to script the change to the ‘Parent page’ in this case

Chris
12-13-2007, 02:41 PM
Is base target supported in XHTML strict?

Nico
12-14-2007, 11:15 AM
If Javascript is an option, i believe you can do it with window.open() .

Spirit
12-15-2007, 01:53 PM
If Javascript is an option, i believe you can do it with window.open() .
Thanks Nico.
I've got it now Many thanks it 'Works Great so far'