![]() |
Quick popup question
What code would be best to have a popup box working in IE and FF for as many users as possible.
Im not talking about a entry or exit popup but if someone clicks an info link on my site he should get a little box popping up with info. I know from my own surfing experience this stuff often don't work for me on many sites. Any suggestions? |
Quote:
javascript ? |
Quote:
|
I think most peopple have it on, there are too many sites using javascript everywhere..
Here a little example to you.... <script language=javascript> function Popup() { window.open('popuppage.html' ,'Name','width=350,height=600,resizable=no,scrollb ars=yes'); } </script> <A href="#" onclick="Popup();">click here to popup</A> |
Quote:
|
Quote:
|
Quote:
|
Javascript may be enabled, but popup blockers will block JS oriented to automatically spawning windows (like on form load).
|
All times are GMT -7. The time now is 02:13 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123