pop up windows |
pop up windows |
![]()
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* |
![]()
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. |
|
|
![]() ![]() |