javascript - Why am I getting a 404? -
i trying link google maps html page. returning
127.0.0.1 - - [27/jul/2017 22:24:05] "get /luca.html http/1.1" 404 -
any ideas why?
new google.maps.event.addlistener(marker12, "click", function () { window.open('t3xm.html'); }); }
my html path http:// 127.0.0.1:5000/ t3xm.html
my bet referencing wrong path.
window.open('t3xm.html')
file in document root of server.
probably it's set /static
. solve might want create route serve file you.
ps. need give more information problem. using library? server use etc...
Comments
Post a Comment