Stefen Baetge: onload eines ASP - Recordsets...

Beitrag lesen

Hi Markus

<%Response.write ("<body onLoad=""parent.frames[1].location.href='" & FP_FieldVal(fp_rs,"Internet1") & "';"">")%>

Was mache ich dabei falsch??

Versuchs mal hiermit:
<% Response.write ("<body onLoad=""parent.frames[1].location.href='" + cstr(FP_FieldVal(fp_rs,"Internet1")) + "';"">") %>