| View previous topic :: View next topic |
| Author |
Message |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
What's the script for replacing the image on a submit button guys ?
Reply with quote
|
| |
|
|
BigDaddy Enthusiastic Coder
Joined: 26 May 2006 Posts: 147
| |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
BigDaddy, so that instead of the gray button for a submit. I get to replace it with an image of my own choosing ...
S/image/button/
Reply with quote
|
| |
|
|
BigDaddy Enthusiastic Coder
Joined: 26 May 2006 Posts: 147
|
I don't know what that has to do with script. You use an input with type="image".
`html input
Reply with quote
|
| |
|
|
optomeb Enthusiastic Coder
Joined: 19 May 2006 Posts: 113
| |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
I'd like to replace the image of the default operating system / browser button with a button of my own choosing .... it's still type="submit"
This isn't off topic as far as I'm aware ...
Reply with quote
|
| |
|
|
BigDaddy Enthusiastic Coder
Joined: 26 May 2006 Posts: 147
|
I still don't see what it has to do with script or why type of image is inferior in this case.
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
BigDaddy, because as far as I'm aware type=image isn't a button and doesn't submit the form to the server ...
But thanks for the link :-)
Got it...
Reply with quote
|
| |
|
|
BigDaddy Enthusiastic Coder
Joined: 26 May 2006 Posts: 147
| |
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
I just did thanks ... the specs recommend using the <BUTTON> syntax ... <BUTTON name="submit" value="submit" type="submit">
Send<IMG src="/icons/wow.gif" alt="wow"></BUTTON>
I've never seen the type syntax before ...
Reply with quote
|
| |
|
|
| Page 1 of 3 |
Goto page 1, 2, 3 Next |
|