Hi,
I am trying to append an innerHTML that looks like this:
When I append the inn to an existing div it works fine in Firefox but fails to even show up in IE....any idea how to get around this.
thanks
ro
I am trying to append an innerHTML that looks like this:
Code:
var inn = '<javascript src="/test.js">blah..blah..blah<input type="text">';
When I append the inn to an existing div it works fine in Firefox but fails to even show up in IE....any idea how to get around this.
thanks
ro