My code works but because I'm using VBscript within JavaScript I get an error
message...the yellow tri-angle with an "!" mark.
---------------within my body-------------
<script language="JavaS cript">document .write(formatCu rrency(<%=Reque st.Form
("total")%>) )</script>
------------------------------------------
My script takes the form element "total" from the previous page and sends it
to a function for formatting. Problem is...JavaScrip just doesn't like
VBscript. How do I get the form element using JavaScript?
message...the yellow tri-angle with an "!" mark.
---------------within my body-------------
<script language="JavaS cript">document .write(formatCu rrency(<%=Reque st.Form
("total")%>) )</script>
------------------------------------------
My script takes the form element "total" from the previous page and sends it
to a function for formatting. Problem is...JavaScrip just doesn't like
VBscript. How do I get the form element using JavaScript?
Comment