WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
Internet Security Software
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : how to make an image reset a form (instead of using the conventional reset button type).
Categories : Java Script
Boaz Yahav
Date : Jun 16th 1998
Grade : 1 of 5 (graded 1 times)
Viewed : 3164
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Boaz Yahav
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

<!-- this is the real form -->
<form name=myform action=test2.html>
please enter line1 <input type=text name=first><br>
please enter line2 <input type=text name=last><br>
</form>

<!-- this is a form that all it does is reset the data in the first form
-->

<form action="nothing" onsubmit="return resetform();">
<input type=image src=image.jpg>
</form>

<script language=javascript>
<!--
function resetform() {
document.myform.reset();
return false;
}
// -->
</script>



A Simple sign up script with PHP and JavaScript validations.
Categories : PHP, Java Script, MySQL, Databases
Hover 98 - a simple PHP-script to generate OnMouseOver-JavaScript-Code the easy way.
Categories : Complete Programs, Java Script
Protect your mailto: email addresses from bots
Categories : PHP, Email, Java Script
Balance values between two list boxes. Change the value of list box A acording to the value in list box B and vice versa using Javasvript.
Categories : Java Script, Form Processing
Bookmarklets are simple tools that extend the surf and search capabilities of Netscape and Explorer web browsers.
Categories : Java Script, HTML, General
Create HTML forms dynamicly using Javascript & PHP
Categories : PHP, PHP Classes, Java Script
Javascript linked dropdowns
Categories : Java Script, HTML, Classes and Objects
Javascript animated menu items
Categories : DHTML, CSS, Java Script, HTML
AJAX XML HTTP Request - Compatible with almost browsers!
Categories : AJAX, HTTP, Java Script
Array values from javascript to php
Categories : PHP, Java Script, Arrays
Tree Menu Dynamic (+Static) with Loading in Progress..
Categories : PHP, Java Script, HTML and PHP
Date Validation using JavaScript. Intended to use it as checkdate() from PHP.
Categories : Java Script, Date Time, PHP
Bouncing Marquee at Status Bar
Categories : Java Script, HTML, Browsers
PHP Array to Javascript Object
Categories : PHP, Arrays, Java Script
JavaScript Fade In Text Messages
Categories : Java Script, DHTML