Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
new window size
Name: tar6et Date: November 27, 2004 at 09:03:11 Pacific OS: winXP CPU/Ram: 1.6/512
Comment:
I'm using IIS for a home webserver to play around with. I was wondering if there is anyway to limit the size of a new window opening up, controlled from the server side of things?
I play games so I can kill you without going to prison or hell!!!
Name: tImmaY Date: November 27, 2004 at 23:50:35 Pacific
Reply:
why would you want to do this? you can use javascript to open a window of a specific size and just set resizable=0 or if the link is put into a regular window, have javascript resize the window to whatever size you want it.
0
Response Number 2
Name: tar6et Date: November 30, 2004 at 09:38:05 Pacific
Reply:
well im playing around with a website from home more for the sake of learning than anything and what i want to do is have a link to a sort of quick link page like a navigation bar but more comprehensive. The site has forms linked to a database so if i can provide a "quick link" page that starts as big as the amount of space the links take up and not allow it to be resizeable that would be ideal.
I play games so I can kill you without going to prison or hell!!!
Summary: im looking for a javascript that will open a thumbnail pic into a new window and put the pic into the full size.....any ideas would be good. Forget Microsoft, Go with Linux. ...
Summary: I am trying to open a photo image by clicking on a thumbnail using javascript, but when the new window opens, it just shows the same page - not the photo. What am I missing ? ...
Summary: Hi. I want to use javascript to open a new window in the center of the screen: <a onClick="javascript:window.open('myfile.htm', 'WinName', 'width=800,height=500,left=200,top=200');" Window target=...