zerolanzer
12-31-2006, 07:44 AM
i am doing a popup tat will be called when the user click on the link
the code is:
<script language="JavaScript">
oPopup = window.open(url,"","width=100px, height=60px, resizable=no");
</script>
url been the variable for the destination. The window did open but it was not in the expected width and height and it is resizable. Is there anything wrong with my code?
Thnx in advance
the code is:
<script language="JavaScript">
oPopup = window.open(url,"","width=100px, height=60px, resizable=no");
</script>
url been the variable for the destination. The window did open but it was not in the expected width and height and it is resizable. Is there anything wrong with my code?
Thnx in advance