---
title: "Target=main"
type: "forum-thread"
url: "https://www.webforum.nu/amne/javascript/56968-target-main"
topic: "JavaScript"
topic_url: "https://www.webforum.nu/amne/javascript"
author: "SPinckney"
published: "2002-10-24T12:36:27.000Z"
updated: "2002-10-24T14:20:00.000Z"
replies: 7
views: 297
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/56968-target-main"
---

# Target=main

## #1 — SPinckney, 2002-10-24T12:36Z

Får inte en vanlig target=main att fungera..
Länken öppnas bara i samma frame.

```
<TR height=25 onclick = "window.navigate('main.asp?productlist=<%=Rs("submenuid")%> target=main');" style = "cursor:hand" onmouseover = "this.style.backgroundColor = 'dcdbe2';" onmouseout = "this.style.backgroundColor = 'f0f0f0';">
```

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

## #2 — colione, 2002-10-24T13:20Z

```
onclick="main.location.href='main.asp?productlist=<%=Rs("submenuid")';"
```

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

## #3 — SPinckney, 2002-10-24T13:25Z

```
onclick ="main.location.href='main.asp?productlist=<%=Rs("submenuid")%>';"
```

Får felet *Main is undefined*

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

## #4 — Web-Tor, 2002-10-24T13:36Z

Har du döpt din frame till "main" då?

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

## #5 — SPinckney, 2002-10-24T13:52Z

Japp

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

## #6 — Web-Tor, 2002-10-24T14:07Z

Ska nog vara så här va:

```
onclick="[b]parent[/b].main.location.href='main.asp?productlist=<%=Rs("submenuid")%>';"
```

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

## #7 — SPinckney, 2002-10-24T14:15Z

Guldstjärna till Web-Tor!

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

## #8 — Web-Tor, 2002-10-24T14:20Z

Jag är KUNG på JavaScript! :e

(Tror det är första gången jag lyckas hjälpa nån med ett JavaScript)

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

---

Tråden på webben: https://www.webforum.nu/amne/javascript/56968-target-main
