Submitting a page without JavaScript:doSubmit function
634228Apr 7 2009 — edited Apr 7 2009Hi apex users,
I have to create page that does not have any JavaScript inside (the page must be compliant to a government standard). How can submit a page with a request? Exactly like the doSubmit('REQUEST') JavaScript function...
I have tried adding an html tag like <input type="submit" value="Send" id="SEND" />. The page is submitted, but how can I set the request.
Many thanks
Karl