Redirect is an ASP (server-side) method. If you're using client-side
Javascript try...
<SCRIPT LANGUAGE="Javascript">
location.href = 'your_url_here'
</SCRIPT>
The url you insert can be an absolute or relative url.
Alvin
> -----Original Message-----
> From: Fredrick J. Krantz [mailto:krunch97@m...]
> Sent: Monday, June 25, 2001 3:45 PM
> To: javascript
> Subject: [javascript] error on script???
>
>
> Getting script error with redirect line. Anyone know how it works. I'm
> just learning javascript.
>
> Cordially,
>
> Fredrick J. Krantz
>
>
>