webdesign
04-20-2004, 02:33 PM
I cannot get this to work for me!! In the code below, where it says "Go Paperless" I have an image that I want to put there. How do I do that???
if ("<WC@PaperBill></WC@PaperBill>" == "Y")
{
document.write("<input type='checkbox' name=NoPaper value=NoPaper> <font color=#ff0000 size=4> Go Paperless </font>- I no longer wish to receive a bill through the mail<br>")
}
else
{
document.write("Currently you are not receiving paper bill.<br>To resume paper billing, please contact ....</b><br>")
}
if ("<WC@PaperBill></WC@PaperBill>" == "Y")
{
document.write("<input type='checkbox' name=NoPaper value=NoPaper> <font color=#ff0000 size=4> Go Paperless </font>- I no longer wish to receive a bill through the mail<br>")
}
else
{
document.write("Currently you are not receiving paper bill.<br>To resume paper billing, please contact ....</b><br>")
}