Click to See Complete Forum and Search --> : open new window question
doofusrock
05-04-2003, 07:06 PM
where in the javascript for opening a new window do you insert the text/object?
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('page.html')
-->
</SCRIPT>
Charles
05-04-2003, 07:28 PM
What is this "text/object" of which you speak?
<a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=400,height=300'); return false">W3C</a>
And see http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1202731.
doofusrock
05-04-2003, 07:43 PM
like...<suchandso</a> and I like that code but how would you make the window smaller? the width doesn't change when i put 'width=100,width=100' in the code