Redirecting to a page after submitting form in HTML

前端 未结 3 1715
轮回少年
轮回少年 2020-12-30 03:14

I\'m fairly new to coding in HTML. After hours of searching the internet for a way to do this, I failed and so I\'m here. I was setting up a CSRF Proof of concept page here,

3条回答
  •  -上瘾入骨i
    2020-12-30 03:30

    For anyone else having the same problem, I figured it out myself.

        
          
            

    All I had to do was add the target="_blank" attribute to inline on form to open the response in a new page and redirect the other page using onclick on the submit button.

提交回复
热议问题