Tagged Questions
0
votes
2answers
955 views
Apostrophes replacing quotation marks in script tag in input field
I have this input in a form:
<input type="text" value="<script src='/js/script.js' type='text/javascript'></script>" name="embed"/>
The quotations in general have to be double, ...