$("body").append( "<p id='Zoom'>Send to: <b>"
+ full + "</b> <div id='fb-root'></div><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'></script><fb:send href='"
+ link + " font='' colorscheme='dark'></fb:send><br> <textarea cols='40' rows='7'>"
+ msg + "</textarea></p>"
);
What is wrong with this JavaScript code? Can’t I have a script block between ""? How can I fix this?
It is common to do something like this: