Hi,
I have a site that was initially developed on a Server 2000 box and was recently moved to a Server 2003 environment. While many of my asp pages work fine, one of the more complicated pages does not.
The page uses an iframe in a floating div to allow the user to enter additional information on some of their selections, and then sends that information back to the main page using window.top.document.getelementbyid().
Does anyone know why this code would suddenly stop working now that it's hosted on a different server?
I have a site that was initially developed on a Server 2000 box and was recently moved to a Server 2003 environment. While many of my asp pages work fine, one of the more complicated pages does not.
The page uses an iframe in a floating div to allow the user to enter additional information on some of their selections, and then sends that information back to the main page using window.top.document.getelementbyid().
Does anyone know why this code would suddenly stop working now that it's hosted on a different server?