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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onpropertychange + firefox

Status
Not open for further replies.

vlitim

Programmer
Sep 2, 2000
393
GB
I have a hidden field thats value is changed and then in turn using the "onpropertychange" function it updates something else. This works in IE but not in firefox is there a workaround?

cheers
tim
 
whatever code you're using to programatically change the hidden field's value, do whatever you're doing next there, rather than in the onpropertychange event.



*cLFlaVA
----------------------------
[tt]I already made like infinity of those at scout camp...[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
Without further information (and maybe some code), it occurs to me that wherever the statement is that you use to change the value of the hidden field, just make the next line of code the function call (or whatever you've got) that you want to happen next.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
I, Slowpoke.

[spin]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top