Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / April 2004

Tip: Looking for answers? Try searching our database.

Please help!

Thread view: 
BillyTheKid - 30 Apr 2004 00:38 GMT
Hello,

I am very new to java and I have pasted the following code onto my
website:

#########################################3

<SCRIPT language=JavaScript>
<!--
function MM_swapImgRestore() { //v3.0
 var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image;
d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
 var p,i,x;  if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
   d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
 for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);
 if(!x && document.getElementById) x=document.getElementById(n);
return x;
}

function MM_swapImage() { //v3.0
 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);

}

function setCookie(name, value, expire){
    document.cookie = name + "=" + escape(value) + ((expire ==null) ? ""
: ("; expires=" + expire.toGMTString()));
}

function getCookie(Name){
    var search = Name + "=";
    if (document.cookie.length > 0){
        offset = document.cookie.indexOf(search);
        if (offset != -1){
            offset += search.length;
            end = document.cookie.indexOf(";", offset);
            if (end == -1) {
                end = document.cookie.length;
            }
            return unescape(document.cookie.substring(offset, end));
        } else {
            return "";
        }
    } else {
        return "";
    }
}

//-->
</SCRIPT>

#######################################

The images looks like this:

##################################

<TD vAlign=top width=171
         background="/icons/b-Bckgrnd.gif"
         height=415>
           <P align=center><IMG height=19
           src="/icons/MenuTop.gif"
           width=169><BR><IMG
           src="/icons/b-Hem-on.gif" width="169" height="24"><A
           onmouseover="MM_swapImage('Hem1','','icons/b-Hem-on.gif',1)"
           onmouseout=MM_swapImgRestore()
           href="http://xxxx/"><BR></A><A
           onmouseover="MM_swapImage('Verksamhet1','','icons/b-Verksamhet-on.gif',1)"
           onmouseout=MM_swapImgRestore()
           href="http://xxxx/"><IMG height=24
           src="/icons/b-Verksamhet.gif"
           width=169 border=0 name=Verksamhet1></A><A
           onmouseover="MM_swapImage('Kansliet1','','icons/b-Kansliet-on.gif',1)"
           onmouseout=MM_swapImgRestore()
           href="http://xxxx/"><IMG height=24
           src="/icons/b-Kansliet.gif"
           width=169 border=0 name=Kansliet1></A>

######################################

and so on...what I would like to do is to still have the "preload and
swapimg" there but I do not want to set a cookie each time a user
enters my website.

Is there any way to remove the entire "cookie-thing"? :)

Thank you in advance.

Regards / BillyTheKid
Andrew Thompson - 30 Apr 2004 03:57 GMT
> I am very new to java and I have pasted the following code onto my
> website:
...
> <SCRIPT language=JavaScript>

You have the wrong group..
<http://www.physci.org/codes/javafaq.jsp#js>

Signature

Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology

Karthik - 30 Apr 2004 06:31 GMT
> Hello,
>
> I am very new to java and I have pasted the following code onto my
> website:

Unfortunately the code you had pasted is not Java :) . It is javascript.
Except for some political reasons, javascript has got nothing to do with
java !! :)

Signature

Karthik
 Humans please 'removeme_' for my real email.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.