> Aber wie kann ich da jetzt einbauen das er die pr�fung
> durchf�hrt:if(Check == true) window.location.href = X;(X ist bei mir Url)

den Rest genauso per Response.Write erzeugen lassen

X = "http://sonstwas";
string myjs = string.Format("window.location.href = {0}",X)
Response.Write(myjs)

string.Format ersetzt das {0} durch X.

Gruss

Alex


_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an