brazenskies
07-31-2008, 04:53 PM
Is it possible to automatically submit a form without any action from a user and with NO JAVASCRIPT.
I have an asp process page that performs a few db actions then submits a form using...
<script>
document.frmTkn.submit()
</script>
I have been using asp to do all my validation across the site as an inordinate amount of users seem to be using IE with high security, which obviously blocks javascript. I have fixed everything else but this one problem.
So to sum up, how can I submit that form automatically without javascript
I have an asp process page that performs a few db actions then submits a form using...
<script>
document.frmTkn.submit()
</script>
I have been using asp to do all my validation across the site as an inordinate amount of users seem to be using IE with high security, which obviously blocks javascript. I have fixed everything else but this one problem.
So to sum up, how can I submit that form automatically without javascript