Link to home
Start Free TrialLog in
Avatar of João serras-pereira
João serras-pereiraFlag for Portugal

asked on

addressing a specific html page

I had this question after viewing javascript error when invoking bingmaps.

Following suggestion, I stored the source page for the algorithms in a external site meaning that I need to obtain the url of the page to insert in the code, that currently is:


    m_WebBrowser.Navigate ("http:///10.211.55.3:8000/map.html?t=1233")

so I need help on changing this address to the new - how to obtain the url
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of João serras-pereira

ASKER

Ok.

Here is what I have done:

1. instaled an ftp client  (cyberduck)

2. uploaded the page (pls check the screenshot)

User generated image

3. modified my code:

       
    Call logMe("Form_Load", "viewNewGPS")
   
    Me.ctlWebBrowser.Object.Silent = True
    Set m_WebBrowser = ctlWebBrowser.Object

    ' m_WebBrowser.Navigate ("http:///10.211.55.3:8000/map.html?t=1233")
    m_WebBrowser.Navigate ("http://www.think.gw/siresh-gb/map.html?t=1233")

but got:

User generated image
and


User generated image

any ideas?
you can remove the : ?t=1233
it was to be sure to load a new version of the page

Currently the path to the page is not right : /siresh-gb/map.html
What is courtesy.html ? Could you access it from the web ?
hell courtesy,html - I do not know... I started the ftp site yesterday as the provider (www.amen.pt) then installed Cyberduck, logged in and got that...
then I created a folder for the project: siresh-gb and put the map.html inside just thinking that it would be better.. Isn't it?
Then from the browser with
http://www.think.gw/siresh-gb/map.htm

I am getting a 404...

(also got malaria and the db crashed by a bug with compliments from microsoft (lost all vba - I am trying to recover from backups...

a day to forget

what would be the correct path?
I think only the provider can help you on this.
http://support.amen.pt/

By the way people in your country speak spanish or portuguese?
portuguese (I am from Portugal) but I am living in Guinea-Bissau a portuguese speaking former colony

/joao
Ok. I posted them (AMEN) a request...
Look like there's a public_html folder at the same level of your public_ftp, you can access it using the cpanel. I believe the content of your site is under this public_html folder, so you need to create à new folder inside it and put your page inside.

https://controlpanel.amen.pt/welcome.html
Thanks a LOT!!!!

It was a problem in cname record ... I can address the page now, açthough it is slooooooow....

I have demoed the code (using miniweb) and it was great! THANKS!!!!! (now I need to go back to the drawing bord for a few days, bu for sure I may stringly benefit from further help...