Click to See Complete Forum and Search --> : setting page properites using only a link?


geo_geer
01-28-2003, 04:24 PM
Hey guys. I'll start with what I'm trying to do. I am using a third party activeX control that contains a mapping program. When the user clicks on a certain object within the window, it goes into a database and pulls a hyperlink (dependant on the object selected), launches a new browser window and opens the link. I want to control the properties of the new window (height, width, visibility of the menus etc...). I can put whatever I want in the link itself.

Imagine having a link in a webpage that the user can click on and a new window opening up to display the new page. Can I control the page properties through parameters in the link itself?

A way I was thinking of possibly doing this, was to link to a "loading" page with the link to the page I really want as a parameter in the link ie. http://server/loader.html?name=object5 and then have the loader page open a new window using a link constructed using the object5 part. But I would then want to close the loader window and I get the dialog box asking if I really want to close this window. I don't want this dialog to show up but I don't know if there is a way to get around this part.

Sorry this is so long,

TIA
geo_geer