Ask a Question related to Dreamweaver AppDev, Design and Development.
-
AWZ #1
what in the code makes a .gif a submit button
How do I make a normal .gif into a submit button that will hold action? ie.
<input type='submit' name='Submit' value='Submit'> when I put the src for the
..gif in that line it overides it and simply leaves out the .gif Thanks for any
help
AWZ Guest
-
Submit button
I have a web form with a few text fields some validataion and a submit button. When I click the submit bittin the serverside event does not... -
Update database without submit button (single page code) ASP
Please help. Trying to update a record using ASP but within a single page i.e. no submit button. Code below. Thanks in advance - ASP Novice! ... -
[PHP] using submit button and PHP-HELP
thanx for your help, Ive got flu and all these small things seem to be escaping my eyes. I just want to ask you a small question: If i want this... -
value submit button
You can get the button value use code below: <?php echo $_POST;?> <form method="post"> <input type="submit" name="submit" value="submit1">... -
Help with Submit button...
Hi, I have a graphic, I wanted to use it for a submit button. For some reason it does not work.. it acts more of a link. The problem with... -
Manuel Socarras #2
Re: what in the code makes a .gif a submit button
<input type='image' src='...' ...>
AWZ wrote:> How do I make a normal .gif into a submit button that will hold action? ie.
> <input type='submit' name='Submit' value='Submit'> when I put the src for the
> .gif in that line it overides it and simply leaves out the .gif Thanks for any
> help
>Manuel Socarras Guest



Reply With Quote

