test1.hsp

sample\hspinet\test1.hsp » Plain Format

#include "hspinet.as"

	;
	;	単純なファイルのダウンロード
	;

	netinit
	if stat : dialog "ネット接続できません。" : end

	neturl "http://www.onionsoft.net/"

	mes "DOWNLOAD 開始"

	netload "about.html"

	mes "DOWNLOAD 完了"
	mes "about.htmlを保存しました。"

	stop