Announcement

Collapse
No announcement yet.

Back Button

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

    #16
    Thanks. Can this be adapted to use an image?
    Cheers FrAz

    Comment


      #17
      reason it fails:
      you cannot nest a form inside another form.

      solution?
      HTML Code:
      <input align="left" type="image" src="back.gif" onclick="history.go(-1);return false;" />
      no form tags.

      Comment


        #18
        New it was something as simple as that, i'll bare that in mind for the future.

        Thanks again Gabe
        Cheers FrAz

        Comment

        Working...
        X