|
#1
|
||||
|
||||
|
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. |
|
#2
|
||||
|
||||
|
I think you can get that code from bravenet. I think its bravenet.com. I am not sure.
|
|
#3
|
|||
|
|||
|
Check out hotscripts. There are several on there that would do that job.
__________________
Bob. |
|
#4
|
|||
|
|||
|
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 |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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>
-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. |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
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.









