---
title: "onClick=\"location.href=this.form.goto.options[this.form.goto.selectedIndex].value\""
type: "forum-thread"
url: "https://www.webforum.nu/amne/javascript/65354-onclick-location-href-this-form-goto-options-this-form-goto-selectedindex-value"
topic: "JavaScript"
topic_url: "https://www.webforum.nu/amne/javascript"
author: "icaaq"
published: "2003-01-18T19:56:05.000Z"
updated: "2003-01-18T20:25:44.000Z"
replies: 1
views: 223
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/javascript/65354-onclick-location-href-this-form-goto-options-this-form-goto-selectedindex-value"
---

# onClick="location.href=this.form.goto.options[this.form.goto.selectedIndex].value"

## #1 — icaaq, 2003-01-18T19:56Z

Jag får inte denna att funka i mozilla 1.2.1

```
[red]
onClick="location.href=this.form.goto.options[this.form.goto.selectedIndex].value"[/red]
```

kan jag ändra den så den fungerar??

mvh icaaq

Permalänk: https://www.webforum.nu/p/65354

## #2 — RGB, 2003-01-18T20:25Z

*location.href* härstammar från den gamla goda tiden och stödjs nu mest för bakåtkompabilitet. dock ej i geckos dom.

```
onClick="location=this.form.goto.options[this.form.goto.selectedIndex].value"
```

Permalänk: https://www.webforum.nu/p/918852

---

Tråden på webben: https://www.webforum.nu/amne/javascript/65354-onclick-location-href-this-form-goto-options-this-form-goto-selectedindex-value
