Click to See Complete Forum and Search --> : Can we do this?


pulse_gd
12-27-2002, 05:08 AM
I want to open a window (a html file which i will doublw click) with no toolbar, scroll and addressbar ... can we do it. I can do it from one html page with window.open() method but i want to do it for the first opening window itself.

ShrineDesigns
12-27-2002, 05:53 AM
it is unclear what you are asking

<a href="javascript:void(0);" onDblClick="window.open('URL','windowName','windowFeaures')">this link</a>