Link - LinkParameters Browser dependency
From Visual WebGui Wiki
Overview
It is very browser dependent whether various properties of the LinkParameter structure works or not in the Link.Open call.
How this can be tested
Last tests made (Visual WebGui version 6.3.8a with this codesample) show the following:
Browser dependency - results
| This part of the article has not been completed yet. Please feel free to contribute and add contents to the Wiki |
| Property | IE7 | IE8 | FF3 | FF3.5 | Chrome | Safari |
|---|---|---|---|---|---|---|
| Location | | ok | | | | |
| Size | | ok | | | | |
| FullScreen | | ok | | | | |
| Resizable | | ok | | | | |
| ScrollBars | | ? | | | | |
| WindowStyle | | ok | | | | |
| ShowLocationBar | | ok | | | | |
| ShowMenuBar | | ok | | | | |
| ShowStatusBar | | no | | | | |
| ShowTitleBar | | no | | | | |
| ShowToolBar | | no | | | | |
| Target = _blank | | ok | | | | |
| Target = _popup | | no | | | | |
| Target = _self | | ok | | | | |
| Target = _parent | | ok | | | | |
| Target = _top | | ok | | | | |
