Hi, I am tryig to set up a progress bar on an upload feature. I get the following error thrown up on this line.
Expected end of statement on the R of response.write
I someone could say if there is anything obviously wrong that would be great.
Thanks
Richard
Expected end of statement on the R of response.write
Code:
<% Response.Write Request.ServerVariables("URL") Response.Write "?to=" & TimeO & "&PID=" & PID %>">
Thanks
Richard
Comment