Posted by Disco Octopus on 07/01/05 07:16
Toby Inkster wrote :
> 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.
I suppose you could also do something like this in javascript...
<psuedo>
in PAGE1
popup a new page (PAGE2)
if "This is from your child"
the Popup Worked
else
the popup did not work
fi
in PAGE2
set a flag in PAGE2's parent (PAGE1) saying "This is from your
child"
</psuedo>
--
a beef jerky web site : http://www.choicebeefjerky.com.au
set an example : http://example.com
talk to the teacher now and then about something other than the subject
[Back to original message]
|