---
title: "drop down meny"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/46496-drop-down-meny"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "caze"
published: "2002-06-23T22:16:55.000Z"
updated: "2002-06-23T22:22:20.000Z"
replies: 1
views: 241
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/html-css/46496-drop-down-meny"
---

# drop down meny

## #1 — caze, 2002-06-23T22:16Z

Hur ska jag göra för att kunna länka till en iframe från select lista, drop down meny alltså?

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

## #2 — Jesper T, 2002-06-23T22:22Z

Så här:

```
<form name="form1" method="post" action="sida.html" target="iframe">
  <select name="bg" onChange="submit(this);">
    <option selected>sida.asp</option>
    <option value="red">test.asp</option>
  </select>
</form><iframe name="iframe" src="sida.html" width="400" height="300" border="0">
  
<ilayer name="iframe" src="sida.html" width="400" height="300" border="0" left="25" top="44" visibility="show"> 
</ilayer>
</iframe>
```

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/46496-drop-down-meny
