Click to See Complete Forum and Search --> : Need Help in opening a new window


clyde
07-24-2003, 08:23 AM
Good Day

can I send html and javascript to a browser and open a new window with out going to the next page on my original window.

I also need to send a value that needs to be passed to the open window.

Any help would be appreciated.

Clyde

Charles
07-24-2003, 09:28 AM
<a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=400,width=300'); return false">W3C</a>

clyde
07-25-2003, 08:37 AM
Thanks for the response I will give it a try

clyde