Okay this is sort of a unique challenge maybe...I have a webpage with an IFRAME in it. The contents of the IFRAME are automatically generated every hour from some calendar creation program. So when people visit this webpage, I want the IFRAME contents to automatically refresh just ONCE upon loading (giving them the most upto date calendar immediately). BUT, I cannot put that code in the calendar html file because that html is automatically generated from some other program. So I have to be able to put the code on the parent webpage somehow. Like refreshing the iframe contents with a target name or something. Any ideas?
Jake
Jake