Hello I'm new to programming in HTML and the server I'm working thru at work will not allow many JavaScript solutions. So I need to know how to open a new window and specify the size. I currently have the following basic code Please help in adding some kind of resizing to it.
<HTML>
<HEAD>
</HEAD>
<BODY>
<A HREF="window.html" TARGET="new">a new window</A>
</BODY>
</HTML>
im pretty sure you can't resize a new window without javascript. if you add target="blank" to your a tag it will open in a new window but wont be resizable.
have you tried the javascript way yet to see if it does work? i dont see why it wouldnt unless your works browser dosnt have scripts enabled
Bookmarks