Hi,
Is is possible to get the form element types usig request or any attribute in java
example a html or jsp page has
<html>
<body>
<input type="text" name="username" value="">
<input type="text" name="pass" value="">
<textarea name="t1"></textarea>
</body>
</html>
Is is possible to get the type of form element like username and pass is of text type and t1 is textarea.
Can we know the form element name.
Thanks,
Is is possible to get the form element types usig request or any attribute in java
example a html or jsp page has
<html>
<body>
<input type="text" name="username" value="">
<input type="text" name="pass" value="">
<textarea name="t1"></textarea>
</body>
</html>
Is is possible to get the type of form element like username and pass is of text type and t1 is textarea.
Can we know the form element name.
Thanks,