FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 GetURL
 
Purpose
Connects to a specified web address and returns the page as a string.
This is a quick way to:
•       return variable data from web pages
•       build screen-scraping tools
•       insert web data into FirstClass
In combination with the fcHTML body type, GetURL can be used to fill FirstClass documents and messages with data from the web.
Syntax
GetURL (URLString [, Timeout])


URLString
The URL as a string.
The port defaults to 80 if not specified in the URL.
Timeout
The time (in seconds) to wait for the connection to the web address.
The timeout defaults to 10 seconds if not specified.

Example
Debug GetURL ("http://www.firstclass.com")

 

Copyright(C) 2002-2011 FC Management Co. All Rights Reserved