|
| |
|
|
x_789
Posts: 29 Joined: 7/31/2002 Status: offline
|
Link to make small popup. Help - 2/16/2003 12:45:04
Ok I searched through some diffrent threads about pop-ups but didn' t see exactly what I am looking for. What I want is a link that will spawn a new popup but I want it sized so it not a huge box so I can put some text about a link contained in the popup that will acutally give them the file. I hope that makes sense. I want a popup to spawn from a link that will be like 300x300 and be able to contain some text and a link...Thank in advace X edit I found what I needed. Please delte...X
< Message edited by x_789 -- 2/16/2003 12:55 PM >
|
|
|
|
JointComms
Posts: 200 Joined: 10/6/2002 From: Windsor, CANADA Status: offline
|
RE: Link to make small popup. Help - 2/16/2003 13:11:34
Here' s what you need. I use similar popups at www.agile-learning.com if you want to look at the source. <a href=" javascript:doPopUp()" >Click Here</a> <script> // Place this script in the <head> of your page. var doPopUpX = (screen.width/2)-150; var doPopUpY = (screen.height/2)-150; var pos = " left=" +doPopUpX+" ,top=" +doPopUpY; function doPopUp(){ doPopUpWindow = window.open(" http://" ," jointcomms" ," width=300,height=300," +pos); } </script>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|