Hello,
i want to change the text (within html - not in a textbox) on part of a page depending on which options are selected in a select box. (it is contact information, and changes depending on the region selected)
right now, i can get it to work in a textbox, but i want it to show up on the actual page, not inside a textbox. when i try document.write, instead of writing out the line of text where i want it (within the html), it takes away all elements on the page, and writes the plain text on a white page.
any suggestions on how to do this? i am totally stumped.
i want to change the text (within html - not in a textbox) on part of a page depending on which options are selected in a select box. (it is contact information, and changes depending on the region selected)
right now, i can get it to work in a textbox, but i want it to show up on the actual page, not inside a textbox. when i try document.write, instead of writing out the line of text where i want it (within the html), it takes away all elements on the page, and writes the plain text on a white page.
any suggestions on how to do this? i am totally stumped.