| Regarding split('/') or split("/")
I have this javascript code below, HTTrack replaces split('/') with
split(http://localhost:8080)
I searched the forum to see parsing JS cannot be flawless, but I think this
fairly common JS function might be fixed.
var filename=window.location.href.split('/').pop().split('.')[0]
| |