HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old August 25th, 2004, 03:35 AM
treasacrowe treasacrowe is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 65 treasacrowe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 m 10 sec
Reputation Power: 5
page size

hi does anyone know if there is a way to specify a page size, i have one page which takes in parameters, but i want to upload files to a server and i want a smaller pop up window to come up to allow the user to browse for files and upload the file and then i want to return to the first page

Last edited by treasacrowe : August 25th, 2004 at 03:36 AM. Reason: not finished

Reply With Quote
  #2  
Old August 25th, 2004, 05:23 AM
selwonk's Avatar
selwonk selwonk is offline
Contributing User
ASP Free Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2004
Posts: 2,942 selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 6 Days 9 h 49 m 28 sec
Reputation Power: 62
Hi

Is it the pop-up you want to size? If so:

Code:
window.open('http://www.mydomain.com','Popup','height=100,width=100');  
If you are using a FORM with a target _blank to produce the pop-up you could use the following to resize the resultant window:

Code:
window.resizeTo(100,100);
However, the latter is not recommended due to cross-browser compatability issues

The other issue is that pop-ups are increasingly unpopular so a solution without a pop-up will always be the best

MK

Reply With Quote
  #3  
Old August 25th, 2004, 05:57 AM
treasacrowe treasacrowe is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 65 treasacrowe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 m 10 sec
Reputation Power: 5
thanks a million, thats a great help!

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > page size


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway