ispman/ispman-web/htdocs/control_panel coolmenus3.js,1.1,1.2

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/htdocs/control_panel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14652/ispman-web/htdocs/control_panel

Modified Files:
	coolmenus3.js 
Log Message:
removed all those nasty ^Ms

Folks! Try to avoid windows editors when editing ispman files



Index: coolmenus3.js
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/htdocs/control_panel/coolmenus3.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- coolmenus3.js	16 Jan 2002 23:36:31 -0000	1.1
+++ coolmenus3.js	21 Feb 2004 21:31:29 -0000	1.2
@@ -1,517 +1,517 @@
-/**************
-Copyright (c) 2001 Thomas Brattli (www.dhtmlcentral.com)
-
-eXperience DHTML coolMenus - Get it at  www.dhtmlcentral.com
-Version 3.02
-This script can be used freely as long as all copyright messages are
-intact. 
-
-(You can delete the comments below to save space)
-
-This script takes over for the old Coolmenus2 and CoolFrameMenu
[...1003 lines suppressed...]
+			for(a=0;a<ln2;a++){
+				if(obj.frames[i].frames[j].frames[a].name==frameName){frameObj=obj.frames[i].frames[j].frames[a]; break}
+			}
+		}
+	}return frameObj
+}
+/************
+Checking for frame
+*************/
+function cm_checkFrame(num){
+	var fr; if(num==10){debug('Frame: '+this.frame+' doesn\'t exist - Value: '+fr + " - Could not build menus."); return}
+	if(!top.frames[this.frame]) fr=findFrame(this.frame); else fr=top.frames[this.frame]
+	if(!fr){num++; setTimeout(this.name+".checkFrame("+num+")",500)
+	}else{ this.win=fr
+		if(bw.ns4){
+			top.frames.captureEvents(Event.UNLOAD); top.frames.captureEvents(Event.LOAD); top.frames.onunload=cm_unloaded;
+			top.frames.onload = cm_checkLoaded;	setTimeout("cm_checkLoaded(0,1)",1000)
+		}else if((bw.ie||bw.ns6)) setTimeout("cm_checkLoaded()",200)
+	}
+}	



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.