and there's errors in the page.
if i hit refresh, everything works great. i did a compare on the two sources and here's the difference.
before hitting refresh:
Code: Select all
else{if(ns4){hlnk="<a href="\?PHPSESSID=ab19f83147c87e463f92148dafafc01e"""+hlnk+"\" "+ltarg}else{hlnk=
Code: Select all
else{if(ns4){hlnk="<a href=\""+hlnk+"\" "+ltarg}else{hlnk=
is there a way to modify the script to prevent this, I assume the server is automatically inserting the PHPSESSID wherever it sees a href="....
right?