internet cookies

G

Guest

when i open a website thi sthing happens
-- " ; strHTML += "" ; strHTML += "" ; strHTML += strContents ; strHTML +=
"" ; strHTML += "" ; // Open the window var win = window.open("", strWinName,
strOptions) ; // Write the contents win.document.write(strHTML) ; // Set the
focus if (win.focus) { win.focus() ; } // Return false to cancel the link
return false ; } function updateLink(filename) { now = new Date(); return
filename + '?' + now.getTime(); } function Get_Cookie(name) { var start =
document.cookie.indexOf(name+"="); var len = start+name.length+1; if
((!start) && (name != document.cookie.substring(0,name.length))) return null;
if (start == -1) return null; var end = document.cookie.indexOf(";",len); if
(end == -1) end = document.cookie.length; return unescape WHAT SHOULD I DO
thanks
 
G

Guest

this happens with what website, a shortcut, a html link, typing an address
into the sddress bar....are you using opera?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top