Hi There,
I have this bit of code
document.write("<input type=hidden name=Test value=" + document.title + ">"
;
How do I get it so the document.title is printed within double quotes...
The problem is that it doesn't grab the whole title just the first word because it needs to be in double quotes.
Thanks for any help
I have this bit of code
document.write("<input type=hidden name=Test value=" + document.title + ">"
How do I get it so the document.title is printed within double quotes...
The problem is that it doesn't grab the whole title just the first word because it needs to be in double quotes.
Thanks for any help