Yes.
<a href="javascript:this.form.submit()"

But since it's a form, I'd just use buttons like you were doing.

<input type="button" onclick="history.back()" value="Back">
<input type="button" onclick="window.close()" value="Close">

_____________________________
steve oliver
senior internet developer
atnet solutions, inc.
http://www.atnetsolutions.com


-----Original Message-----
From: phumes1 [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, March 12, 2002 1:54 PM
To: CF-Talk
Subject: Re: <INPUT


Thanks

The below worked great.

<a href="javascript:history.back()">[Back]&nbsp;</a>
<a href="javascript:window.close()">[Close]</a>

Within a my

<cfform action="delete-action.cfm" name="DeleteMyFontDir" method="POST">

.

<input type="submit" name="Action" value="Delete" class="navlinks">

</cfform>

I also have a <input submit button. Can the above also be substituted
with 
Javascript?


______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to