Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC and HTML

843859Jan 4 2007 — edited Jan 5 2007
Hi everyone,

I am trying to do the following for a project of mine:

1) Open a jdbc connection to a oracle server (already done that)
2) Open a web page so that user can enter some data in a textfield. My pages are currently in .html format.
3) Get user data from the page when user pushes a html button ("Submit" for example.
4) Send user data to database via jdbc (i know how to do that).

So i have problem with steps 2 and 3. I must mention here that i dont want to use php or another scripting language such as javascript. Please tell me if they is a way. I tried opening a JApplet, but no success so far :(.

Please help!!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 2 2007
Added on Jan 4 2007
7 comments
233 views