ranta
Programmer
- Jun 24, 2003
- 30
I am building a Bobby A accessible site complete with ecommerce which means I can not use any javascript on the site (or more accurately I need to ensure all functionality works without Javascript enabled).
The problem I have is that within the ecommerce process I am calling a stored procedure to add the order details to a pre-order table, this procedure returns the order number and some other critical information which I then store in a form and post to our payment provider using Javascript to automaticaly submit the form.
Is there any other way I can automaticaly submit this form without further interaction from the user?? ???? ??
Many thanks,
The problem I have is that within the ecommerce process I am calling a stored procedure to add the order details to a pre-order table, this procedure returns the order number and some other critical information which I then store in a form and post to our payment provider using Javascript to automaticaly submit the form.
Is there any other way I can automaticaly submit this form without further interaction from the user?? ???? ??
Many thanks,