controlling page characteristics

  • Thread starter Thread starter gb
  • Start date Start date
G

gb

Now that I have figured out how to display a page in a new browser window
from the server (target="_blank"), is there a way to make that new browser
window a certain size and with no toolbars, url line, etc. Just as close to
a message box as I can? I used to do this with clinet side javascript but I
would now like to do everything from the server,
Thanks,
GB
 
The only way to do it from the server is to have the server output the
javascript, and have the javascript executed on the client.
 
Back
Top