PDA

View Full Version : needs help in jsp


phani
08-30-2002, 10:34 AM
hai

can any tell me what's the problem in this code. I was unable to retrieve the value in the javascript. This code is related to JSP.

<submit Class="submitbuttons" name="selectbutton" onclick="checkall('<%=size%>')">

Here, size is an integer.

Roy Sinclair
08-30-2002, 03:38 PM
The problem is that there is no <submit> tag in html, you should be using <input type="submit"> instead.