Styled Javascript Popup that Conncects to Database
Posted
by user269799
on Stack Overflow
See other posts from Stack Overflow
or by user269799
Published on 2010-04-10T19:32:14Z
Indexed on
2010/04/10
19:53 UTC
Read the original article
Hit count: 186
I want to create a javascript popup box that contains text fields. I want to be able to style this box - using CSS - and I want the textfield entries to be Inserted into a MySQL database. Is this possible?
I would be familiar with doing this through web forms and server side scripting but I need it to be a bit more client side this time to make things seem a bit faster. I am thinking I may need to learn some AJAX but any pointers would be a help.
GF
© Stack Overflow or respective owner