Jason Hill
06-21-2001, 10:29 PM
Hello again,
Maybe I'm not being as clear as I should. Basically, despite my last function, I just want to refresh the conent within a simple frame.
For example, I have a frame called "reportframe". I want to refresh it. I would think it would go something like:
parent.reportframe.document.refresh()
I'm not sure though. Please help.
Thanks,
Jason
Jesuisiosono
06-22-2001, 04:47 AM
Hi Jason,
Evidently this post is in reference to a previous one. Since I don't recall seeing the previous one, you should take everything I say (but the next) with a grain of salt -- keep your posts together; it makes answering them much easier.
Have your tried
parent.reportframe.document.refresh()
? If you have, what results did you get?
Did you try
parent.reportframe.document.reload()
? Of course, both do depend upon where and how you are calling the above.
A link to the previous post might prove helpful.
mikenz
06-22-2001, 05:21 AM
The reload() method applies to the location object only.
parent.reportframe.location.reload() would do the trick.
:)
Jesuisiosono
06-22-2001, 07:02 AM
Hi drevil_newZeal,
Goes to show what lack of coffee & cigs do to a person :) Or, it may just be senility creeping in :)
Jason Hill
06-22-2001, 07:56 PM
Hello everyone,
Thanks for all your help. I am able to use the reload() method, unfortunately, I am padding values to the frame page using coldfusion, and it won't let me reload until I pass those values again, so the reload() function gives me a n endless loop that I can't get out of.
Anyway, I solved my problem by altering my original code so that each map object will now select as planned. Thanks to all!
Jason
hey Jesuisiosono - you realize of course what the presence of coffee & cigs do to a person :eek: ;)
not :cool:
Jesuisiosono
06-22-2001, 10:08 PM
MMI:
Turn my blood blue until it hits the air, then makes it red?
vBulletin® v3.6.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.