wsopko Posted August 12, 2005 Posted August 12, 2005 I have a site running with OSC where some of the HTML is missing and thus the layout gets mangled. Wierd thing is this only seems to happen when a user enters the site for the first time. The first page is mangled, but all other pages accessed after work fine. I can duplicate the problem if I clear the browser's cookies and cache and then view a page of the site again. Below are excerpts from the HTML source which show the problem: first view of /index.php (HTML incomplete): <td height="25" valign="top"> <!<table border="0" width="760" cellspacing="0" cellpadding="0"> <tr> second view of /index.php (HTML ok): <td height="25" valign="top"> <!-- body_eof //--> <table border="0" width="760" cellspacing="0" cellpadding="0"> <tr> The only other difference between the two HTML sources is there is an osCsid for each link in the first view (mangled version), but not in the second view (good version): link example from first view of /index.php (HTML incomplete): <a href="http://www.fullcontactsports.ca/privacy.php?osCsid=02239c85457bc58674f734f557971df2"> link example from second view of /index.php (HTML ok): <a href="http://www.fullcontactsports.ca/privacy.php"> Any ideas on where I could start looking to fix this? Thanks, Wayne
Guest Posted August 13, 2005 Posted August 13, 2005 I looked at both URLs and they were exactly the same, I didnt see "mangling"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.