hellonico
06-15-2005, 05:27 PM
Hi,
There, using Lazlo to developp an animated menu:
Using this code:
<method event="onclick">LzBrowser.LoadURL(target, 'mgnlAdminCentral_ExtractTreeIFrame')</method>
to open a link in a frame in the same window as the lazlo object.
The link is an attribute of a class and is referenced here as 'target' without the quotes.
Problem I have is:
1-When I load the menu in the Lazlo debugger, it works fine, and actually refresh the proper frame in another window.
2-If I put the movie on the page of my webapp, it just won't load the proper page, and keep opening the http://www.openlazlo page in a new window (not even in the proper frame)
Any body knows why my code is bypassed ?
Any help is mo---re than welcome.
There, using Lazlo to developp an animated menu:
Using this code:
<method event="onclick">LzBrowser.LoadURL(target, 'mgnlAdminCentral_ExtractTreeIFrame')</method>
to open a link in a frame in the same window as the lazlo object.
The link is an attribute of a class and is referenced here as 'target' without the quotes.
Problem I have is:
1-When I load the menu in the Lazlo debugger, it works fine, and actually refresh the proper frame in another window.
2-If I put the movie on the page of my webapp, it just won't load the proper page, and keep opening the http://www.openlazlo page in a new window (not even in the proper frame)
Any body knows why my code is bypassed ?
Any help is mo---re than welcome.