Log In · Register

 
 
Closed TopicStart new topic
pop up windows
juicyy_fruit
post 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?
 
rivendell
post Nov 4 2004, 12:40 PM
Post #2


- kuupi! ♥-
*****

Group: Member
Posts: 937
Joined: Feb 2004
Member No: 3,148



I think this is it:

CODEBOX: -> right click -> copy/paste


just change the numbers to whatever you want. You can also change the 'click me for a pop up window!' to whatever you would like.
 
expoised
post Nov 4 2004, 12:45 PM
Post #3


te quiero
******

Group: Banned
Posts: 2,586
Joined: Apr 2004
Member No: 14,678



^^^ that's not javascript...

i know the script to get the pop-up window to take up the entire screen... if you want that.
 
metabolic666
post Nov 4 2004, 02:01 PM
Post #4


Senior Member
***

Group: Member
Posts: 68
Joined: Nov 2004
Member No: 60,056



^^yeah what she said...Hrmm I think I have somewhere around here I'll have to come back.
 
*[2]Nekked*
post Nov 4 2004, 03:30 PM
Post #5





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
post Nov 4 2004, 07:00 PM
Post #6


©shesdiztinQtive
*****

Group: Member
Posts: 562
Joined: Oct 2004
Member No: 56,389



thanks, trish. you've helped me out a lot.
 
sherryvu
post Nov 5 2004, 03:18 PM
Post #7


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



QUOTE(juicyy_fruit @ Nov 4 2004, 7:00 PM)
thanks, trish. you've helped me out a lot.

[ topic closed ]
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: