> From: Chunshen (Don) Li
> > I'd say try the JS alerts I suggested in my last reply and make sure
> > that the iframe's src is being set.
> Right on. err msg "undefined".
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/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

