aspose file tools
The moose likes JDBC and the fly likes String! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

String!

Sridhar Srinivasan
Ranch Hand

Joined: Nov 07, 2003
Posts: 117
Hi!
I have a String as follows:
String ss="<p>hh</p> nbsp;<input type=text name=s value=aa>  <p>jj</p><b>kk</b><input type=textarea name=y>";
I need to get the name and type of each of the input tags as follows:
name s type text
name y type textarea
How to get this?Can anybody help please? Thanks.


Software_guy
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
Please don't post the same message in more than one forum, especially in forums which are nothing to do with the message (such as JDBC).
This one has been answered in the JSP forum, so I have closed it here.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: String!
 
Similar Threads
Combobox-java servlet
Need Help With Dynamic text box in JSP
String!
servlet problem
Creating-deleting rows in HTML(URGENT)