JDBC and HTML
843859Jan 4 2007 — edited Jan 5 2007Hi 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!!!!