Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: JavaScript :: JavaScript Tips and Tutorials :: Forms
7.
The target attribute
|
|
For various web scripts it is more convenient that user will see form executed in new window when he is pressing the submit button. Using JavaScript you can control the appearance of that window. change size, turn off navigation panel, hide manubar and so on. This technique is very helpful for poll and guestbook applications.
Hits: 68 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: JavaScript :: JavaScript Tips and Tutorials :: Forms
|
8.
Submit1ce
|
|
Got a submissions form that you keep getting multiple submissions from? I've found that in most cases its because people are impatient and click the submit button repeatedly until they get a response. The unfortunate result is that you receive multiple copies of the same form. This little bit of JavaScript disables the submit button as soon as it is clicked for the first time and prevents the user sending their form multiple times. Script now also changes the text on the button to 'Thanks' (this can be modified to suit)
Hits: 54 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: JavaScript :: JavaScript Tips and Tutorials :: Forms
|
|
|
|
|