Home > Web Front-end > JS Tutorial > js single quote transfer method_javascript skills

js single quote transfer method_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 18:51:11
Original
1133 people have browsed it
Copy code The code is as follows:

<script> <br><br>function showMessage(msg) { <br>alert(msg) <br>} <br></script>


')">


When the value taken out from the bean in the above code is a single quote, a js error will be reported when loading the page. This can be solved using the following method.
Copy code The code is as follows:

<script> <br><br><br><br><br></script>


" />
< /form>




function showMessage(){
var msg=document.formName.msg.value;
alert(msg)
}
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Where is js written?
From 1970-01-01 08:00:00
0
0
0
js file code not found
From 1970-01-01 08:00:00
0
0
0
js addClass not working
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template