i want to open a ASP page in a seperate browser window, I use the following :
<script language="javascript">
window.open('../quotes/ViewQuote.asp','X','top=25,left=25,width=880,height=500',true);
history.back();
</script>
How would i change this if i wanted it to be the size of a normal webpage, with scrollbars like a normal webpage?
(at the moment i am specifying the size & no scrollbars)
thanx
<script language="javascript">
window.open('../quotes/ViewQuote.asp','X','top=25,left=25,width=880,height=500',true);
history.back();
</script>
How would i change this if i wanted it to be the size of a normal webpage, with scrollbars like a normal webpage?
(at the moment i am specifying the size & no scrollbars)
thanx