Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 07-31-2008, 04:40 PM Need Help!!!
Junior Talker

Posts: 1
Trades: 0
This is more like a HTML question but has some JS involved...

I have a form to be filled out which posts the variables to a PHP script in a seperate file that retrieves info from a database and displays. Before the submit button is clicked, i need to validate the input in the text field. When a user inputs something in the text box and presses 'tab' or clicks on the next textbox, i invoke a onBlur event that goes to the appropriorate handler.

The prob is i need a form control that is invisble upto the point of validation but when i know that th input is wrong i need to make it visible. Please suggest me a way to do this.

Thank you.
first_blood is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-31-2008, 05:10 PM Re: Need Help!!!
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I'm not 100% sure what you mean, but this may help (I'm assuming for this example that your "control" is a simple label):
HTML Code:
<label id="control" style="display: none;">Hello World</label>
...and when you need it to be revealed:
HTML Code:
<script>
document.getElementById("control").style.display = "block";
</script>
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Need Help!!!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10153 seconds with 12 queries