Forum: JavaScript / DHTML / AJAX Aug 9th, 2009 |
| Replies: 8 Views: 905 I would sooner believe you are using a non-standard 'feature' of IE. Try Firefox, Opera and a few other browsers; ask others to try it on Safari and Konqueror. If it still only works in IE, then you... |
Forum: JavaScript / DHTML / AJAX Aug 8th, 2009 |
| Replies: 8 Views: 905 Since you have the web page (web site), can't you:
<div id="mydiv">
<p id="mydiv_p1">first</p>
</div>
In other words, have your code that creates the <p> assign an ID to it. Fetching the... |