ASP.net + javascript

G

Guest

I want to throw up an alert box from the code in my ASP.net page... the
javascript already hidden in the page looks like...

function msgAlert(val) {
alert(val)
}

Is it possible to do this other than using a button's attributes? I'm
looking for something like CallJavascript(msgAlert, "show my message")

andrew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top