Forum: JavaScript / DHTML / AJAX Oct 15th, 2008 |
| Replies: 0 Views: 2,706 Hi all,
I'm trying to create a more customized version of the prompt function built in by javascript where i basically use some dhtml to bring up a div made up to resemble the javascript prompt... |
Forum: JavaScript / DHTML / AJAX Dec 5th, 2007 |
| Replies: 4 Views: 1,931 well the thing is i'm not interacting with the database at this point. The 'fields' i'm referring to are the html form fields where a user would type things such as a name, etc.
e.g. If i had:
... |
Forum: JavaScript / DHTML / AJAX Dec 5th, 2007 |
| Replies: 4 Views: 1,931 Hi,
I am trying to create a 'simple' admin page where certain (authorized) people can update data in the database or add new info to it. The issue i've run into is after i created the form and... |