But I was wrong, pages that display well in Firefox, don't display the greatest in IE most of the time.
IE frustrates me so much, when I ran this code in Firefox, it worked but in IE, all it said was error on page:
Code:
function yesMailing() {
document.getElementById("mailing").innerHTML = "<p>Were glad you subscribed to our mailing list, would you mind telling us, what you like about our mailing list? Also any comments are appreciated.</p><p><textarea name=\"mailComments\"></textarea></p>";
}
IE is so frustrating cause I end up spending days getting everything to work in it.
Do you know how to do something like this using JavaScript?
PHP Code:
<?php include("test.php"); ?>