Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Message error:web retrieval in progress

Status
Not open for further replies.

tabbytab

Technical User
Mar 21, 2005
74
GB
I am having a problem with a remote customer.

They receive this error
Code:
Javascript error 
error: web retrieval in progress

This error occurs when the following fuction is called.
Code:
<script type="text/javascript">
function forcesubmit()
{
document.forms[0].submit();
}
</script>

The same application works on 99% of my users access points but not on all. Could this be a firewall or other security cause.

Any ideas will be gratefully received

Thanks in advance
TabbyTab :)
 
What browser are they using?

What version?

Do they have scripting enabled?

What OS are they running?

Do they have any firewall or internet security software (Norton, Symantec, etc) installed?

Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Could this be a firewall or other security cause.
That would be my first guess in this case. That error message is not one I have every seen before.

I guess now you need to chat with their IT team to find out what they've got blocking access (or caching access).

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top