Hallo,
<%Response.write ("<body onLoad=""parent.frames[1].location.href='" & FP_FieldVal(fp_rs,"Internet1") & "';"">")%>
Im Original sieht das so aus:
<body onload="javascript:parent.frames[1].location.href='test1.htm';>"
Daraus wir im ersten Teil dann:
myBody = "<body onLoad='parent.frames[1].location.href='" &
Der zweite Teil:
myBody = myBody & fp_rs("Internet1")
Der dritte Teil:
myBody = myBody & "';>'"
Und zum Schluß:
<%Response.write(myBody)%>
Viel Grüße aus Köln
Markus