pouncer Posted January 23, 2007 Share Posted January 23, 2007 [code]<form method ='post' action='delete_privatemessage.php' name='record'> <td><img src=\"../index_images/delete.ico\"></td> <input type='hidden' name='message_id' value='$message_id'></form>[/code]Instead of putting the button there, i put a .ico image there.but how can i make it go to the 'delete_privatemessage.php' page properlybecause, in 'delete_privatemessage.php' i need to get the message_id and remove that entry!!! Quote Link to comment Share on other sites More sharing options...
paul2463 Posted January 23, 2007 Share Posted January 23, 2007 <input type="image" src="../index_images/delete.png" > Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 23, 2007 Share Posted January 23, 2007 I believe you can use <input type="image" name="submit"> and then do the src of your image. I think it has to be an image, not an ico. Quote Link to comment Share on other sites More sharing options...
pouncer Posted January 23, 2007 Author Share Posted January 23, 2007 thanks guys!it worked fine with .ico :P Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 23, 2007 Share Posted January 23, 2007 Great :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.