문제

I need to use the meta tag to go back to the previous page. I read somewhere firefox and IE stopped the use of javascript within meta tags for security purposes. What other alternatives can I use that only require client side scripting like javascript or using html.

This is my code:

<META HTTP-EQUIV="Refresh" CONTENT="5; URL=javascript:history.back();">

It works fine on Safari but not on Firefox and Internet Explorer

도움이 되었습니까?

해결책

The simplest way to do this would be creating a div which includes your messages and you can hide it after a certain time other than that there are no solutions due to Firefox and IE security purposes

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top