Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 03-31-2002, 01:39 AM   #1
bah
Member (6 bit)
 
Join Date: Feb 2002
Location: Quebec
Posts: 39
HTML - Popup windows size

Hi,
I was wondering how do you specify the size of a window to open.. like a picture... link to a new window with a small size since the picture is small... anyone know how? thanks...
bah is offline   Reply With Quote
Old 03-31-2002, 01:48 AM   #2
Member (13 bit)
 
DrZaius's Avatar
 
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
http://developer.irt.org/script/90.htm
http://www.javascripter.net/faq/browserw.htm
__________________
"A witty saying proves nothing." - Voltaire
DrZaius is offline   Reply With Quote
Old 03-31-2002, 01:49 AM   #3
Member (9 bit)
 
shecky981's Avatar
 
Join Date: Nov 2001
Location: Northeast USA
Posts: 356
http://javascript.internet.com/page-...ed-window.html

this is the javascript to do just that
shecky981 is offline   Reply With Quote
Old 03-31-2002, 09:35 AM   #4
bah
Member (6 bit)
 
Join Date: Feb 2002
Location: Quebec
Posts: 39
So this is the code?
[windowVar = ][window].open("URL", "windowName", ["windowFeatures"])

Where windowFeatures is a comma-separated list of any of the following options and values:

toolbar[=yes|no]|[=1|0]
location[=yes|no]|[=1|0]
directories[=yes|no]|[=1|0]
status[=yes|no]|[=1|0]
menubar[=yes|no]|[=1|0]
scrollbars[=yes|no]|[=1|0]
resizable[=yes|no]|[=1|0]
width=pixels
height=pixels

Where I put that in my HTML?
bah is offline   Reply With Quote
Old 03-31-2002, 03:33 PM   #5
Member (13 bit)
 
DrZaius's Avatar
 
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
You could add the code directly into the link, for example:
Code:
<a href="#" onclick="window.open('http://www.mysite.com/', 'My Site', 'height=200,width=300')">
Where http://www.mysite.com is the URL to the site, 'My Site' is the title of the window, and the height/width is the size of the new window.
DrZaius is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:53 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2