No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
ASP.NET control with run at server regenerate ID hence you could not get as it is, please view source and get what ID is generated, keep not when you run file on local you will find seperate '$' and when you will upload these file on server the separator will …
[code=javascript] <script language="javascript"> function addElement(){ // Get the value into the input text field var element=document.getElementById('newElement').value; if(element==""){ // Show an error message if the field is blank; document.getElementById('msg').style.display="block"; document.getElementById('msg').innerHTML = "Error! Insert a description for the element"; }else{ // This is the <ul id="myList"> element that will contains the new …
The End.
kedman1234