Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [afrayer] Cancel button

Quote Reply
Re: [afrayer] Cancel button 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

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================

Last edited by:

HyperTherm: May 26, 2005, 11:46 PM
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 3212 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