Have you tried the following?

<form  method="post" action="#script_name#?#query_string####
Recordset.columname#" name="MyForm" >
        <input type="image" src="../Images/MyImage.jpg"
onClick="document.name.submit();###Recordset.columname#" >
</form>

Put the anchor value on the action of the form

Steve


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Cahill
Sent: Tuesday, July 20, 2004 11:50 PM
To: CFAussie Mailing List
Subject: [cfaussie] submitting a form with a dynamic anchor

I'm currently submitting a form to the same page with the following code by
clicking on the image.
I would like to add a dynamic anchor #Recordset.columname#

<form  method="post" name="MyForm" >
<input type="image" src="../Images/MyImage.jpg"
onClick="document.name.submit();" >
</form>

and have tried using the follwing code.

<form  method="post" name="MyForm" >
<input type="image" src="../Images/MyImage.jpg"
onClick="document.name.submit();###Recordset.columname#" >
</form>

and other configurations and nothing seems to work.

Suggestions please.



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to