$tdsubclass=<<< bumelum
<td><a href="http://www.ygabel.php/$artnr[$arayartnrcount er]"
="" onmouseout="
function onmouseout(even t) {
window.status = "Done";
return true;
}
" onmouseover="
function onmouseover(eve nt) {
window.status = "http://www.fup.dk";
return true;
}
"> <!--target="_Self"-->
bumelum;
When I print this the double quotes after Done" and after dk" are
missing???
I have also tried with escaped characters in double quotes
Any suggestions?
<td><a href="http://www.ygabel.php/$artnr[$arayartnrcount er]"
="" onmouseout="
function onmouseout(even t) {
window.status = "Done";
return true;
}
" onmouseover="
function onmouseover(eve nt) {
window.status = "http://www.fup.dk";
return true;
}
"> <!--target="_Self"-->
bumelum;
When I print this the double quotes after Done" and after dk" are
missing???
I have also tried with escaped characters in double quotes
Any suggestions?
Comment