|
thank you for the help.
I put the following code into my page and received and error stating that x was not defined:
<script type="text/javascript">
window.resizeTo(x,y) //where x="801" and y="324"
window.moveTo(l,t) //where l="300" and t="350"
</script>
What am I doing wrong?
|