Ø
Øyvind Isaksen
Hi!
I have made a function calles "send()". When I click a button, I want the
function to be prosessed.
This is the code that I have made, but it dont work:
<%function send()
Value = MsgBox ("Trykk på en knapp...",4,"Trykk en knapp vindu")
If Value = 6 Then
MsgBox "You pushed Yes!"
Else
MsgBox "You pushed No!"
End If
end function%>
input type="button" value="Utfør" onclick="send()" name="Utfoer"/>
What is wrong here? Thanks for your help
Regards Øyvind.
I have made a function calles "send()". When I click a button, I want the
function to be prosessed.
This is the code that I have made, but it dont work:
<%function send()
Value = MsgBox ("Trykk på en knapp...",4,"Trykk en knapp vindu")
If Value = 6 Then
MsgBox "You pushed Yes!"
Else
MsgBox "You pushed No!"
End If
end function%>
input type="button" value="Utfør" onclick="send()" name="Utfoer"/>
What is wrong here? Thanks for your help
Regards Øyvind.