PDA

Click to See Complete Forum and Search --> : New browser window


msdnexpert
Sep 26th, 2000, 11:12 PM
Dear all,
How does one open a new browser window without the menu items and the toolbar. Thanks in advance.

nzerod
Sep 27th, 2000, 01:37 AM
this is java script... but...

<a href=# onclick="win.open('http://url/','_top',' ');">blah</a>

the part that goes in the last set of ''s is what u want to show, check out webmonkey for a list.