D
Daniel M
I have a form that submits a web post using the ms browser activex add in.
wbbWebsite.Navigate URL:=msgtextstring
I should then get back a message back from the web page like this
"ACCEPTED=2008041100025654OBMREF=815553RESULT=success " but if i submit
another post before this one succeds then it doesnt take it.
I have this in a loop and am trying to summit all of my posts at once. Right
now only the last one goes through because it goes too fast for the web page
to load. is there anyway i can either wait for the web page to load or wait
a specified time between posts?
wbbWebsite.Navigate URL:=msgtextstring
I should then get back a message back from the web page like this
"ACCEPTED=2008041100025654OBMREF=815553RESULT=success " but if i submit
another post before this one succeds then it doesnt take it.
I have this in a loop and am trying to summit all of my posts at once. Right
now only the last one goes through because it goes too fast for the web page
to load. is there anyway i can either wait for the web page to load or wait
a specified time between posts?