View Single Post
  #33 (permalink)  
Old 06-14-2008, 08:39 AM
chili5's Avatar   
chili5 chili5 is online now
Code Warrior
 
Join Date: Mar 2008
Age: 16
Posts: 3,921
Last Blog:
DWITE 2
Credits: 0
Rep Power: 35
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Including header file using HTML

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"); ?>
__________________
I've found time can heal most anything
And you just might find who you're supposed to be
I didn't know who I was supposed to be at fifteen.
~ Taylor Swift
Reply With Quote