laylaClass


  laylaLoadFunctionPrefix



  
Function laylaLoadFunctionPrefix( strUrl, strPrefix, aData )

	Dim str,I

	if Left( strUrl, 7 )  <> "http://" then
		strUrl = laylaFunctionTargetUrl & strUrl
	end if

	str = HTTPGet( strUrl )
	if not IsEmpty( str ) then
		For I = 0 to Ubound( aData )
			str = Replace( str, aData( I ), strPrefix & aData( I ) )
		Next
		ExecuteGlobal str
	end if

End Function
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ