[Beye] quote 3rd level!
Posted: 04 April 2013, 21:30
Bonjour, I don't know how to insert quotes on 3rd level... I mean replace the brakets in following code by quotes...
I've tryed: \"e " "" ' and \\"e
none of these trials works, could anybody give the right solution
I've tryed: \"e " "" ' and \\"e
none of these trials works, could anybody give the right solution
Code: Select all
var jstpl_player_board =
'<div class="cp_board">\
<div id="icon_p${id}"\
onmouseover="style.borderColor= [#FFFFFF] "\
onmouseout="style.borderColor= [#8B4513] "\
class="stylemovecardinplayerbox">\
</div>\
</div>';