if(fatto==1){
getURL("notizia.asp");
}
devo associarlo al pulsante???
E quindi avrò:
on (release) {
loadVariablesNum("login.asp", 0, "GET");
if (fatto == 1) {
getURL("notizia.asp");
}
}
mentre nell'asp:
If Len(username) = 0 Or Len(password) = 0 Then
response.write("fatto=0")
If Rs.EOF Then
response.write("fatto=0")
Else
If authorized Then
response.wite("fatto=1")
End If

Rispondi quotando