The outputs of this Cookie Script do not mix with other strings outcoming from other directory cookies , thanks to the variable assignment :
var the_cookie = \"MultipleInfos=\"+GetCookie(\"MultipleInfos\");
compare with same page in another directory : Essential Multi Infos.htm ( http://www.ics3w.com/This_Dir/Essential_Multi_Infos.htm target=top ) To verify just click on the above link and follow the instructions in the new session window. We have used to assemble this program many libraries and we do not want assume the merits of those bar the sole assembling work and the intuition of the variable assignement. This is a Programs\' Set that finally shows clearly what value is returned to what function.
Nb : In "Details" the assignement is : var the_cookie = document.cookie;CloseItalian
';
win.document.write(Testo);
win.document.close();}
function DeleteAllCookies()
{if(document.cookie == "")
{alert("There are no cookies here !")}
if (document.cookie != "")
{thisCookie = document.cookie.split("; ")
for (i=0; i < thisCookie.length; i++)
if (confirm("Do you want to delete the cookies?"+"\nCookie name is '"+thisCookie[i].split("=")[0]+"',\nand the value is : '" +thisCookie[i].split("=")[1]+"'"))
{thisCookie = document.cookie.split("; ")
expireDate = new Date
expireDate.setDate(expireDate.getDate()-1)
for (i=0; i < thisCookie.length; i++)
{cookieName = thisCookie[i].split("=")[0]
document.cookie=cookieName+"=;expires="+expireDate.toGMTString(),location.reload()}}}}
//-->
If you like String Manager, please rate it ! @ ...