Forum Home
Press F1
 
Thread ID: 38240 2003-10-01 09:22:00 HTML/Javascript GrahamB (750) Press F1
Post ID Timestamp Content User
179572 2003-10-01 13:35:00 It's a bit difficult to decipher your code with the definitives you've given, but I think you need the submit added:

<input type="submit" name="Submit" value="Submit">
Greg S (201)
179573 2003-10-02 00:05:00 > It's a bit difficult to decipher your code with the
> definitives you've given, but I think you need the
> submit added:
>
> <input type="submit" name="Submit" value="Submit" >

I agree with Greg S there :)

let us know how you get one.
stu140103 (137)
179574 2003-10-02 09:49:00 Hi Stu

I'm still having challenges.

Using your "submit" script only serves to replace the button image i am using.

I believe that the place to look for a solution is in the <form > script.

If I put in method ="post" action="mailto:etc"> then it emails me.

If I put in method="url-redirect" action="http://etc"> then it redirects.

The question is how to get it to do both?

TFYcontinuedH

Regards
Graham Bockett
GrahamB (750)
179575 2003-10-02 10:27:00 > Hi Stu
>
> I'm still having challenges.
>
> Using your "submit" script only serves to replace the
> button image i am using.
>
> I believe that the place to look for a solution is in
> the <form > script.
>
> If I put in method ="post" action="mailto:etc" > then
> it emails me.
>
> If I put in method="url-redirect"
> action="http://etc" > then it redirects.
>
> The question is how to get it to do both?

ok, Iam guessin here that you will be using CGI scrip:

have a look at this:

<form name=contact
action=http://www.whatevaryyourdomannameis.co.nz/cgi-bin/scrip.cgi
method=post >
<input type=hidden
name=recipient value=what@whatevary.co.nz >
<input type=hidden value="whatevaryyouwant"
name=subject >
<input type=hidden
value=http://www.whatevaryyourdomannameis.co.nz/confirm.htm name=redirect >
<input type="submit" name="Submit" value="Submit" >
<input class=formbutton type=reset value=Reset " >

this should do what you want.
stu140103 (137)
179576 2003-10-02 10:37:00 > have a look at this:
>
> <form name=contact action=http://www.whatevaryyourdomannameis.co.nz/cgi-
> in/scrip.cgi
> method=post >
> <input type=hidden
> name=recipient
> e=recipient value=what@whatevary.co.nz >
> <input type=hidden
> t type=hidden value="whatevaryyouwant"
> name=subject >
> <input type=hidden value=http://www.whatevaryyourdomannameis.co.nz/confi
> m.htm name=redirect >
>
> ** what evary you want to be in your forum goes here**
>
> <input type="submit" name="Submit" value="Submit" >
> <input class=formbutton type=reset value=Reset " >
>
> this should do what you want.
stu140103 (137)
1 2