[ic] mouse over on area Interchange-4.6.1

Steve & Patti Getzinger steveandpatti@wubs.org
Wed, 27 Dec 2000 20:45:09 -0500


Jerry Davis wrote:

> Interchange-4.6.1
> Not using SQL
>
> Hello
> Can someone please point me to where I can get info to do a mouse_over In
> the Area section.
> I do not know where the main java code goes.
> I can make it work on a 'test.html' open page but am lost in using the  GUI
> 'Design Area' Of Interchange.
>
> OR am I doing it Bass Ackward
> Thanks
> Jerry Davis
> JD
> -- Following code is from /templates/regions/LEFTRIGHT_TOP --
> <head>
>  <title>[scratch page_title]</title>
>  [scratchd meta_header]
> <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) { //v3.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); 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];}
> }
> //-->
> </script>
> </head>
>
> <body bgcolor="[either][scratchd
> bgcolor][or]__BGCOLOR__[or]#FFFFFF[/either]"
> onLoad="MM_preloadImages('__IMAGE_DIR__/navigation/b1_b.gif','__IMAGE_DIR__/
> navigation/b2_b.gif','__IMAGE_DIR__/navigation/b3_b.gif','__IMAGE_DIR__/navi
> gation/b4_b.gif','__IMAGE_DIR__/navigation/b5_b.gif','__IMAGE_DIR__/navigati
> on/b6_b.gif','__IMAGE_DIR__/navigation/go_b.gif','__IMAGE_DIR__/navigation/l
> ogout_b.gif')">
> <div align="center">
>    <table width="600" border="1" cellspacing="0" cellpadding="0"
> bordercolorlight="#FF9900" bordercolordark="#FF9900">
>     <tr>
>       <td>
>         <table width="600" border="0" cellspacing="0" cellpadding="0"><a
> href="[area login]" onMouseOut="MM_swapImgRestore()"
> onMouseOver="MM_swapImage('Log
> In','','__IMAGE_DIR__/navigation/b3_b.gif',1)" target="_self"><img name="Log
> In" border="0"
>  src="navigation/b3.gif"
>  width="78" height="18"></a>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users

Jerry,
  You state GUI. What app is that and where can it be downloaded? Or are you
speaking of the UI that is accessed via a web browser?

Steve