GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Quick popup question (https://gfy.com/showthread.php?t=652009)

Dirty F 09-04-2006 06:08 PM

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?

wizhard 09-04-2006 06:13 PM

Quote:

Originally Posted by Franck
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?


javascript ?

Dirty F 09-04-2006 06:16 PM

Quote:

Originally Posted by wizhard
javascript ?

Thats what im wondering...how many people have it turned off.

lgranata 09-04-2006 06:21 PM

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>

Dirty F 09-04-2006 06:27 PM

Quote:

Originally Posted by lgranata
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>

Yup, pretty standard code. Ok thanks.

wizhard 09-04-2006 06:42 PM

Quote:

Originally Posted by Franck
Thats what im wondering...how many people have it turned off.

I've no accurate stats on this but I imagine very few surfers surf with js disabled. ActiveX of course can be another matter.

fuzebox 09-04-2006 07:10 PM

Quote:

Originally Posted by wizhard
javascript ?

A lot of popup blockers block the basic popup code, even on a mouseclick event :(

dcortez 09-04-2006 08:22 PM

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