Can anyone tell me what is wrong with this snippet of code? I am trying to save the entryId using a web_reg_save but it doesn’t seem to be working. Any help would be greatly appreciated!
web_reg_save_param (“e_id”,
“NOTFOUND=WARNING”,
“LB=src=\”http://jqa.somedomain.com/fantasy/football/pickem/create/confirmation?entryId=”,
“RB=\”>”,
“ORD=1”, LAST );
web_submit_data(“step2”,
“Action=http://jqa.somedomain.com/fantasy/football/pickem/create/step2?entryId=”,
“Method=POST”,
“TargetFrame=”,
“RecContentType=text/html”,
“Referer=http://jqa.somedomain.com/fantasy/football/pickem/create/entry”,
“Snapshot=t5.inf”,
“Mode=HTML”,
ITEMDATA,
“Name=control”, “Value=create”, ENDITEM,
“Name=teamName”, “Value=Script Entry 1”, ENDITEM,
“Name=pointSpreadsCode”, “Value=1”, ENDITEM,
“Name=showEmailCode”, “Value=1”, ENDITEM,
“Name=enableAlertsCode”, “Value=1”, ENDITEM,
“Name=TOS”, “Value=Accept”, ENDITEM,
“Name=submitButton”, “Value=Create Entry”, ENDITEM,
EXTRARES,
“Url=../pickem/fantasyUser.js?efuid=yXQVxs63SBw%3D&flmd=Mon%20Aug%2013%202007%2015%3A58%3A38%20GMT-0700%20(Pacific%20Daylight%20Time)”, “Referer=http://jqa.somedomain.com/fantasy/football/pickem/create/confirmation?entryId={e_id}”, ENDITEM,
“Url=http://h.somedomain.com/HG?hc=&hb=DM520329P9ED95EN3&cd=1&hv=6&n=/Pro+Football+Pickem+Entry+Confirmation&con=&vcon=/fantasy/football/pickem/create/confirmation&tt=auto&ja=y&dt=15&zo=420&lm=1187045932000&bn=Netscape&ce=y&ss=1280*1024&sc=16&sv=16&cy=u&hp=u&ln=en-US&vpc=HBX0100u&vjs=HBX0201.03u&hec=0&pec=&cmp=&gp=&dcmp=&dcmpe=&dcmpre=&cp=null&fnl=&seg=&epg=&cv=&gn=&ld=&la=&c1=&c2=&c3=&c4=&customerid=&ttt=lid,lpos&ra=&pu=&rf=http%3A//jqa.somedomain.com/fantasy/football/pickem/create/entry&pl=”
“Mozilla%20Default%20Plug-in%3AShockwave%20Flash%3AAdobe%20Acrobat%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%202%20Platform%20Standard%20Edition%205.0%20Update%206%3AJava%28TM%29%2”
“02%20Platform%20Standard%20Edition%205.0%20Update%206%3A&lv.id=&lv.pos=&hid=0.40639495412743”, “Referer=http://jqa.somedomain.com/fantasy/football/pickem/create/confirmation?entryId={e_id}”, ENDITEM,
LAST);
web_url(“Confirmation page”,
“URL=http://jqa.somedomain.com/fantasy/football/pickem/create/confirmation?entryId={e_id}”,
“Resource=1”,
“RecContentType=text/html”,
“Referer=http://jqa.somedomain.com/fantasy/football/pickem/create/step2”,
LAST);
lr_log_message(“***********This is eid %s”, lr_eval_string(“{e_id}”));