html - onclick to forward request to other URL -


i want open page on click of link. below link.

<a href='#' onclick=window.open('\\122.96.212.765\spread\form\5.0\tx1\na\show\spread_show_ _33_pm\index_vin_test_zasf91a.htm','_self') >click here</a>. 

but when click above link 404 error displayed on page url changing below:

http://localhost:8080/122.96.212.765spreadform%05.spread_show_ _33_pmindex_vin_test_zasf91a.htm 

please suggest, need add ay code onclick work.

can try changing \'s /'s


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -