I am passing multiple variables to a VBSCRIPT function and I keep getting the same error, though I can't see the problem. The function call looks like this...
call openComm(<%=ord_key%>,<%=price%>,<%=pcode%>,<%=ename%>,<%=qty%>,<%=manID%>)
Everytime I load the page I get the message that I need a ')' after the first variable, which would really mess things up. What other options do I have? Ryan
rmindorff@hotmail.com
call openComm(<%=ord_key%>,<%=price%>,<%=pcode%>,<%=ename%>,<%=qty%>,<%=manID%>)
Everytime I load the page I get the message that I need a ')' after the first variable, which would really mess things up. What other options do I have? Ryan
rmindorff@hotmail.com