> -----Original Message-----
> From: Todd Sager [mailto:[EMAIL PROTECTED] 
> 
> <form name="assignvalue" id="assignvalue" 
> action="https://secure.awe-tuning.com/securecart/checkout.cfm";
>  method="POST">   

That's good.

> <InvalidTag LANGUAGE=" JavaScript">
> <!--
> document.getElementById('assignvalue').submit();
> //-->
> </SCRIPT> 

You've got a random space in there...  Try this:

<script language="javascript1.2" type="text/javascript">
<!--
document.assignvalue.submit();
-->
</script>

I don't think the original problem was the need for the getElementById,
it was the lack of the 'id' attribute.  Try that now.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include <stdjoke.h>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204572
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to