---
title: "Response"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/108519-response"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "Rhadez"
published: "2004-08-04T19:46:33.000Z"
updated: "2004-08-04T19:51:11.000Z"
replies: 3
views: 183
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/108519-response"
---

# Response

## #1 — Rhadez, 2004-08-04T19:46Z

Hejsan!

```
<% 
If Session("inloggad") = "ja" Then
Rad 46: Response.Write "<a href=admin.asp?vad=del&ID=<%=RecSet("ID")%>>Ta bort</a>"
		
End If
%>
```

Felmeddelande:

**Microsoft VBScript compilation error '800a0401' 

Expected end of statement 

/ns/Default.asp, line 46 

Response.Write "\<a href=admin.asp?vad=del&ID=\<%=RecSet("ID")
\--------------------------------------------------------^**

ehh vad e felet? Ser inget fel?
hehe ja e ny på forumet

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

## #2 — M.Cheraghi, 2004-08-04T19:47Z

```
<% 
If Session("inloggad") = "ja" Then
Response.Write "<a href=admin.asp?vad=del&ID=" & RecSet("ID") &  ">>Ta bort</a>"
		
End If
%>
```

Du kan inte ha \<%%\> inutit \<%%\> 

response.write "tex text text" **&** Variabel **&** "tex text text"

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

## #3 — Rhadez, 2004-08-04T19:49Z

Tack så mkt!

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

## #4 — M.Cheraghi, 2004-08-04T19:51Z

> **Rhadez skrev:**
>
> Tack så mkt!

Varsågod! Välkommen till webForum föresten! :) :bire

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

---

Tråden på webben: https://www.webforum.nu/amne/asp/108519-response
