myach
Full Member
Posts: 67
|
Post by myach on Sept 12, 2012 9:09:27 GMT
Hello im not sure but the Frame Url not work I want to change with a cklick the website in the frame.but nothing happens can you please look m maby im wrong thanks achim Attachments:
|
|
|
Post by Hippani on Sept 12, 2012 9:21:50 GMT
You need to use:
OpenPage("ScriptID","Url");
|
|
myach
Full Member
Posts: 67
|
Post by myach on Sept 12, 2012 12:03:54 GMT
Thank you. maybe you can make some examples with the script Options how i use the new function: Frame Url thanks achim
|
|
|
Post by Hippani on Sept 12, 2012 12:54:31 GMT
Here is an example page:
<html> <body> <iframe src="HippoAnimatorMenu.html" > <iframe id="Content" src="FirstPage.html" > </body> </html>
You could create a menu using hippo animator, it would be in one iframe. You could then have another iframe that shows the content of the page, the id of this iframe in this example is Content.
It would be possible to load a new web page in the Content iframe from the Hippo Animator menu by using the new function:
GetFrameUrl("AnotherContentPage.html","Content");
|
|