With a little Java Script you can send the form...
<script>
function submitform(obj, fuseaction){
eval(obj).action = "index.cfm?fuseaction=" + fuseaction;
eval(obj).submit();
}
</script>
<form name="formname" method="post"
action="index.cfm?fuseaction=Processform">
<input type="hidden" name="Customerid" value="999">
</form>
<a href="javascript:submitform('formname', 'Processform')">Click Here</a> to
process form.
You might want to double check that this is cross browser compatible.
_______________________________________________
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/
-----Original Message-----
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 24, 2000 1:17 PM
To: [EMAIL PROTECTED]
Subject: Can we hide
If I have a url link as:
<a
href="Index.cfm?fuseaction=Processform&Customerid=999">Click
here</a> to process the form.
Is there a way to hide the information about the
Customer id?
I know it can be done in a form. But can it be done in
a url link?
Appreciate
A.B.
__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.