Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic "Text " as opposed to returned Input Text Box "Text"

Status
Not open for further replies.
Jul 13, 2001
180
US
Hello,

I am using an Ultradev Form Extension by Yaromat written in Javascript.


It works great. But is there a way to have the total which dynamically changes onBlur display as plain dynamic text as opposed to text in an input box?

Been up all night looking for answers.

Thanks in advance.
 
<script language=javascript>
function changeText(){
theSpan.innerHTML = &quot;Hi, I am changing&quot;;
}
</script>

<body onLoad=&quot;changeText();&quot;>
<span id=theSpan name=theSpan>This is the first text</span>
</body>

:)
paul
penny1.gif
penny1.gif
 
Hello. Thanks for your response.
However, I do not understand.
Would you be so kind to explain?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top