DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Mehdi Chaouachi Guest

    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?









  2. #2
    JS Guest

    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?
    >
    >
    >
    >
    >
    >
    >
    >



  3. #3
    Russell Jones Guest

    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?
    >
    >
    >
    >
    >
    >
    >
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links