retuurn to previous page in xhtml?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    retuurn to previous page in xhtml?

    converting wml script into xhtml but stuck on this....

    <anchor>back<prev/></anchor>

    i tried this...

    <a href=\"javascript:history.go(-1)\">Back</a>

    will it work on mobile fone? thanx if anyone can help

    #2
    if the phone supports javascript then yes lol
    far better off adding another field in datbase like previous location or even storing it in a SESSION

    Comment

    Working...
    X