D
Dave Brown
Hello everyone,
Can anybody tell me if it is possible to call a javascript function in the
html from a embedded winform control ?
Note. this is not ASP, just a plain html page with a javascript function
such as
function Hello(name)
{
alart("Hello "+name);
}
and then in the body of the html is the <form> and <object> tag...
Thanks in advance...
Can anybody tell me if it is possible to call a javascript function in the
html from a embedded winform control ?
Note. this is not ASP, just a plain html page with a javascript function
such as
function Hello(name)
{
alart("Hello "+name);
}
and then in the body of the html is the <form> and <object> tag...
Thanks in advance...