Microsoft
Software
Hardware
Network
Question : Smart Forms...
I'm not a expert javascript programmer so I just know the basics but I was wondering if other programmers know of any simpler tools to show or hide certain form elements based off of a value of other form elements?
So for example if I select "Ad Banner" from a drop down below the the select menu with "Ad Banner" a file field will show up below the select menu. I remember their being something out there a while back that would trigger/show/hide
form element here
rows but I can't seem to find it anymore but am looking to see if anything new is available these days.
Thanks,
B
Answer : Smart Forms...
Put an id on the element to hide/show, and use
document.getElementById('E
lementId')
.style.dis
play = 'none';
...to hide it, and
document.getElementById('E
lementId')
.style.dis
play = '';
...to show it.
Random Solutions
530 authentication required for relay from one sender/company
Pivot Table with dynamic column headers
Reports for fast printing by dot matrix printer
SQL server desktop engine "The instance name specified is invalid"
Can I use multiple SSL Certificates in IIS 7 on a web farm with software NLB?
unknown exception EBAB001A occurs when trying to backup a drive with Norton Ghost 9.0
Applications go not responding when file/insert open dialog under windows XP
Replication: Stop replication from Master without transferring data to Slaves
split the comma seperated string in mysql
Server 2003 R2 64x - can't install additional networking components