Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Silo45

just add condition before you fetching value with document.getElementByID or getElementsByName. condition looks like: if(document.getElementById() && document.getElementById()!='undefined') or if(document.getElementsByName()[0] && document.getElementsByName()[0]!='undefined') May help you to avoid the javascript errors while loading and with no value fetching from the controls. Thanks, Raghuram Reddy Gottimukkula Adobe Certified ColdFusion Professional, Hyderabad, India

Member Avatar for Taywin
0
2K

The End.