nope virker stadig ikke....
"Torben Brandt" <name@domain.invalid> wrote in message
news:3E97538A.9070905@domain.invalid...
Martin_P wrote:
> On Sat, 12 Apr 2003 00:24:56 +0200, "Mongoose" <snipemode@mail.dk>
> wrote:
>
> <%
> IF action = "add" THEN
> Response.Write "admin_galleryUpdate.asp?action=addRS"
> ELSEIF
> action = "update" THEN
> Response.Write "admin_galleryUpdate.asp?action=updateRS&PrimKey="
> &RS("ID")
> END IF
> %>
>
> Hvad med disse linieskift - virker det så ?
Nej, det skal være sådan her (linier er nummereret så de ikke ombrydes
automatisk):
1: IF action = "add" THEN
2: Response.Write "admin_galleryUpdate.asp?action=addRS"
3: ELSEIF action = "update" THEN
4: Response.Write
"admin_galleryUpdate.asp?action=updateRS&PrimKey="&RS("ID")
5: END IF
mvh Torben