X-log : Let the data flow!

 

Click to see the XML version of this web page.

 
 

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:

  1. URL: the URL of the page you want displayed in the inline frame.
  2. Interval: the time in seconds between refreshes.
  3. Name: the name you want to give the inline frame. You must give it name in order for the refresh to work.
  4. Border: the width of the border you want the frame to have in pixels.
  5. Width: the width of the inline frame pixels.
  6. Height: the height of the inline frame in pixels.
  7. Scrolling: allows you to turn scrolling on or off by setting this parameter to "yes" or "no".
  8. 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 Click here to send an email to the editor of this weblog.
Last update: 7/1/03; 7:54:08 AM.

Click here to visit the Radio UserLand website.