R
Randell D.
Folks,
Can someone help my syntax?
var z=myForm.myInputTag.value.string().replace(" ","-");
I would expect the above to allow z to take the value of an input tag
(called myInputTag) and replace spaces with dashes...
It doesn't change the string - nor do I get errors in the Mozilla
javascript conole...
All help, via the newsgroup (for all to learn) is appreciated, thanks
randelld
Can someone help my syntax?
var z=myForm.myInputTag.value.string().replace(" ","-");
I would expect the above to allow z to take the value of an input tag
(called myInputTag) and replace spaces with dashes...
It doesn't change the string - nor do I get errors in the Mozilla
javascript conole...
All help, via the newsgroup (for all to learn) is appreciated, thanks
randelld