Jump to content

Johnn

Members
  • Posts

    4
  • Joined

  • Last visited

Johnn's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Please help on this another issue. I don't know why but the code below doesn't seem to work. <script> document.getElementById("Submit").style.display = "none"; </script>
  2. I have been wondering for hours why this snippet of code does not work at all. Please let me understand what was lacking or wrong in my code. Thanks <script> document.getElementById("caspioform").onsubmit=sbmt; function sbmt() { alert('Submitted'); } </script>
  3. Is there any way I can individually set the color of a certain text field? For example, The text field for first name has different color compared to the last name. Thank you for those who can answer my inquiry
×
×
  • Create New...