Nested Forms

H

Harlin

I have nested forms:

<html> <head><title>Veldsma Admin Console: Add Product</title></head>
<body> <table cellpadding=10 cellspacing=10> <tr>
<p>Enter Your Product Information</p>
<form action="publishProduct.pih" method="POST">
<table cellpadding=5 cellspacing=5>
<tr><td>Item# </td><td><input type=text width=30></td></tr>
<tr><td>Product Name</td><td><input type=text width=30 ></td></tr>
<tr><td>Short Description</td><td><textarea rows=6 cols=40
wrap="HARD"></textarea></td></tr>
<tr><td>Description</td><td><textarea rows=9 cols=40 wrap="HARD"></
textarea><td></tr>
<tr><td>Sale Status</td><td><input type=text width=15></td></tr>
<FORM ENCTYPE="multipart/form-data" ACTION="fileUpload.py"
METHOD=POST><tr><td>Upload Thumbnail </td><td><INPUT NAME="my
file" TYPE="file"> <INPUT TYPE="submit" VALUE="Send File"></FORM></
td></tr>
<tr><td>Upload Picture 1 </td><td><input type=submit value="Upload
Picture1"></td></tr>
<tr><td>Upload Picture 2 </td><td><input type=submit value="Upload
Picture2"></td></tr>
<tr><td>Categories:</td><td>
</td></tr>
</form>
</table>
</td>
</tr>
</table>

I've been told this will not work but no one can tell me how to get
around it. Does anyone have any suggestions on how to do this?

Thanks!
 
H

Harlan Messinger

Harlin said:
I have nested forms:

<html> <head><title>Veldsma Admin Console: Add Product</title></head>
<body> <table cellpadding=10 cellspacing=10> <tr>
<p>Enter Your Product Information</p>
<form action="publishProduct.pih" method="POST">
<table cellpadding=5 cellspacing=5>
<tr><td>Item# </td><td><input type=text width=30></td></tr>
<tr><td>Product Name</td><td><input type=text width=30 ></td></tr>
<tr><td>Short Description</td><td><textarea rows=6 cols=40
wrap="HARD"></textarea></td></tr>
<tr><td>Description</td><td><textarea rows=9 cols=40 wrap="HARD"></
textarea><td></tr>
<tr><td>Sale Status</td><td><input type=text width=15></td></tr>
<FORM ENCTYPE="multipart/form-data" ACTION="fileUpload.py"
METHOD=POST><tr><td>Upload Thumbnail </td><td><INPUT NAME="my
file" TYPE="file"> <INPUT TYPE="submit" VALUE="Send File"></FORM></
td></tr>
<tr><td>Upload Picture 1 </td><td><input type=submit value="Upload
Picture1"></td></tr>
<tr><td>Upload Picture 2 </td><td><input type=submit value="Upload
Picture2"></td></tr>
<tr><td>Categories:</td><td>
</td></tr>
</form>
</table>
</td>
</tr>
</table>

I've been told this will not work

That's correct.
but no one can tell me how to get
around it.

To accomplish what? You haven't said.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top