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.65K
1 Posted Topic
Hi guys, I'm using the above code to create 2 dropdown option, unfortunately, i'm having problem to hide the table row, below are the codes [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Show hide "<tr>" based on the selection</title> <script language="javascript"> var $ = Object.prototype.$ = function(id){ return document.getElementById ? document.getElementById(id) …
The End.
Jackson TKL