pop up windows |
pop up windows |
Nov 4 2004, 09:53 AM
Post
#1
|
|
![]() ©shesdiztinQtive ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 562 Joined: Oct 2004 Member No: 56,389 |
do you guys know the javascript to get a pop up window for a website?
|
|
|
|
![]() |
| *[2]Nekked* |
Nov 4 2004, 03:30 PM
Post
#2
|
|
Guest |
in the head (or top of your code)
CODE <!-- begin code provided by createblog.com --> <script language="JavaScript"><!-- function P(url,h,w) { // (url,height,width) var p = "height=" + h + ",width=" + w + ",scrollbars=yes"; window.open(url,"",p); } // --> </script> <!-- end code provided by createblog.com --> dont change anything on that.. for the links: QUOTE <a href="java script:P('site.htm',height,width)">text</a> change the site.htm, and height and width, in pixels. |
|
|
|
juicyy_fruit pop up windows Nov 4 2004, 09:53 AM
rivendell I think this is it:
CODEBOX: -> right click -> c... Nov 4 2004, 12:40 PM
[X]poised ^^^ that's not javascript...
i know the scri... Nov 4 2004, 12:45 PM
metabolic666 ^^yeah what she said...Hrmm I think I have somewhe... Nov 4 2004, 02:01 PM
juicyy_fruit thanks, trish. you've helped me out a lot. Nov 4 2004, 07:00 PM
Sherry_Vu QUOTE(juicyy_fruit @ Nov 4 2004, 7:00 PM)than... Nov 5 2004, 03:18 PM![]() ![]() |