|
wizard_oz -> link from other page (7/18/2005 16:05:10)
|
Hi, I have a problem to send some data to another page for example:<script language="javascript" src="../newwindow.js" type="text/javascript"></script>
<%
name=Request.QueryString("name")
category=Request.QueryString("category")
Response.Write name & "<br>" & category & "<br>"
%>
<form action="addpic2db.asp" method="POST" name="Upload">
<table WIDTH="250" ALIGN="center" BORDER="1" CELLSPACING="1" CELLPADDING="1" cols=333>
<tr> <td>
<tr></tr>
<!--<form name="Upload" method="POST" action="admin_users.asp">-->
<td><input class="Input" type=text name=Upload Size=25 maxlength=25>
<a href="javascript:%20MM_openBrWindow('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</td>
</tr>
</table>
<INPUT type="submit" value="Submit" id=submit1 name=submit1>
</form> how can I get the data and transfer it to the next page?
|
|
|
|