//求人サイト表示
//
Kyujin_No = INPUT("求人番号を入力してください!","1234567891234")
Kyujin_No = CHGMOJ(Kyujin_No,"a","")
Kyujin_No = CHGMOJ(Kyujin_No,"b","")
Kyujin_No = CHGMOJ(Kyujin_No,"c","")
Kyujin_No = CHGMOJ(Kyujin_No,"d","")
Kyujin_No = CHGMOJ(Kyujin_No,"A","")
Kyujin_No = CHGMOJ(Kyujin_No,"B","")
Kyujin_No = CHGMOJ(Kyujin_No,"C","")
Kyujin_No = CHGMOJ(Kyujin_No,"D","")
Your_Name = INPUT("お名前を入力してください!","Name")
HowOld = INPUT("年齢を入力してください!","99")
COPY(Kyujin_No,1,5)
Kyujin_No_F = COPY(Kyujin_No,1,5)//"12345"
Kyujin_No_L = COPY(Kyujin_No,6,8)//"67891234"
Ken_Name = INPUT("県名を入力してください!","東京")

SELECT Ken_Name

CASE "北海道"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[16].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,16


CASE "青森"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[17].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,17

CASE "秋田"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[18].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,18

CASE "岩手"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[19].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,19

CASE "山形"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[20].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,20

CASE "宮城"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[21].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,21

CASE "福島"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[22].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,22

CASE "新潟"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[23].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,23

CASE "栃木"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[24].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,24

CASE "茨城"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[25].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,25

CASE "石川"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[26].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,26

CASE "富山"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[27].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,27

CASE "長野"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[28].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,28

CASE "群馬"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[29].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,29

CASE "埼玉"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[30].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,30

CASE "山口"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[31].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,31

CASE "島根"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[32].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,32

CASE "鳥取"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[33].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,33

CASE "兵庫"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[34].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,34

CASE "京都"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[35].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,35

CASE "福井"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[36].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,36

CASE "岐阜"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[37].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,37

CASE "山梨"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[38].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,38

CASE "東京"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[39].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,39

CASE "千葉"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[40].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,40

CASE "長崎"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[41].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,41

CASE "佐賀"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[42].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,42

CASE "福岡"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[43].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,43

CASE "広島"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[44].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,44

CASE "岡山"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[45].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,45

CASE "滋賀"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[46].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,46

CASE "愛知"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[47].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,47

CASE "静岡"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[48].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,48

CASE "神奈川"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[49].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,49

CASE "熊本"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[50].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,50

CASE "大分"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[51].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,51

CASE "大阪"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[52].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,52

CASE "奈良"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[53].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,53

CASE "三重"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[54].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,54

CASE "宮崎"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[55].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,55

CASE "愛媛"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[56].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,56

CASE "香川"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[57].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,57

CASE "和歌山"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[58].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,58

CASE "沖縄"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[59].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,59

CASE "鹿児島"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[60].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,60

CASE "高知"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[61].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,61

CASE "徳島"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[62].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,62

CASE "海外"

IE = CREATEOLEOBJ("InternetExplorer.Application")//新たにIEを開く
IE.VISIBLE = TRUE//IEを起動
IE.NAVIGATE("https://www.hellowork.go.jp/kensaku/servlet/kensaku?pageid=001")//指定したURLへ移動
REPEAT //繰り返す
SLEEP(0.5)//0.5秒待つ
UNTIL !IE.BUSY //IEがビジーでなくなるまで
IE.document.forms[0].elements[0].click()//OK
IE.document.forms[0].elements[1].value = Kyujin_No_F//求人番号前//OK
IE.document.forms[0].elements[2].value = Kyujin_No_L//求人番号後//OK
IE.document.forms[0].elements[3].value = Your_Name//求人番号後//OK
IE.document.forms[0].elements[7].click()//OK
IE.document.forms[0].elements[63].click()//県別指定OK
IE.document.forms[0].elements[64].value = HowOld //年齢//OK
//,%,63

SELEND