Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-04-2006, 06:08 PM   #1
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
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?
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 06:13 PM   #2
wizhard
Confirmed User
 
Join Date: Jul 2006
Posts: 579
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 ?
wizhard is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 06:16 PM   #3
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
Quote:
Originally Posted by wizhard
javascript ?
Thats what im wondering...how many people have it turned off.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 06:21 PM   #4
lgranata
Confirmed User
 
Join Date: Aug 2005
Location: Buenos Aires
Posts: 155
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>
__________________
Leonardo, (icq: 246-764-290 - email: lgranata@fibertel|dot|com|dot|ar)

:: Buenos Aires Sexy Girls ::
lgranata is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 06:27 PM   #5
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
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.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 06:42 PM   #6
wizhard
Confirmed User
 
Join Date: Jul 2006
Posts: 579
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.
wizhard is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 07:10 PM   #7
fuzebox
making it rain
 
fuzebox's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,112
Quote:
Originally Posted by wizhard
javascript ?
A lot of popup blockers block the basic popup code, even on a mouseclick event
fuzebox is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-04-2006, 08:22 PM   #8
dcortez
DINO CORTEZ™
 
dcortez's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: Vancouver Island
Posts: 2,145
Javascript may be enabled, but popup blockers will block JS oriented to automatically spawning windows (like on form load).
dcortez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.