open shortcut without toolbar

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

Guest

is there any way to make an IE shortcut to a website open without a
toolbar/adress bar/etc. maybe by changing something in the "target" line of
the shortcut?
 
Hi Dark,

No. You have to use javascript and the window.open method. and specify
toolbars=1 Newer versions of IE always show an address bar in popup windows.

Use the createpopup method if you want a chrome popup.

Regards.
 
Back
Top