| |
rFrame Macro
This macro allows you to create an inline frame that refreshes at a specific interval you set. You can download the script from here: .
Here is the macro definition:
workspace.rFrame(url, interval, name, border, width, height, scrolling, align)
The parameters are as follows:
- URL: the URL of the page you want displayed in the inline frame.
- Interval: the time in seconds between refreshes.
- Name: the name you want to give the inline frame. You must give it name in order for the refresh to work.
- Border: the width of the border you want the frame to have in pixels.
- Width: the width of the inline frame pixels.
- Height: the height of the inline frame in pixels.
- Scrolling: allows you to turn scrolling on or off by setting this parameter to "yes" or "no".
- Align: aligns the inline frame relative to the other text around it. The parameter can have the values of "top", "middle", "bottom", "left", or "right".
Here is a sample call for this macro:
<%workspace.rFrame("http://www.xlogs.net:8080/myServices/webLogUpdates",30,"webLogs",0,200,200,"no","top")%>
Cut and paste the above macro call to get the webLogUpdates service from xlogs.net.
© Copyright 2003 Dann Sheridan
Last update: 7/1/03; 7:54:08 AM.
|
|