How to write the code for the back button?

前端 未结 7 551
梦毁少年i
梦毁少年i 2020-12-23 17:43

I have a php code here and I would like to create a "back" href to get me back to where I was before. Here\'s what I have:



        
7条回答
  •  -上瘾入骨i
    2020-12-23 18:18

    You need to tell the browser you are using javascript:

    Back 
    

    Also, your input element seems out of place in your code.

提交回复
热议问题