E
Eustace
I have a webpage with 2 frames (INDEX, MAIN). The index contains links
of images that open in the main frame, like
<a target="MAIN" href="scan_01.jpg">scan_01.jpg</a>
<a target="MAIN" href="scan_02.jpg">scan_02.jpg</a>
Since target is non-compliant with HTML 4 Strict, what JavaScript code
can I use to replace it?
emf
of images that open in the main frame, like
<a target="MAIN" href="scan_01.jpg">scan_01.jpg</a>
<a target="MAIN" href="scan_02.jpg">scan_02.jpg</a>
Since target is non-compliant with HTML 4 Strict, what JavaScript code
can I use to replace it?
emf