Hi,
For some reason the onMove event handler doesnt seem to work.
Am I doing it right? The script is in a popup window.
rgds,
v
<html>
<body onMove="self.mo veTo(250,50)">
.....
</body>
</html>
For some reason the onMove event handler doesnt seem to work.
Am I doing it right? The script is in a popup window.
rgds,
v
<html>
<body onMove="self.mo veTo(250,50)">
.....
</body>
</html>
Comment