Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.40K
~255 People Reached
Favorite Forums
Favorite Tags
asp x 1
Member Avatar for lola_fcis
Re: GUI

i was make aproject with desktop application and make the form but i cant to connect the form with my code thanx

Member Avatar for Stefano Mtangoo
0
72
Member Avatar for gmsol

hi i m wroking in asp the below code work in internet explorere but does't work in firefox pls help me function DisplayMe(e) { //document.getElementById("CompName").value == //alert(e.id); var elTableRow = document.getElementById(e.id); var elTableCells = elTableRow.getElementsByTagName("td"); if (document.all) { document.getElementById("CompName").value=elTableCells[1].innerText; //var cell = elTableRow.getElementsByTagName("td")[1]; //var content = elTableCells[1].innerText; //document.getElementById("CompName").value=elTableCells[1] document.getElementById("City").value=elTableCells[2].innerText; document.getElementById("Country").value=elTableCells[3].innerText; …

Member Avatar for CollinHoward
0
183