Skip to Content
0
May 29, 2008 at 11:28 AM

Submit form using HTML button , all other componenets are in HTMLB.

117 Views

Hi,

I am working on a BSP application where i have all elements in HTMLB.

Now i need to do the following when the button is clicked:

dacument.ecar.action = ret_URL;
	dacument.ecar.method = "POST";
	dacument.ecar.sobmit();

Can i somehow acchive this using HTMLB button , i mean is there any equivalent code for the JS code above in HTMLB or do i need to use HTML button?

Thanks,

Anubhav.