|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
Hi
Is it the pop-up you want to size? If so: Code:
window.open('http://www.mydomain.com','Popup','height=100,width=100'); Code:
window.resizeTo(100,100); The other issue is that pop-ups are increasingly unpopular so a solution without a pop-up will always be the best MK |
|
#3
|
|||
|
|||
|
thanks a million, thats a great help!
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > page size |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|