Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
WestSide webforumsuser@macromedia.com #1
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 the normal submit button is its size. Is there a way to make the normal submit button <input type="submit"> a specified size???
The area where I need my submit button is smaller so therefore I wanted to use my graphic as a submit button, but again, it does not seem to behave in the same manner as a normal submit button and only links me to the page
Basically I have a log in page on my home page. I want users to be able to click this graphic and then login in.
I have a page called loginprocess.cfm and this page runs my query to check if the username/password combination is correct, and if so, should log them in to a specified page...
Let me know if that makes sense...
WestSide webforumsuser@macromedia.com Guest
-
Submit button style
Hi, I am trying to change the style of a submit button ('<input type="submit" value="Update">') using stylesheets but everytime I use something... -
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... -
[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... -
using submit button and PHP-HELP
Hi, I have a form that has a submit button in it, when the button is pressed I want it to reload the same page, with the same URL, however when I... -
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">... -
jason kennedy #2
Re: Help with Submit button...
here's an example of an img being used as a submit button
<input name="Submit" id="Submit" value="Submit" type="image"
src="images/sendbutton.gif" width="143" height="56" border="0">
change to suit your needs
Jason
"WestSide" <webforumsuser@macromedia.com> wrote in message
news:bg42t1$edb$1@forums.macromedia.com...make the normal submit button <input type="submit"> a specified size???> 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 the normal submit button is its size. Is there a way touse my graphic as a submit button, but again, it does not seem to behave in>
> The area where I need my submit button is smaller so therefore I wanted to
the same manner as a normal submit button and only links me to the pageto click this graphic and then login in.>
> Basically I have a log in page on my home page. I want users to be ableif the username/password combination is correct, and if so, should log them>
> I have a page called loginprocess.cfm and this page runs my query to check
in to a specified page...>
> Let me know if that makes sense...
>
>
jason kennedy Guest
-
WestSide webforumsuser@macromedia.com #3
Re: Help with Submit button...
Thanks.
That worked..
-westside
WestSide webforumsuser@macromedia.com Guest



Reply With Quote

