>
> I always make this mistake. Instead of doing the .src of the iframe,
> try the location.href of the iframe. (I never remember if it's the
> document.location.href or the .src)
>
> i.e.: document.frames['loadFrame'].location.href = '';
>
> (or whatever your frame's name is)
>
> Scott
> ---------------------------
> Scott Brady
> http://www.scottbrady.net/
Sorry, was out of office since 3 pm, just got back. Getting close but not yet, have replaced the document.frames['loadFrame'].src = '' 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.
I appreciate it.
Don
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

