Original Message:
> From: Chunshen (Don) Li
> msg win does not show up, data not loaded, what am i missing?  many thanks.

It could be any number of things. (It all looks right, but I may be missing something)

Do you have a link where this is in action?

If not, here are some things to try:

1) If you're using a Mozilla-based browser [or some other browser that doesn't popup JS error messages], make sure you're not getting any JS errors by using the _javascript_ Console

2) If you're not getting any JS errors, make sure the page knows the iframe exists.  In your xyz function before setting the iframe's source, do an alert:

alert(document.frames['loadFrame'].src);
[you should get something like "about:blank"]

(and do it again after you set the source and you should get the url you passed in)

3) If you see that the dataloader.cfm is being called in the iframe, go to that page and do another alert:

alert(parent.document.getElementById('waitDiv');
[you should get something like "object:object"]

If that still doesn't work, try to put it on a server somewhere so we can take a look.

Scott
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to