Short and sweet.
I visited a friend (totaly computer idiotic)
Wanted to show off my new menu system.
Went to my Site and BAM No Menus ??????
My other javascript stuff worked ???????
It turns out his "Pop up blocker" allowed javascript (this was a user setting) but was blocking "javascript timers" (another user setting).
I turned off the script timer blocker and all was well.
Now for the questions:
would <NO_SCRIPT> work in this case ????
Is there another way, PHP/ASP/JS or otherwise, that I can tell if javascript is blocked so I can redirect (besides the <NO_SCRIPT> method) ?????
I do both WIN32 and UNIX
Thanx
Sensing Pop up Blockers
It IS possible, i think. Essentially you could create a timer that would set a variable to something in a couple milliseconds...in the mean time you set up a for loop of some sort that counts to say 5000 or more, hopefully in the short time that elapses, the timer has enough time to expire...if it does have enough time (based on your trials and guessing) but still doesn't set the variable, you know timers are disabled, so redirect or do whatever you want. I havent tried this, but its what I would try if I were in your situation.
Dave Hergert
Software Engineer
"Helping to make the menu better, one
at a time."
Software Engineer
"Helping to make the menu better, one

Sounds logical.
I'll try this out on a test page and report to you guys next time I visit him. (In a couple of weeks) I personally dont use pop-up blockers so this encounter was an unexpected learning experience.
Its a jungle out there. If any other potential solutions I might try "pop-up" [pun intended] please thread them in.
Thanx
Dishmann[/img]
I'll try this out on a test page and report to you guys next time I visit him. (In a couple of weeks) I personally dont use pop-up blockers so this encounter was an unexpected learning experience.
Its a jungle out there. If any other potential solutions I might try "pop-up" [pun intended] please thread them in.
Thanx
Dishmann[/img]
My 2 cents: I use "Pop-Up Stopper" (http://www.panicware.com) and have never had it cause problems with the menus.
Kevin
Kevin