Found a way with zimlets:
<zimlet name="com_zimlet_openurl" version="1.0" description="open_link">
<summary>
This will provide the link to xy.com
</summary>
<zimletPanelItem label="xy.com Link">
<toolTipText>
Link zu xy.com
</toolTipText>
<onClick>
<canvas type="window" width="800" height="700"/>
<actionUrl method="get" target="http://www.xy.com">
</actionUrl>
</onClick>
</zimletPanelItem>
</zimlet>
Chris |