Hi,
I have the code below (obviously has alot stripped but the problem still persists with that code).
The problem i get is that whatever button i press either new or sk it always relates to the first form.Code:<blockquote> <div id="inside"> <form method="post" action="?sID=1&cPath="> <div style="width:100%;"> <div> <h3 class="actions">Actions<input type="image" name="new" src="boo.jpg" height="25px" width="40px" value="New"></h3> </div> </div> <form method="post" action="?action=T"> <p>Within this form</p> <input type="hidden" value="me" name="m"> <input type="submit" value="ss" name="sk"> </form> </form> </div> </blockquote>
What i want is the sk to relate to the form its inside and for new to relate to the first form?
Any ideas.
Thanks
k0r54


Reply With Quote
Bookmarks