Jump to content

miteshbhimjiyaani

Members
  • Posts

    9
  • Joined

  • Last visited

miteshbhimjiyaani's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hi can u send me whole code ? one more thing what is document.pos ?
  2. hi,some modification alert(inp.checked);<form id="AlterarExcluirForm" action="#"><input type="checkbox" checked/><input type="checkbox" /><input type="checkbox" /></form><script type="text/javascript">var cnt = 0;var inp = document.getElementById("AlterarExcluirForm").elements; // all inputsfor (var i = 0; i < inp.length; i++)if (inp[i].getAttribute("type") == "checkbox"){ alert(inp[i].checked);cnt++;}alert(cnt); //there is 3 checkboxes now</script>
  3. hi give in body tag<body style="margin: 0px 0px 50px 100px">so it will work
  4. hibz / is not interputted by html browser. but if u r use \ then it will work.
  5. hi ,remove & #39; with single quote then it will work
  6. hi try this :win=window.open('','Chatt','height=600,width=800,status=no,toolbar=no,menubar=no,location=no,resizable=yes');it will work
  7. hi try this :win=window.open('','Chatt','height=600,width=800,status=no,toolbar=no,menubar=no,location=no,resizable=yes');it will work
  8. ==hi , code is working fine in IE as well as Mozilla , may be u r missing next action page (which i showed in bold text ), just give action page name, it will work.thanks
  9. hi ,the above code is won;t working. if u wana display only hello world then use below code<html><head><script>document.write("Hello World!")</script></head><body></body></html>Reason : y ur code is not working bz it is html file not jsp or asp. that will work on server side.Thanks
×
×
  • Create New...