warlord902 9 Junior Poster

I have 4 buttons on my page and I want each one to make a different http post request on clicking them. I tried using form for each of them but that make them appear in different lines but I want all of them to be horizontally aligned. Is there any way through Javascript to do it without using form.

And also tell me what exactly I need to write in button tag