|
-
Oct 12th, 2005, 11:37 AM
#1
Thread Starter
Fanatic Member
images as button couldnt post data!!
i use an image as the button of a register form, but when i click the form, it doesnt post the data into databse....why?
Last edited by kenny_oh; Oct 13th, 2005 at 09:10 AM.
-
Oct 13th, 2005, 07:59 AM
#2
Re: images as button couldnt post data!!
Did you use input type=image?
<input type="image" src="/images/send.gif" alt="Send">
-
Oct 13th, 2005, 08:13 AM
#3
Thread Starter
Fanatic Member
Re: images as button couldnt post data!!
no...... i not familiar with this technique...... what is alt = "Send"??
-
Oct 13th, 2005, 09:05 AM
#4
Thread Starter
Fanatic Member
Re: images as button couldnt post data!!
ok....it work alr....thank you!! what is the meaning for this alt ="send"????
-
Oct 13th, 2005, 09:14 AM
#5
Addicted Member
Re: images as button couldnt post data!!
If your browser can't find the image then it displays the value in the alt (alternative) attribute instead.
-
Oct 14th, 2005, 05:33 AM
#6
Re: images as button couldnt post data!!
And in some browsers, that text displays as a tooltip.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|