devdaily home | apple | java | perl | unix | directory | blog

</tr> <tr> <td class=flyoutHeading>FAQ </tr> </tbody> </table> <table cellspacing=0 cellpadding=0 width=176 border=0> <tbody> <tr> <td class=flyoutLink>  </tr> <tr> <td class=flyoutLink> <FORM name=helpForm ACTION="javascript:" METHOD="POST"> <INPUT type="hidden" NAME="url" value="../common/help.jsp" > <INPUT TYPE="hidden" NAME="tool" value="false"> <INPUT TYPE="hidden" NAME="loc_box" value="false"> <INPUT TYPE="hidden" NAME="dir" value="false"> <INPUT TYPE="hidden" NAME="stat" value="false"> <INPUT TYPE="hidden" NAME="menu" value="false"> <INPUT TYPE="hidden" NAME="scroll" value="true"> <INPUT TYPE="hidden" NAME="resize" value="false"> <INPUT TYPE="hidden" NAME="wid" value=600 > <INPUT TYPE="hidden" NAME="heigh" value=400> <a href="#" onclick="customize(this.helpForm)"> [Online Help]</a> </form> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<% 
//	String currentURI=(String) session.getAttribute("currentURI");
//	if(currentURI==null) {
		String currentURI = request.getRequestURI();
		session.setAttribute("currentURI", currentURI);
//	}
%>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--  hide	

function customize(form) {    
	var address = document.helpForm.url.value;   
	var op_tool  = (document.helpForm.tool.value== "true")  ? 1 : 0;   
	var op_loc_box  = (document.helpForm.loc_box.value == "true")  ? 1 : 0; 
	var op_dir  = (document.helpForm.dir.value == "true")  ? 1 : 0;    
	var op_stat  = (document.helpForm.stat.value == "true")  ? 1 : 0;    
	var op_menu  = (document.helpForm.menu.value == "true")  ? 1 : 0;    
	var op_scroll  = (document.helpForm.scroll.value == "true")  ? 1 : 0;  
	var op_resize  = (document.helpForm.resize.value == "true")  ? 1 : 0;    

	var op_wid  = document.helpForm.wid.value;   
	var op_heigh = document.helpForm.heigh.value;                 

	var option = "toolbar=" + op_tool + ",location=" + op_loc_box + ",directories=" 
		+ op_dir + ",status=" + op_stat + ",menubar=" + op_menu + ",scrollbars="  
		+ op_scroll + ",resizable="  + op_resize + ",width=" + op_wid + ",height=" 
		+ op_heigh;

	var new_win = window.open(address, "NewWindow", option );

}



function clear(form){ 

	document.form1.wid.value=""; 

	document.form1.heigh.value="";

}

// done hiding -->

</SCRIPT>

<table width="180" border="0" cellspacing="0" cellpadding="0" bgcolor="#99CCFF">
  <tr> 
    <td>
		<%
			if (login.isUserLogin()) { 
				out.println("<b>Login ID: " +login.getUserID() +"
"); out.println("<a href='/JavaLibrary/servlet/sjservlets.LogoutProcess'>[Logout]"); } else out.println("<a href='/JavaLibrary/login/login.jsp'>[Login]
"); %> </td> </tr> </table> <table class=flyoutMenu style="BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" cellspacing=0 cellpadding=2 width=180 border=0> <tbody> <tr> <td> <table cellspacing=0 cellpadding=0 width=176 border=0> <tbody> <tr> <td class=flyoutHeading>About




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com