Home >Web Front-end >JS Tutorial >Parsing JavaScript system error: -1072896658 solution_javascript skills

Parsing JavaScript system error: -1072896658 solution_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:29:421103browse

The prompt is in the line XX.innerHTML=xmlhttp.responseText;.

I feel like the coding is messed up. Add

at the top of the asp code

<% Response.Charset="UTF-8"%>

No effect.

I found out later that I added

before the javascript section of the front-end HTML.