Not sure if this is a feature but would like to know if there is a way round it.
When using a form with the 'action=<target page>' parameter and the OnInputProcessing event, the event of the target page is fired on the form submit rather than the current page. Any ideas?
Regards
Paul.
> Any ideas?
Remove the action?
If you have an action, the browser will go where instructed. Events are just form fields that are submitted. The truth is that the browser <form action> decide where it must go.
Add a comment