View Single Post
Old 06-19-2002, 03:59 AM   PM User | #5
webdesign125
New to the CF scene

 
Join Date: Jun 2002
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
webdesign125 is an unknown quantity at this point
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?
webdesign125 is offline   Reply With Quote