Gday!
I am trying to find if there is a way to stop more than one instance of a popup browser window from occurring...
is there code that can be added to a link to check if a browser/file is already open and simply bring this page/file to the front again???
there are two ways I commonly create a new browser and would like them to function as desired above:
1...(the most common one of course)
<a href="intro.html" target="_blank">ENTER</a>
eg:
2...(a dreamweaver hotspot map)
<map name="Map">
<area shape="rect" coords="4,4,174,116" href="#" onClick="MM_openBrWindow('../enlargements/004.jpg','','width=373,height=370')">
</map>
eg: (click on any image or slideshow at bottom of page)
-------
In both cases you can end up with unlimited open browsers of the one page/file if you keep clicking on the link and I would love to restrict this for heaps of other applications like media players, etc...
would really appreciate some help here
cheers, z
I am trying to find if there is a way to stop more than one instance of a popup browser window from occurring...
is there code that can be added to a link to check if a browser/file is already open and simply bring this page/file to the front again???
there are two ways I commonly create a new browser and would like them to function as desired above:
1...(the most common one of course)
<a href="intro.html" target="_blank">ENTER</a>
eg:
2...(a dreamweaver hotspot map)
<map name="Map">
<area shape="rect" coords="4,4,174,116" href="#" onClick="MM_openBrWindow('../enlargements/004.jpg','','width=373,height=370')">
</map>
eg: (click on any image or slideshow at bottom of page)
-------
In both cases you can end up with unlimited open browsers of the one page/file if you keep clicking on the link and I would love to restrict this for heaps of other applications like media players, etc...
would really appreciate some help here
cheers, z