Cameron, I really appreciate your reply, but I am afraid that I am not
quite able to grasp what you are saying. If you will give me a few more
clues, then I will try to write it up as an example that could be
included in future documentation.
How would I redo this code for IE?
...
va
I don't know about using sethtml... if you are loading
something into a loadpanel in IE it everything except
the innerHTML of the body tag (so style info in the
head, bgcolor on the body etc). it also ignores any
inline scripts and styles. the only scripts that get
executed are events, so onclicks
How does one access Javascript variables in the LoadPanel? I am confused
as to what I should be looking for. I found a way to do it in Netscape
(see example below), but I don't know why it works. In the example, I
don't use setURL, just setHTML, so I guess the question does not depend
on LoadPanel