Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Help needing for form action send and reset button


Help needing for form action send and reset button

Reply
  #1 (permalink)  
Old 10-05-04, 07:57 AM
mike78 mike78 is offline
New Member
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Help needing about form action send and reset button

Hi
1)I have my own button as send and reset named.How can i put this own made button to form?
2)If i do not put,enctype does it matter?Can it be problem to read the form?
3)Does all webhosting providers support cgi-bin/formscript.pl and do they arrange for me?
4)I would like to give sender massage like "Form has been received.Thanks a lot for your information" how can i add this massage after form has been sent.

What does this mean?
Warning:Attributes and values for the EMBED tag vary by plug-in.Please check that all attributes and
values are valid.[Microsoft Internet Explorer 5.0,Microsoft Internet Explorer 5.5,
Microsoft Internet Explorer 6.0,Netscape Navigator 6.0]
How can i solve this problem?
Greetings and thanks a lot for your help

Last edited by mike78; 10-05-04 at 08:19 AM.
Reply With Quote
  #2 (permalink)  
Old 10-09-04, 11:26 PM
Sabu Sabu is offline
Junior Code Guru
 
Join Date: Sep 2004
Posts: 458
Thanks: 0
Thanked 0 Times in 0 Posts
1. The 'image' input type can take the place of a submit button if you've designed your own, or you can change the design of the buttons and add a background picture using CSS styles.

2. In my experience, the enctype only really matters if you're doing complicated things like uploading images. Perhaps someone here can clarify this for us.

3. Er.. no. Possibly. Maybe. probably. Yes. I don't know.

4. You can give the user a massage, but make sure they provide contact details in the form.
__________________
define('TRUE', FALSE);
Reply With Quote
  #3 (permalink)  
Old 01-04-05, 02:26 PM
Dion's Avatar
Dion Dion is offline
Newbie Coder
 
Join Date: Jun 2004
Location: NL
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Could someone please give an example of the 'image' input type, or tell me what I am doing wrong.

I tried it myself but I got stuck with this:
Code:
<input type="IMAGE" name="submit" src="verzend.png" alt="Verzend">
After I 'send' the form nothing happends, while everything works great with the normal
Code:
<input type="submit" name="submit" value="Verzend">

------------------------------------
EDIT
it is working now with this part:
Code:
<input type=image name="submit" value="submit" border=0 alt="Verzend" src=http://img.photobucket.com/albums/v210/vanadrichem/verzend.png width=136 height=21 >

But I've got another question about this same topic,
How can I make the 'submit' image, like a roll-over image?
__________________
just a n00b trying to learn php

Last edited by Dion; 01-04-05 at 03:24 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 10:18 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.