JS files problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I ran into problem with WebBrowser Control.

What I am doing is to add two javascript files to the HEAD tag after a
webpage is loaded ,and then I am trying to call a function that is in one of
javescript files in the event of button click. If the function is not using
any object from the other file, the function is working properly, but once
the function uses a object from the other file, the browser will popup error
message says the object is not defined. If I coded these two script files in
the page head, everything is working fine.
Merge two files into one is not an option, as one of files is on third
party's webserver, and I can't change it.

Could someone help me? thanks.
 
Hi Winspace,
Check that your Hosts file or firewall is not blocking the url to the
external script.
Regards.
 
Back
Top