`
kindlesea
  • 浏览: 663 次
  • 性别: Icon_minigender_1
  • 来自: 哈尔滨
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

工作学习心得

阅读更多
   突发奇想决定把工作和学习心得写出来,和志同道合者分享下心情。
    今天做了一个动态树的小例子,在一个frame中,左面显示菜单,上面显示一些基本的页面东西,dtree是没有问题了,可是我的上面的jsp页面出来问题,几个table的表格,就是怎么调放在1024*768或者其他分辨率的显示器上就不好使
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<html>
	<HEAD>
		<TITLE>top.jsp</TITLE>
		<LINK href="<%=request.getContextPath() %>/js/css/style.css" type="text/css" rel="stylesheet">
		<base target="_self">
	</HEAD>
	<BODY bgColor="#CEEBFF" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
		<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" height="27">
			<tr>
				<td>
					<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2">
						<tr>
							<td width="337" >
								<img border="0" src="<%=request.getContextPath() %>/images/topright.jpg" width="900" height="80">
							</td>
							<td background="">
								<p align="center">
							</td>
							<td width="374" background="<%=request.getContextPath() %>/images/topright.jpg" align="right">
								<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table4">
									<tr>
										<td>
											<div align="right">
												<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table5">
													<tr>
														<td height="19">
															<p align="center">
																<img border="0" src="<%=request.getContextPath() %>/images/calendar.gif" align="right">
																&nbsp;
														</td>
														<td width="189">
															<font color="#ffffff">今天是:
																<script language="JavaScript" src="<%=request.getContextPath() %>/js/time.js"></script>
															</font>
														</td>
													</tr>
												</table>
											</div>
										</td>
									</tr>
									<tr>
										<td height="20">
										</td>
									</tr>
									<tr>
										<td>
											<div align="right">
												<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table6" height="23">
													<tr>
														<td width="19">
															<img border="0" src="<%=request.getContextPath() %>/images/face.gif">
														</td>
														<td width="109" valign="middle">
															<font color="#FFFFFF">欢迎您:<s:property value="#attr.loginUser" /></font>
														</td>
														<td width="31">
															<p align="center">
																<img border="0" src="<%=request.getContextPath() %>/images/login.gif">
														</td>
														<td width="48" valign="middle">
															<font color="#FFFFFF">
																<a href="<%=request.getContextPath() %>/reLogin.html" style="color: yellow; text-decoration: none;" target="_parent">重新登陆</a>
															</font>
														</td>
														<td width="30">
															<p align="center">
																<img border="0" src="<%=request.getContextPath() %>/images/exit.gif">
														</td>
														<td valign="middle">
															<font color="#FFFFFF">
																<a href="" style="color: yellow; text-decoration: none;" onclick="exit()" target="_parent">退出系统</a>
															</font>
														</td>
													</tr>
												</table>
											</div>
										</td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<table border="0" width="100%" cellspacing="0" cellpadding="0" height="10" id="table3">
			<tr>
				<td
					style="border-bottom: 1px solid #ffffff; filter: progid : dximagetransform.microsoft.gradient ( startcolorstr = '#66C1FF', endcolorstr = '#ffffff', gradienttype = '1'">
				</td>
			</tr>
		</table>
	</BODY>
	<script type="text/javascript">
		function exit(){
			var boo = confirm("确认要退出吗?");
			if(boo){
				location.href = "<%=request.getContextPath() %>/windowClose.html";
				window.parent.close();
			}else return;
		}
	</script>
</html>



哪位大哥大姐要是看见了帮帮忙。


我现在大四,还有一年毕业,java还算学的不错,今天有个哥们给我打电话问我找工作了没,我郁闷呀,1、简历不会写,2、以前做的项目都是几个小模块,没有太大的,现在出去投简历不知还行不行,内行人给点建议。谢谢!!!
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics