J2EE & Tomcat books published by hope

源代码在线查看: mouseover.js

软件大小: 12889 K
上传用户: ldh_ncu10
关键词: published Tomcat books J2EE
下载地址: 免注册下载 普通下载 VIP

相关代码

								 % $Id: mouseover.js,v 1.3 2002/04/26 00:59:52 jc123804 Exp $
				 % Copyright 2001 Sun Microsystems, Inc. All rights reserved.
				 % Copyright 2001 Sun Microsystems, Inc. Tous droits r閟erv閟. 
				--%>
				
								 % Functions for changing images on the fly.
				--%>
				
				
				  // change image to name_on 
				  function img_on(name) {
				    if (document.images) 
				      document['img_'+name].src = eval('img_'+name+'_on.src');
				  }
				
				  // change image to name_off
				  function img_off(name) {
				    if (document.images)
				      document['img_'+name].src = eval('img_'+name+'_off.src');
				  }
				
							

相关资源