marie
-
10/25/2006 5:34:14 PM
request.querystring in bizform textbox
Hello,
I have a Sign up form that is a bizform and I want to pass a value thru the URL to this bizform. In the default value field of the text box I put <%=Request.QueryString("classname")%>. But it doesn't recognize it as script it displays it as text.
I would rather not have to create a new template for this one form and would like to use the bizform function if it is possible.
Any ideas on how to make <%=Request.QueryString("classname")%> be seen as script and not as text: <%=Request.QueryString("classname")%>?
Thanks.
|