Javascript:history.back is not workin in XUL application
Posted
by Rajeesh
on Stack Overflow
See other posts from Stack Overflow
or by Rajeesh
Published on 2010-05-24T10:26:58Z
Indexed on
2010/05/24
10:31 UTC
Read the original article
Hit count: 272
JavaScript
|xul
I have created a XUL application, it has got a link for navigating to previous page. This is my link <a href="javascript:history.back();">Back</a>
, unfortunately it is not working!!!
In firefox is working as expected, when I run it in XUL it is not working.
Any idea, why it is not working.
Thanks, Rajeesh
© Stack Overflow or respective owner