[SIZE="5"]Free JavaSccript codes[/SIZE]
Background Color Chooser 1
Let the visitor choose the background color with a JavaScript prompt box.... detail
[IMG]hxxp ://w w w.javascriptbank. com/javascript.images/background/change-background-color-by-prompting.jpg[/IMG]
Demo: Background Color Chooser 1
[SIZE="4"]
How to setup[/SIZE]
Step 1: Place JavaScript below in your HEAD section
JavaScript
Code:
<script language="javascript">
/*
This script downloaded from w w w.JavaScriptBank. com
Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com
*/
function gocolor()
{
var col = prompt("What colour would you like the page to be?","");
alert("The background colour is now "+col+"!!!");
document.bgColor=col;
};
</SCRIPT>
<!--
This script downloaded from w w w.JavaScriptBank. com
Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com
-->
Step 2: Copy & Paste HTML code below in your BODY section
HTML
Code:
<FORM><INPUT onclick=gocolor(); type=button value="Change the Background colour">
<BR><INPUT type=submit value="Reset"></FORM>
<!--
This script downloaded from w w w.JavaScriptBank. com
Come to view and download over 2000+ free javascript at w w w.JavaScriptBank. com
-->
Command to print web page in javascript -
Javascript Time Picker - JavaScript Go To URL Box
Quote:
|
Originally Posted by Copyright
The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.
|