Is there anyway to specify a window size without JavaScript?
I have a form that submits to a new window and I did not want it to be a large window like the parent.
I have the form as
form name="blah" method=post action=saved.asp target="_new"
The target will open the action in a new window, but it is large.
I have a form that submits to a new window and I did not want it to be a large window like the parent.
I have the form as
form name="blah" method=post action=saved.asp target="_new"
The target will open the action in a new window, but it is large.