Hi,
I have a table shown below in a jsp page, I need that to be passed to a javascript function in a .js file included in the header.
I tried as shown below(onmouseover) but could not get the object to the javascript function.
any ideas??
thanks
I have a table shown below in a jsp page, I need that to be passed to a javascript function in a .js file included in the header.
I tried as shown below(onmouseover) but could not get the object to the javascript function.
any ideas??
thanks
Code:
<form>....
<input type="submit" name="Save Changes" value="Save Changes" onmouseover="return verify2(this.form.elements['listtable'])" />
.....
<table name="listtable" id="list" width="85%" border="1">
.....