Chunshen (Don) Li wrote:

> Sorry, was out of office since 3 pm, just got back.  Getting close but
> not yet, have replaced the document.frames['loadFrame'].src = ""> > 'dataLoader.cfm?para....' with
> document.frames['loadFrame'].location.href = '';
> no success.
>
> Have aslo replaced the
> <iframe name="loadFrame" id="loadFrame" style="display:none;"
> src="" with
> <iframe name="loadFrame" id="loadFrame" style="display:none;"
> document.href=""> > no success.
>
Well, without seeing a link, I'm running out of ideas.

Another thing to try (I'm not sure on the browser compatibility of this) is:
document.frames.loadFrame.location.href = '';

If that doesn't it, go ahead and send a link.

Scott

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

Reply via email to