Jump to content

Wgdm8

Members
  • Posts

    3
  • Joined

  • Last visited

Wgdm8's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes, thank you. I don't understand it, but it works just as I had wanted when I paste in your code directly replacing what I had previously. There were several forms on the web page, but only the one update page.
  2. I see many JS examples, but none addressing multiple datapages on the same webpage. I have two text variables that I want to concatenate in the 3rd datapage on my update webpage. I'm using the code attached in the footer of the detail page to no avail. I've tried several alternatives on the last line but none worked. The error associated with the last line below is "Object doesn't support property or method 'getElementById'. <SCRIPT LANGUAGE="JavaScript"> function concatenate() { var temp11 = document.getElementById("EditRecordWhere_Sa").value; var temp12 = document.getElementById("EditRecordWhere_Su").value; var temp10 = temp11 + temp12; document.getElementById("EditRecordWhere_Text").value = temp10; } document.forms[2].getElementById("Mod0EditRecord").onmouseover=concatenate; </SCRIPT>
×
×
  • Create New...