[thelist] indirect value for 'width' and 'height'

Cristian Secara secarica at fx.ro
Fri Jan 26 20:52:31 CST 2001


Is it possible to assign indirect values for 'width' and 'height' parameters of the window.open function:

<SCRIPT LANGUAGE="javascript">
var value1 = some_numeric_value;
var value2 = some_numeric_value;
function NewWindow(thatpage)
{
thing = window.open(thatpage,"ShowWindow",'menubar=0,[...etc...],width=value1,height=value2');
}
</SCRIPT>

My tests have failed. Am I missing something or is this not possible ?

Thank you.
Best wishes,
	Cristi







More information about the thelist mailing list