05-23-2006, 11:58 PM
Well, after struggling, I dumped out the contents of el.HTML and saw that it did not match what I got when I went to the HTML source through IE. It rearranged the attributes and removed the quotes, which is why my pattern wouldn't match. After that, I was able to code up something that worked.
My assumption is that the IE DOM doesn't return the exact source that was loaded to create the page?
My assumption is that the IE DOM doesn't return the exact source that was loaded to create the page?
