SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Dec 9, 2007, 02:58 #1
- Join Date
- Sep 2001
- Location
- Somewhere in this vast universe
- Posts
- 3,741
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Windows.location.href does not work for firefox
So why doesn't :
Code:<select onchange="window.location.href(this.options[this.selectedIndex].value)">
-
Dec 9, 2007, 03:22 #2
- Join Date
- Mar 2004
- Posts
- 1,647
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
window.location.href=this.options[this.selectedIndex].value;
cheers
-
Dec 9, 2007, 13:52 #3
- Join Date
- Sep 2001
- Location
- Somewhere in this vast universe
- Posts
- 3,741
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Your awesomeness is unrivaled.
Bookmarks