Nice looking buttons

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mpiaser
Forum Newbie
Posts: 12
Joined: Wed Sep 07, 2005 8:16 pm

Nice looking buttons

Post by mpiaser »

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?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

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 »

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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

what kind of buttons are they? (<inputs>), regular images with onClick events?

look for <input type="image"...>
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Moved to Client Side
Post Reply