• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Who can figure this one out?

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Ok, I have a MS Acess database.(I'm using Access cause I'm doing a small project and i'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
 
Ranch Hand
Posts: 1467
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Right click on the browser's page - view-source and check what html is sent to browser. I think the html generated from server side is not proper.
regds
maha anna
[This message has been edited by maha anna (edited May 12, 2001).]
 
I can't renounce my name. It's on all my stationery! And hinted in this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic