Hi all,
Ok, I have a MS Acess database.(I'm using Access cause
I'm doing a small project andi'm a beginner in Jsp)
In the database is a table with 4 columns. I want one
column to contain links so when I retrieve data from
the table and put them in a HTML table, users will be
able to click the links. I also have a page whereby a
user can edit a the database table. This works by
retrieving the data from the table and putting it in
form fields on a web page so the user can edit the
fields and update the database.
The links in the database table are stored as :
<a href ="url">link</a>
When this is retrieved and put in a html table it is
displayed as a link, but the problem occurs when I
retrieve the data to be put in the form fields. I just
want the <a href ="url">link</a> to be displayed,but
only the <a href is displayed and part of the link is
displayed outside the form.
Strange stuff.
Anyone know a solution.
Thanks Rui
=====
"If a rabbit's foot is so lucky,..... what happened to the rabbit?"
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets