opening a new browser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way I can open up a new browser from a web page; that is maxmised,
has the address bar hidden and goes to a specific URL.

I have tried using the javascript, Windows.Open, but the browser that opens
is not maximised and the user can't maximise it because the max button is
unenabled.

I have tried using the COM dll "Microsoft Internet Controls" (shdocvw.dll),
but I get "Acces Denied".

Any ideas ?
Craig
 
Try this:

window.open('http://www.google.com',null,'resizable=1,top=0,left=0,width='+s
creen.availWidth+',height='+screen.availHeight);

Is there a way I can open up a new browser from a web page; that is
maxmised,
has the address bar hidden and goes to a specific URL.

I have tried using the javascript, Windows.Open, but the browser that opens
is not maximised and the user can't maximise it because the max button is
unenabled.

I have tried using the COM dll "Microsoft Internet Controls" (shdocvw.dll),
but I get "Acces Denied".

Any ideas ?
Craig
 

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