Go Back   HostGator Peer Support Forums > HostGator Peer Support Forums > Shared Hosting Support

Notices

Reply
 
Thread Tools
  #1  
Old 02-25-2005, 05:35 PM
GRIM's Avatar
GRIM GRIM is offline
Hatchling Croc
 
Join Date: Jan 2005
Location: In front of my computer
Posts: 11
Arrow Java popup

Hi... I was wondering what the script is for creating a popup page, like the ones used when you click on the '?' on the hosting plans pages.... I've beenlooking around for some, but can't seem to find one that fits my needs...


thanx!
GRIM
__________________
it wasnt me.
Reply With Quote
  #2  
Old 02-25-2005, 06:42 PM
esl's Avatar
esl esl is offline
Emperor Croc
 
Join Date: Jan 2005
Location: Proud to be an American - USA
Posts: 2,232
Default Re: Java popup

I think you can get that code from bravenet. I think its bravenet.com. I am not sure.
Reply With Quote
  #3  
Old 02-25-2005, 07:56 PM
britbob britbob is offline
Swamp Croc
 
Join Date: Oct 2004
Posts: 270
Default Re: Java popup

Check out hotscripts. There are several on there that would do that job.
__________________
Bob.

Reply With Quote
  #4  
Old 02-26-2005, 02:34 AM
JZ JZ is offline
Swamp Croc
 
Join Date: Aug 2004
Location: Harrisburg, PA
Posts: 364
Default Re: Java popup

The code for that is actually very simple. Your a href tag would look something like this:

HTML Code:
<a href="javascript:popUp('popup.html')">image or some text here</a>

-Jay
Reply With Quote
  #5  
Old 03-01-2005, 04:25 AM
o0CAPPI0o o0CAPPI0o is offline
Baby Croc
 
Join Date: Mar 2004
Posts: 52
Default Re: Java popup

i have a php script on my site called phpNuke -Tools and amongst them is a pop up creator if you click on this link you can use it direct and it will give you the code to copy and paste into your web pages

http://www.bravocompany.org.uk/modul...index&func=Pop
Reply With Quote
  #6  
Old 03-01-2005, 03:14 PM
JZ JZ is offline
Swamp Croc
 
Join Date: Aug 2004
Location: Harrisburg, PA
Posts: 364
Default Re: Java popup

Wow, I must have fallen asleep half way through that post. I forgot to put in the JavaScript code.

Anyway, here it is and it goes before the </head> tag.

HTML Code:
function popUp(url) {
window.open(url,"" ,'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,');
}
</script> 
you can also put more options in there like height and width, that will just open it full size.

-Jay

**for some reason vb is putting a space in menubar and there should not be one there**

Last edited by JZ; 03-01-2005 at 03:17 PM.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Chat Major Shared Hosting Support 1 09-25-2003 11:21 AM
MySQL and JAVA nite Shared Hosting Support 2 06-04-2003 09:52 AM

All times are GMT -5. The time now is 09:53 AM.