To begin, i wanted to say hi, my name is Marc, and im a internet manager at a flooring company.
Im here by myself today, im stumped on way this is not working (mouse does not change to pointer):
Code:
print "<SCRIPT LANGUAGE=\"JavaScript\">
if (window.print) {
document.write('<span style=\"font:10pt Tahoma; text-decoration:underline;\" '
+ 'onClick=\"javascript:window.print()\" onmouseover=\"javascript:this.style.cursor=pointer\"> Click here to print this page!</span>');
}
</script>";