Results 1 to 2 of 2

Thread: A back button

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A back button

    1) Script Title: DHTML Window widget (v1.1)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ndow

    3) Describe problem: I use this wonderful script in a toolbar. When users open a window, the toolbar don't let use back key to go into the previous page. I think it can be solved with a button, like the window close button. As the window has no navigation buttons, this would be fine.

    Can you give me an hand, please?

    Thank you.

    José

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    If you're using the IFRAME mode to open pages inside the DHTML window, you could simply use a little JavaScript inside those pages to allow the user to go back to the previous page, something like:
    Code:
    <a href="javascript:history.go(-1)">Go back 1 page1</a>
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •