|
wizard_oz -> insert querystring (7/24/2005 10:53:43)
|
Hi, I would like to insert a querystring to an input method for example: <%
name=Request.QueryString("name")
category=Request.QueryString("category")
%>
<form action="addpic2db.asp" method="POST" name="Upload">
<%
select case category
case "Models"
%>
<input class="Input" type=text name=Upload Size=25 maxlength=25>
<a href="javascript:%20MM_openBrWindow('models/upload.asp','','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=200')">
<img src="../images/upload.gif" border=0 width="17" height="15"></a></td>
<td align="right">File Name
<% How do I insert the name to the "input" because I need to use the submit button Thanks, Elen
|
|
|
|