Getting Backbutton to work in single page website and implementing “speaking” URLs
问题 I have a single page website and would like to achieve the following: back button working as if it was a normal website and instead of say, www.mysite.com/index.php?p=#this-is-a-great-product I'd like to have this url www.mysite.com/this-is-a-great-product while still having back button working properly. Regarding 1.) I use the following code ive found which works great: <!-- Getting BackButton to work properly --> <script type="text/javascript"> var times = 0; function doclick() { times++; }