sorry for opening an old thread.
I was researching a similar issue and this thread caught my attention.
i need to make an empty html page open another html doc at a specific size, then close itself.
I think I'm getting close, but somethings not working right.
quote:
<html>
<a href="javascript:void(window.open('http://www.help.com/help.html','width=799,height=495,scrollbars=no'));>
</a>
</html>
Is what I last tried with and without html tags, but thats my entire code.
this is very new to me, so please bear with my noobness.