Forum Moderators: open
As I click on another picture in a.html the b.html window goes behind and stays behind the a.html with the new picture.
In other words b.html cannot readily be seen.
How do I keep it on top.
Use top attribute for window.open....and give diff...for each one...
Should look something like this:
<SCRIPT TYPE="text/javascript"><!--window.focus();//--></SCRIPT>
or
<body onLoad="window.focus();">