I'm getting kind of confused with the whole clientside and serverside scripting. In the past I only used server side so now when I wanted to implement a msgbox things aren't going my way.
What I want to do is when a button is clicked on a ASP page, I want a message box to pop up with whatever is in the listbox at that time. I could do it with serverside scripting like this: listbox3.gettext()
Any ideas? Thanks!
And by the way, can you call a serverside function from a client-side function?
What I want to do is when a button is clicked on a ASP page, I want a message box to pop up with whatever is in the listbox at that time. I could do it with serverside scripting like this: listbox3.gettext()
Any ideas? Thanks!
And by the way, can you call a serverside function from a client-side function?