Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-04-2007, 01:56 AM   PM User | #1
KELS!
New Coder

 
Join Date: Oct 2006
Posts: 46
Thanks: 1
Thanked 0 Times in 0 Posts
KELS! is an unknown quantity at this point
Is there any way to validate FORM NAME?

Code:
<form name="name">
I need to use name="" in order to get my javascript to work properly with the form, is there anyway for me to get it to validate?? Or a work-around?
KELS! is offline   Reply With Quote
Old 08-04-2007, 05:33 AM   PM User | #2
ez4me2c3d
Regular Coder

 
Join Date: Dec 2002
Location: Minneapolis, MN
Posts: 208
Thanks: 0
Thanked 1 Time in 1 Post
ez4me2c3d is an unknown quantity at this point
Why couldn't you just do this?

HTML
Code:
<form id="frmOrder" method="post" action="./">
Javascript
Code:
document.getElementById('frmOrder');
__________________
anthony
ez4me2c3d is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:34 AM.


Advertisement
Log in to turn off these ads.