---
title: "Servervariabel funkar inte..."
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/12535-servervariabel-funkar-inte"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "NETwork"
published: "2001-11-08T16:22:00.000Z"
updated: "2001-11-08T16:33:00.000Z"
replies: 3
views: 174
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/asp/12535-servervariabel-funkar-inte"
---

# Servervariabel funkar inte...

## #1 — NETwork, 2001-11-08T16:22Z

Om jag har en url med ?variabel=hejhej

Varför funkar då inte den här koden nedan???

\<% 
Dim variabel
Request.QueryString("variabel") %\>
\<% =variabel %\>

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

## #2 — icaaq, 2001-11-08T16:24Z

```

<% 
Dim variabel
Variabel = Request.QueryString("variabel") %>
<% =variabel %>
```

 :)

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

## #3 — NETwork, 2001-11-08T16:25Z

Jaha. :) Tack!

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

## #4 — SPiN, 2001-11-08T16:33Z

\[Redigerat av SPiN den 08 nov 2001\]

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

---

Tråden på webben: https://www.webforum.nu/amne/asp/12535-servervariabel-funkar-inte
