Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [HyperTherm] Cancel button

Quote Reply
Re: [HyperTherm] Cancel button In reply to
In Reply To:
Are u trying to have your <form ..></form> within a already existing <form..></form> block. If yes it will not work.

Crude but easy soln : Next to your Submit Button include this:

&nbsp;&nbsp;<input type="button" value="Cancel"
onclick="parent.location='http://www.gossamer-threads.com'" />

replace gossamer-threads.com with your url

BTW, if you use Reset button
&nbsp;&nbsp;<input type="reset" value="Reset" name="reset" class="submit" />

Say on modify.htm it wouldn't clear the contents. It would just clear any thing that you typed extra. But it will not work on any WYSIWYG editor being used in textareas i suppose.

Give it a try
Yes, I was trying to nest the form within a form... not supported, I guess.

I was unsure of the use of JavaScript (onclick)... I've been wondering if many people are in the habit of turning it off like they often do cookies.

I wasn't sure how Reset would look... and didn't want to scare anyone who clicked it, but I really want them to be able to have a bail-out option (one staffer has been begging me to allow a person to log off from that page, but I'd rather not dig into that hornet's nest).

I'll try your onclick idea. Thanks.

Alan Frayer
Don't just read the news - make the news!
Your World News - http://yourworldnews.frayernet.com
Subject Author Views Date
Thread Cancel button afrayer 3326 Apr 19, 2005, 1:56 PM
Thread Re: [afrayer] Cancel button
afrayer 3251 Apr 19, 2005, 2:46 PM
Thread Re: [afrayer] Cancel button
afrayer 3227 May 26, 2005, 8:17 AM
Thread Re: [afrayer] Cancel button
HyperTherm 3211 May 26, 2005, 11:07 PM
Thread Re: [HyperTherm] Cancel button
Andy 3196 May 27, 2005, 1:04 AM
Post Re: [Andy] Cancel button
HyperTherm 3171 May 27, 2005, 8:11 PM
Post Re: [HyperTherm] Cancel button
afrayer 3152 May 31, 2005, 5:32 AM