Hi there, is it possible to load a web site inside a window ?
Here is my try
<canvas>
<window resizable="true">
<view>
<method name="init" event="oninit">
this.setSource("http://www.gmail.com ", "none", "");
</method>
</view>
</window>
</canvas>
<window resizable="true">
<view>
<method name="init" event="oninit">
this.setSource("http://www.gmail.com ", "none", "");
</method>
</view>
</window>
</canvas>
if someone have a clue ?
Thanks
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
