I have 7 submits on a page, they all do their jobs ok as is except,
1. All submits reset the form. Even if the function that the submit executes is just a view stockId (etc) function
2. All submits enter data to the DB and shouldn't
I thought buy removing 6 of the 7 submits it may make coding this page easlier.
(i wish nested forms existed:)
Any ideas?
Tia, Will
PS, I've tried the folloing and it didn;t work.
Code: Select all
echo "e;<a href='"e;.$_SERVERї'PHP_SELF']."e;?action=view&stockId="e;.$stockId."e;','','scrollbars=yes,status=yes,windowX=10,windowY=10,width=440,height=570'>Word</a>"e;;