![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Problem with URL
From: VK <schools_ring@yahoo.com>
Date: Wed Nov 30 2005 - 12:07:46 CET
TONI-BCN wrote:
If I uderstand you properly, you want to navigate from
Then you may do it in this way:
window.location.href = "http://www.google.com";
|