"Documentation" link does not work with IE explorer 7.0

Issue #100 resolved
Former user created an issue

Originally reported on Google Code with ID 100 ``` 1. Selecting the "Documentation" with IE explorer will not open the help dialog box.

Solution: Replace the existing java-script "documentation" link with the following code will allow both Firefox and IE to work properly.

echo "<a href=\"javascript:void\" onclick=\"window.open('" . $_SERVER['PHP_SELF'] . "?help=1#top','Help','width=800, height=800')\">Documentation</a>";

Thanks for a great program!

Jan Zumwalt ```

Reported by `Janz@cloudncleartech.com` on 2012-04-28 02:17:13

Comments (1)

  1. Dane Iracleous

    ``` Should be fixed in v1.9.3, but confirm because I don't have IE7. ```

    Reported by `diracleo` on 2012-06-02 07:59:08 - Status changed: `Fixed`

  2. Log in to comment