Re: ASP On Loaded by Ray
Ray
Fri Nov 03 05:56:08 CST 2006
Do you want the user to see the page first? If so, you can't use
Response.Redirect. You'd have to use client-side script.
<script type="text/javascript">
location.href = 'page2.asp';
</script>
Ray at work
"amatuer" <njoosub@gmail.com> wrote in message
news:1162547937.406399.93970@f16g2000cwb.googlegroups.com...
> Hi, can any1 tel me how do i and what exactly does an onloaded function
> look like?
>
> I want to use an on loaded function that when the page is done loading,
> i want to use, respose.redirect to reload the page.
>
> Thanx in advance for ur help.
>