i need to read a variable in a javascript and translate it to a form in
html
the javascript variable is:
<SCRIPT LANGUAGE='JavaS cript'>RF2N('To tal');</script>
and i need to put that variable as the value in this line
<input type="hidden" name="AMT" value="**">
Is this possible. can i combine these 2 lines?
Thanks,
otto
html
the javascript variable is:
<SCRIPT LANGUAGE='JavaS cript'>RF2N('To tal');</script>
and i need to put that variable as the value in this line
<input type="hidden" name="AMT" value="**">
Is this possible. can i combine these 2 lines?
Thanks,
otto
Comment