518 Posted Topics

Member Avatar for aparnesh

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Some Title</titles>[/code] [code=css]<style type="text/css"> <!-- …

Member Avatar for aparnesh
0
120
Member Avatar for n00b0101

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Some title</titles>[/code] [code=javascript]<script type="text/javascript"> <!-- …

Member Avatar for essential
0
216
Member Avatar for Scottmandoo

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Email Validation</titles>[/code] [code=javascript]<script type="text/javascript"> <!-- …

Member Avatar for essential
0
129
Member Avatar for cskinpg

What do you really intend to do with the [b]inneHTML[/b]!? Since we're off the Topic, i&#39;ll just write some example to lighten u up! Hoping that this would help. [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Some Title</titles>[/code] [code=javascript]<script type="text/javascript"> <!-- BEGIN …

Member Avatar for essential
0
79
Member Avatar for veledrom

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Some Title</titles>[/code] [code=javascript]<script type="text/javascript"> <!-- …

Member Avatar for essential
0
123
Member Avatar for rejisha

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>How To Change Element Id</titles>[/code] …

Member Avatar for langsor
0
134
Member Avatar for nileema

This is a quick example on how to create a dynamic dropDown list. I hope this will keep you goin! Enjoy coding... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Some Title</title>[/code] [code=javascript]<script type="text/javascript"> <!-- BEGIN HIDING function dropDownList() { var _items = …

Member Avatar for essential
0
664
Member Avatar for queenc

Please feel free to modify this code to match your needs. If you have any question regarding this code you can [color=green]document.write('Me on my inbox').[/color] lol! Have a good day... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Radio validation</title>[/code] [code=css]<style type="text/css"> <!-- …

Member Avatar for essential
0
70
Member Avatar for BillyMako

Just edit this code to match your php code. [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />[/code] [code=css]<style type="text/css"> <!-- form { margin: 2px 0 2px 0; padding: 0; } input, select { margin-top: 2px; padding: 2px; } --> </style>[/code] [code=javascript]<script type="text/javascript"> <!-- …

Member Avatar for essential
0
135
Member Avatar for anuj_sharma

Pardon me if im bein rushy on this 1. Just a quick overview to the issue on how to work with those div tags! And hope it brighten u up... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Manipulating the table</title>[/code] [code=css]<style type="text/css"> …

Member Avatar for essential
0
94
Member Avatar for jmasta

Current best-practice eschews the "new" keyword on Javascript primitives. If you want to create a new Array simply use brackets [] like this... [icode]var myArray = [];[/icode] You don't need to tell Javascript how many items to size the Array for. Javascript will automatically increase the size of the Array …

Member Avatar for jmasta
0
164
Member Avatar for veledrom

Just another option! Please kindly marked this thread solved if thus solve the issue concerning your interest. Thanks... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Input Text Validation</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />[/code] [code=css]<style type="text/css"> <!-- form { margin: 2px; font-weight: bold; color: green; text-align: left; } …

Member Avatar for veledrom
0
103
Member Avatar for anuj_sharma

Heres how it goes, just dont forget to change the URL values' assigned to the radio buttons. Enjoy coding... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Associating links with radio button</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">[/code] [code=css]<style type="text/css"> <!-- /* i throw in some style attribution on this …

Member Avatar for anuj_sharma
0
494
Member Avatar for Tom Tolleson

[code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title>[/code] [code=javascript]<script type="text/javascript"> <!--Begin Hiding //I just modified your code. Pls. Take a good look. function validateForm(form) { alert('Please enter your name.'); } // Done Hiding --> </script>[/code] [code=html]</head> <body> <form name="form1" method="post" …

Member Avatar for Tom Tolleson
0
130
Member Avatar for maruthuit2k5

This will validate your form and if the user try to input another value asside from 0-9 they wil be alerted for invalid entry! Enjoy your coding... [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Only Numbers Are allowed</title>[/code] [code=css]<style type="text/css"> <!-- form …

Member Avatar for anuj_sharma
0
80
Member Avatar for essential

Just a new comer and hoping to make new friends' here. Well Coding is just another puzzle. And it's okay to have some help with those pieces. Please don't be afraid to ask. If your the kinda person that just loves to documentWrite, you can var me with my inbox... …

Member Avatar for essential
0
80
Member Avatar for veledrom

[code=javascript]<script type="text/javascript"> <!--Begin Hiding function validateForm(form) { form = (form.paid.value.indexOf('.') == -1 || form.paid.value.indexOf(',') > 0 ) ? alert('\nInvalid entry!\nPlease try again...') : alert('Thank you!'); } /* This will validate your form if the user include any of this (',') or exclude one of this ('.') he/she wil be alerted …

Member Avatar for veledrom
0
138
Member Avatar for JRM

[color=green]I will use the document.getElementById method to change the CSS classname property of this ol tag. Code is as follows:[/color] [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Javascript class switcher</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />[/code] [code=css]<style type="text/css"> <!-- * { margin: 0; padding: 0; …

Member Avatar for essential
0
193