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/
