-
Redirect in javascript
Can anybody help me with this issue,I am not very good in javascript...
How to redirect to another url using javascript?
or at least where can I find more info about this?
-
Re: Redirect in javascript
hmm...heard of search engines?
http://www.google.com/search?hl=en&i...cript+redirect
"Mehdi Chaouachi" <magikcm@yahoo.fr> wrote:
>
>Can anybody help me with this issue,I am not very good in javascript...
>
>How to redirect to another url using javascript?
>
>or at least where can I find more info about this?
>
>
>
>
>
>
>
>
-
Re: Redirect in javascript
To cause the current browser window to request a different URL, set the
window.location.href property to the URL you want the browser to request. Or
use the window.navigate" method, passing the URL as a parameter. These two
methods are functionally equivalent.
To open the requested page in a new window, use the window.open method, and
pass the URL as a parameter.
"Mehdi Chaouachi" <magikcm@yahoo.fr> wrote in message
news:3df5eed1@tnews.web.devx.com...
>
> Can anybody help me with this issue,I am not very good in javascript...
>
> How to redirect to another url using javascript?
>
> or at least where can I find more info about this?
>
>
>
>
>
>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks