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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top