M
MWulfe
I want to use javascript to do the equivalent to this Windows Form
code on an asp.net webpage using VB:
if x = 2 and y = 3 then
messagebox.show("This is a message")
end if
Many of the code I've found appears to be obsolete or includes lots of
other bells and whistles (adding an alert to a datagrid or a control
attribute), which I do not need and only find confusing. I'm using
Web Developer Express 2008.
Help would be appreciated! Thanks!
code on an asp.net webpage using VB:
if x = 2 and y = 3 then
messagebox.show("This is a message")
end if
Many of the code I've found appears to be obsolete or includes lots of
other bells and whistles (adding an alert to a datagrid or a control
attribute), which I do not need and only find confusing. I'm using
Web Developer Express 2008.
Help would be appreciated! Thanks!