thriputapriya
01-18-2006, 01:54 AM
Hello,
<canvas height="140" debug="true">
// Load the Laszlo site in a new window
<button onclick="LzBrowser.LoadURL('http://www.laszlosystems.com/', '_blank')">
Click me
</button>
<script>
// List the player version
Debug.write('Player version: ' + LzBrowser.getVersion());
</script>
</canvas>
If i run this code on lps-3.1,i am getting this error in debug.
WARNING: loadurl.lzx:4: call to undefined method 'LoadURL'
Could you rectify the above code.What is the wrong in that method.
Thanks,
-thriputapriya
<canvas height="140" debug="true">
// Load the Laszlo site in a new window
<button onclick="LzBrowser.LoadURL('http://www.laszlosystems.com/', '_blank')">
Click me
</button>
<script>
// List the player version
Debug.write('Player version: ' + LzBrowser.getVersion());
</script>
</canvas>
If i run this code on lps-3.1,i am getting this error in debug.
WARNING: loadurl.lzx:4: call to undefined method 'LoadURL'
Could you rectify the above code.What is the wrong in that method.
Thanks,
-thriputapriya