Hi, I used a VBScript approach here:
http://www.experts-exchang
which can also fill in text fields. If you're using Outlook, that code can be adapted into a Macro, with the Microsoft Scripting Runtime added as a reference....and we can try to get the required text out of the email.....
Regards,
Rob.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2007-10-12 at 02:02:59ID: 20063869
assuming your mail is in a file named mbox and the data there is exactly as you described in A), then following might work:
co.com/web /guest/sig nup?p_p_id =2& p_p_act ion=1&p_p_ state=maxi mized&p_p_ mode=view& p_p_col_id =column-1& p_p_col_po s=0&p_p_co l_count=1& _2_struts_ action=%2F my_account %2Fsign-up "}/First name/{f=$2}/Last Name/{l=$2}/Email/{e=$2}/C ountry/{c= $2;print "wget "u"&agree=on&_2_firstName= "f"&_2_las tName="l"_ 2_state="c "&_2_email Address="e "&_2_email AddressCfm ="e}' mbox |sh
awk -F: 'BEGIN{u="https://www.aglo
# the awk command above should be one single line
# for testing you can omit the final |sh