Posted by Toby Inkster on 06/30/05 10:07
Travis Newbury wrote:
> The page opens, tests for the existance of the pop up blocker, and
> takes the appropriate action with the links.
Kinda can already using Javascript:
<script type="text/javascript">
var w = window.open("test.html","test");
var popup_blocker_is_running = !w;
w.close();
</script>
Whether it will work or not depends on the popup blocker.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|