Posted by BootNic on 11/14/05 09:30
> "Stefan Mueller" <seekware-remove-@yahoo.com> wrote:
> news:dl8q7f$jqb$1@atlas.ip-plus.net....
>
> <script type = 'text/javascript'>
> function AfterLoad() {
> document.MyForm.MyField.focus();
> window.scrollTo(0, 0); // Supposed to be scrolling to the
> top of the page
> }
> </script>
<script type='text/javascript'>
function AfterLoad() {
document.MyForm.MyField.focus();
setTimeout('window.scrollTo(0, 0)',1);
}
</script>
--
BootNic Monday, November 14, 2005 2:30 AM
Humor is just another defense against the universe.
*Mel Brooks*
[Back to original message]
|