1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=big5" /> <link rel="stylesheet" href="style.css"> <script type="text/javascript" src="flash/objectSwap.js"></script> </head> <body bgcolor="#CFCEE1" LEFTMARGIN="0" TOPMARGIN="0" style="background-repeat:repeat-x" background="image/page_bg.png"> <table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="800" height="265"><?php require("header.php"); ?></td> </tr> <tr> <td style="padding-top:10;padding-bottom:20"><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="566"><img src="image/page_title_line.gif" width="566" height="60"></td> <td width="234" valign="middle" class="title">Enquires </td> </tr> </table></td> </tr> <tr> <td style="padding-top:10;padding-bottom:20"></td> </tr> <tr> <td align="left" valign="top"><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="180" align="left" valign="top" style="padding-top:20"> </td> <td width="620" height="400" align="left" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="content" style="padding-left:12;padding-right:12;padding-bottom:30"><p><strong>Yun Fung Metal Industrial Limited</strong></p> <p><strong>Address:</strong> 2106, 21st Floor, Block A, New Trade Plaza, 6 On Ping Street, N.T., Hong Kong<br> <strong>Tel:</strong> 852-2690 2883<br> <strong>Fax:</strong> 852-2690 2913<br> <strong>Email:</strong> <a href="mailto:to@yunfung.com.hk" class="content">to@yunfung.com.hk</a></p></td> </tr> <tr> <td style="padding-left:12;padding-right:12;padding-bottom:30" class='content'><form action="sendEmail.php" method="post" name="order" id="order"> <input type="hidden" name="redirect" value="contactus.php" /> <table border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="107" align="left" height="25" class="content">Contact Name: </td> <td width="343" colspan="3" class="content"><input type="text" name="name" maxlength="50" size="20" class="content" /></td> </tr> <tr> <td height="25" align="left" class="content" width="107">Email Address: </td> <td width="343" colspan="3" class="content"><input type="text" name="email" maxlength="50" size="30" class="content" /></td> </tr> <tr> <td height="25" align="left" class="content" width="107">Subject: </td> <td width="343" colspan="3" class="content"><input type="text" name="subject" maxlength="50" size="40" class="content" /></td> </tr> <tr> <td height="25" align="left" valign="top" class="content" width="107">Message: </td> <td width="343" colspan="3" class="content"><textarea name="message" cols="50" rows="8" class="content"></textarea></td> </tr> <tr align="center"> <td height="20" colspan="4"><div align="center"> <input type="submit" value="Send" name="Submit" /> </div></td> </tr> </table> </form></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="45" align="right"><p class="footer">Copyright © 2009 Yun Fung Metal Industrial Limited. All Rights reserved. </p> </td> </tr> </table> </body>
</html>
|