Hello,
I am trying to get an input text with a variable value, but I can't, here is the piece of code:
<script type="text/javascript">
var1 = "Hello,%20World";
var1 = unescape(var1);
document.write(var1);
document.write(<input type=text value=" +var1+ ">");
</script>
Line 3 is O.K., but the input text does not show the full string... What I am missing? or how can I achieve this?
Regards,


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks