hi all,
i have a webclass application that tests in the VB code someting.
in a normal VB application, you would send a message this way
if (toto=true) then
msgbox("You can't delete this entry"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
enf if
in a javascript you would send with :
if (toto== true){
alert("You can't delete this entry"
;
}
if i want to send an alert in the webpage when the test is done, what must i do?
i mean i can not put the alert in the javascript because the test is done in the
VB code, and if i put a MSGBOX() the message is shown in VB and i want it to br displayed in the navigator. for the moment, as i develop the application i launch my test for VB? but when compiling, will the msgbox act as a alert??
any idea ??
Best regards,
Elise
i have a webclass application that tests in the VB code someting.
in a normal VB application, you would send a message this way
if (toto=true) then
msgbox("You can't delete this entry"
enf if
in a javascript you would send with :
if (toto== true){
alert("You can't delete this entry"
}
if i want to send an alert in the webpage when the test is done, what must i do?
i mean i can not put the alert in the javascript because the test is done in the
VB code, and if i put a MSGBOX() the message is shown in VB and i want it to br displayed in the navigator. for the moment, as i develop the application i launch my test for VB? but when compiling, will the msgbox act as a alert??
any idea ??
Best regards,
Elise