• 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

New to dhtml.Can anybody help me.

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<html>
<head>
<body>
<p>user id:<input name="fname" type=Text maxlength=30 size=30></p>
<p>password:<input name="fname" type=Text maxlength=30 size=30></p>
<p><a href="c:/raji/mail/c.html">enter</a></p>
<p><i>new user</i><a href="c:/raji/mail/b.html">register me</b></a></p>
</body>
</head>
</html>

My question is:I just wants to store the data the user entered in the register page in a database.
How to connect the database with the webpage.
Thanks in advance.
bye
rajani.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can't be done using client-side JavaScript/HTML/DHTML. You will have to use an applet or server-side technology to connect to a database. JSP would be a solution you might look into.
 
Ranch Hand
Posts: 246
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want or need to use DHTML write for only one
Browser because they are incompatible! And only do it if
you are forced to ! AKA boss, be leary of doing it for a
main internet webpage.
www.webpagesthatsuck.com for tips on design !
 
I got this tall by not having enough crisco in my diet as a kid. This ad looks like it had plenty of shortening:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic