温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:汽车配件公司网站(VB.net+Access数据库)源码
当前文件:
VbNetCompany/lianxi.aspx,打开代码结构图
VbNetCompany/lianxi.aspx,打开代码结构图1<%@ Page Language="vb" AutoEventWireup="true" CodeFile="lianxi.aspx.vb" Inherits="lianxi" %> 2
3
4
<HTML><HEAD> 5
<TITLE>汽配制造有限公司</TITLE> 6
<STYLE type=text/css></STYLE> 7
<META content="Microsoft FrontPage 4.0" name=GENERATOR> 8
9
<link rel="stylesheet" type="text/css" href="css.css"> 10
</HEAD> 11
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"> 12
<TABLE align=center border=0> 13
<TBODY> 14
<TR> 15
<TD background=images/001.jpg height=113 width=778> </TD> 16
</TR> 17
</TBODY> 18
</TABLE> 19
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=778> 20
<TBODY> 21
<TR> 22
<TD height=39><IMG border=0 height=39 src="images/002.gif" 23
useMap=#Map2 width=778></TD> 24
</TR> 25
26
</TBODY> 27
</TABLE> 28
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=778> 29
<TBODY> 30
<TR> 31
<TD bgColor=#f0f0f0 vAlign=top> <TABLE height="172" border=0> 32
<TBODY> 33
<TR borderColor=#000000> 34
<TD bgColor=#ffe6c2 vAlign=top width=212><img src="images/lianxi.gif" width="200" height="250"> 35
</TD> 36
<TD vAlign=top width=31> </TD> 37
<TD vAlign=top width=521><table width="100%" border="0"> 38
</table> 39
40
<table width="100%" height="178" border="0"> 41
<tr> 42
43
<td>汽配制造有限公司<br> 44
地址:xxxxxxxxxx<br> 45
电话:xxxxxxxxxx<br> 46
传真:xxxxxxxxxx<br> 47
邮编:111111<br> 48
</td> 49
</tr> 50
</table></TR> 51
</TBODY> 52
</TABLE></TD> 53
</TR> 54
</TBODY> 55
</TABLE> 56
<table width="778" border="0" align="center"> 57
<tr> 58
<td width="778" height="118" bgcolor="#00734E"><div align="center"><font color="#FFFFFF">Copyright©® 59
2003-2004.汽配制造有限公司, All Rights Reserved<br> 60
</font></div></td> 61
</tr> 62
</table> 63
<div align="center"> 64
<MAP name=Map2> 65
<AREA coords=30,9,58,26 66
href="index.aspx" shape=RECT> 67
<AREA 68
shape=RECT 69
coords=81,8,132,29 href="news.aspx"> 70
<AREA shape=RECT coords=155,10,209,26 71
href="chanpin.aspx"> 72
<AREA 73
shape=RECT 74
coords=231,9,281,26 href="biao.aspx"> 75
<AREA shape=RECT coords=295,9,346,27 76
href="order.aspx"> 77
<AREA 78
shape=RECT 79
coords=371,9,421,27 href="guestbook.aspx"> 80
<AREA 81
shape=RECT coords=445,8,504,28 82
href="lianxi.aspx"> 83
</MAP> 84
</div> 85
</BODY></HTML>



