Delay 1000
Call Plugin.Web.HtmlInput(website,"id:url")
Delay 1000
Call Plugin.Web.HtmlInput(info, "id:comment&type:textarea")
End Function


Function jerryghionis(url,username,website,email,info,title)//url网址 username用户名称 website 主页 email邮箱地址 info 内容 title 标题
Call Plugin.Web.Tips("jerryghionis")
Delay 1000
Call Plugin.Web.HtmlInput(username,"name:comment_name&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(email,"name:comment_email&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(info,"name:comment_comment&tag:TEXTAREA")
End Function

Function sununews(url,username,website,email,info,title)//url网址 username用户名称 website 主页 email邮箱地址 info 内容 title 标题
Call Plugin.Web.Tips("sununews")
Delay 1000
Call Plugin.Web.HtmlInput(username,"name:tname&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(email,"name:temail&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(website,"name:twebsite&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(title,"name:ttitle&tag:INPUT")
Delay 1000
Call Plugin.Web.HtmlInput(info, "name:tcomment&tag:TEXTAREA")
End Function

Function servercronos(url,username,info)//url网址 username用户名称 website 主页 email邮箱地址 info 内容
Call Plugin.Web.Tips("servercronos")
Delay 1000
Call Plugin.Web.HtmlInput(username,"name:msg_author")
Delay 1000
Call Plugin.Web.HtmlInput(info, "id:message")
End Function



Function bahnhof(url,username,website,email,info)//url网址 username用户名称 website 主页 email邮箱地址 info 内容
	Call Plugin.Web.Tips("bahnhof")
	Delay 1000
	Call Plugin.Web.HtmlInput(username,"name:varName")	
	Delay 1000
	Call Plugin.Web.HtmlInput(website,"name:varSite")
	Delay 1000
	Call Plugin.Web.HtmlInput(email,"name:varMail")
	Delay 1000
	Call Plugin.Web.HtmlInput(info, "name:varComment&tag:TEXTAREA")
End Function

Function coursdinformatique(url,username,website,email,info,title)//url网址 username用户名称 website 主页 email邮箱地址 info 内容 title 标题
    Call Plugin.Web.Tips("coursdinformatique")
    Delay 1000
    Call Plugin.Web.HtmlInput(username,"name:tname")
    Delay 1000
    Call Plugin.Web.HtmlInput(title,"name:ttitle")
    Delay 1000
    Call Plugin.Web.HtmlInput(info, "name:tcomment&tag:TEXTAREA")
End Function

Function gravidblogg(url,username,website,email,info,title)//url网址 username用户名称 website 主页 email邮箱地址 info 内容 title 标题
    Call Plugin.Web.Tips("gravidblogg")
    Delay 1000
    Call Plugin.Web.HtmlInput(username,"name:commentsubject&tag:INPUT")
    Delay 1000
    Call Plugin.Web.HtmlInput(info,"name:commenttext&tag:TEXTAREA")
    Delay 1000
    Call Plugin.Web.HtmlInput(title,"name:commentname&tag:INPUT")
    Delay 1000
    Call Plugin.Web.HtmlInput(email,"name:commentemail&tag:INPUT")
End Function

Function sokolhovezi(url,username,website,email,info,title)//url网址 username用户名称 website 主页 email邮箱地址 info 内容 title 标题
    Call Plugin.Web.Tips("sokolhovezi")
    Delay 1000
    Call Plugin.Web.HtmlInput(username,"id:tname")
    Delay 1000
    Call Plugin.Web.HtmlInput(email,"id:temail")
    Delay 1000
    Call Plugin.Web.HtmlInput(website,"id:twebsite")
    Delay 1000
    Call Plugin.Web.HtmlInput(title,"id:ttile")
    Delay 1000
    Call Plugin.Web.HtmlInput(info, "id:tcomment")
End Function

Sub OnScriptExit()
  Call Plugin.Web.Tips("脚本停止运行")
End Sub