JavaScript and client side scripting.
Moderator: General Moderators
mpiaser
Forum Newbie
Posts: 12 Joined: Wed Sep 07, 2005 8:16 pm
Post
by mpiaser » Wed Nov 22, 2006 9:51 am
I have created (via FrontPage) so nice looking buttons. I would like to use them on my PHP form instead of the generic <input type=submit ...> Any idea how this is done?
volka
DevNet Evangelist
Posts: 8391 Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger
Post
by volka » Wed Nov 22, 2006 9:54 am
Just send the code to the client, php doesn't care about it.
mpiaser
Forum Newbie
Posts: 12 Joined: Wed Sep 07, 2005 8:16 pm
Post
by mpiaser » Wed Nov 22, 2006 9:57 am
I don't know what code to send to the client. the <input type=submit tag doesn't seem to have a place to present an jpg name
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Wed Nov 22, 2006 9:58 am
what kind of buttons are they? (<inputs>), regular images with onClick events?
look for <input type="image"...>
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Nov 22, 2006 10:30 am
Moved to Client Side