Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: "XHTML file" cannot be identified by nokia 6600

From: s917124@----.---.---.-- (----)
To: NULL
Date: 10/6/2004 1:33:00 AM
regards: Johannes Koch 

regards: Johannes Koch 
     
     I write java code to simulate my machine as a HTTP server,when
client
     connect to my HTTP server,my HTTP server replied client a xhtml
file.
     
     I use the HTTP headers by spec.
     (1)Content-Length: (length of file which will be transmitted)
     (2)Content-Type: application/vnd.wap.xhtml+xml
     
     when I transmit a standard XHTML file,it is OK.
     Nokia 6600 can identify the standard XHTML.
     
     when I transmit a XHTML file produced by Jtidy,it is not OK.
     Nokia 6600 cannot identify the XHTML file.
     
     the following 
     
     part 1 is my java code:
     part 2 is a XHTML file produced by Jtidy
     --------------------------------------------
     part 1:
     import java.io.*;
import java.net.*;

public class HttpMirror {
  
  public static void scopy(FileInputStream ins,OutputStream outs)
                      throws IOException {
    synchronized (ins) {
      synchronized (outs) {
      	System.err.println("writing nokia6600");
        byte[] buf = new byte[256];
        while (true) {
         int br = ins.read(buf);
         if (br == -1) break;
         outs.write(buf,0,br);
        }
      }
    }
  }//end scopy
  public static void main(String[] args) {
    try {
      int port = Integer.parseInt(args[0]);        // The port to
listen on
      ServerSocket ss = new ServerSocket(port);    // Create a socket
to listen
      for(;;) {                                    // Loop forever
        Socket client = ss.accept();               // Wait for a
connection
        ClientThread t = new ClientThread(client); // A thread to
handle it
        t.start();                                 // Start the thread
running
      }                                            // Loop again
    } 
    catch (Exception e) {
      System.err.println(e.getMessage());
      System.err.println("Usage: java HttpMirror <port>");
    }
  }

  static class ClientThread extends Thread {
    Socket client;
    ClientThread(Socket client) { this.client = client; }
    public void run() {
        System.err.println("server start");
    try {
        // Get streams to talk to the client
        BufferedReader in = new BufferedReader(new
InputStreamReader(client.getInputStream()));
        PrintWriter out = new PrintWriter(new
OutputStreamWriter(client.getOutputStream()));
                
                
        String line;
        while((line = in.readLine()) != null) {
        System.err.println(line);
          if (line.length() == 0) break;
          //                                                          
                                                                      
                                                                      
                                                                      
           out.println(line);
        }     
                
        out.print("HTTP/1.1 200 OK\r\n");
        out.print("Date: Wed, 15 Sep 2004 13:23:51 GMT\r\n");
  	out.print("Server: Apache/1.3.31 (Unix) PHP/4.3.8\r\n");
	out.print("Expires: Wed, 15 Sep 2004 13:33:51 GMT \r\n");
	out.print("Last-Modified: Tue, 14 Sep 2004 10:00:20 GMT \r\n");
	out.print("Content-Length: (length of file which will be
transmitted)\r\n");
	out.print("Content-Type: application/vnd.wap.xhtml+xml \r\n\r\n");
	
	out.flush();

	FileInputStream pw = new FileInputStream("testgoogle.html");
	OutputStream nokia6600 = client.getOutputStream(); 
	//client.getOutputStream();
	scopy(pw,nokia6600);
	System.err.println("nokia6600 is writing out");
	pw.close();
	nokia6600.close();
     
        out.close();
        in.close();
        client.close();
      }
      catch (IOException e) { /* Ignore exceptions */ }
    }
  }
}

     
     
     --------------------------------------------
     --------------------------------------------
     part 2:
     <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta name="generator" content=
  "HTML Tidy for Windows (vers 1st July 2004), see www.w3.org" />

  <title>&#164;&#184;&#180;&#188;&#164;j&#190;&#199; -</title>
  <meta http-equiv="Content-Type" content=
  "text/html; charset=us-ascii" />
  <meta http-equiv="Pragma" content="no-cache" />
  <link href=
  "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/nav.css"
  type="text/css" rel="stylesheet" />
<script language="JavaScript1.2" src=
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/main.js"
type="text/javascript">
</script>
  <meta content="MSHTML 6.00.2800.1458" name="GENERATOR" />
</head>

<body text="#000000" bgcolor="#CDD397" leftmargin="0" topmargin=
"0">
  <table height="100%" cellspacing="0" cellpadding="0" align=
  "center" border="0">
    <tbody>
      <tr>
        <td colspan="3">
          <table cellspacing="0" cellpadding="0" border="0">
            <tbody>
              <tr>
                <td class="eng_line" align="right"><img height="18"
                src=
                "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/eng-title.gif"
                width="260" /></td>
              </tr>

              <tr>
                <td class="top_img"><img height="90" src=
                "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/top-main-01.jpg"
                width="800" usemap="#map" border="0" /><map name=
                "Map" id="Map">
                  <area shape="circle" alt=
                  "&#164;&#184;&#180;&#188;&#164;j&#190;&#199;&#173;&#186;&#173;&#182;"
                  coords="66,45,44" href=
                  "http://www.yzu.edu.tw/" />
                </map></td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td class="left_bar" valign="top" align="middle">
          <table cellspacing="0" cellpadding="0" border="0">
            <tbody>
              <tr>
                <td width="132">
                  <script language="JavaScript1.2" src=
                  "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/v-intra.js"
                  type="text/javascript">
</script>
                </td>
              </tr>

              <tr>
                <td align="middle">&nbsp;</td>
              </tr><!-- &#22283;&#23478;&#21697;&#36074;&#29518; -->

              <tr>
                <td align="middle"><object codebase=
                "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
                height="90" width="56" classid=
                "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                  <param name="movie" value=
                  "/nqa/images/nqa.swf" />
                  <param name="bgcolor" value="#B6BC82" />
                  <embed src="/nqa/images/nqa.swf" pluginspage=
                  "www.---.com;
                  type="application/x-shockwave-flash" width="56"
                  height="90" />
                </object><br />
                <a href=
                "http://www.yzu.edu.tw/nqa/index.htm"><img
onmouseover="JavaScript: this.style.borderColor='#CDD397';"
                style=
                "BORDER-RIGHT: #b6bc82 1px solid; BORDER-TOP: #b6bc82
1px solid; BORDER-LEFT: #b6bc82 1px solid; BORDER-BOTTOM: #b6bc82 1px
solid"
                onmouseout=
                "JavaScript: this.style.borderColor='#B6BC82';"
                alt="&#176;&#223;&#164;@&#186;a&#192;&#242;&#176;&#234;&#174;a&#171;~&#189;&#232;&#188;&#250;&#170;&#186;&#164;j&#190;&#199;&#161;&#208;&#164;&#184;&#180;&#188;&#164;j&#190;&#199;"
                src=
                "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/nqa-6.jpg"
                border="0" /></a></td>
              </tr><!-- &#22283;&#23478;&#21697;&#36074;&#29518; -->

              <tr>
                <td align="middle">&nbsp;</td>
              </tr>

              <tr>
                <td style="PADDING-TOP: 3px" align="middle">
                  <script language="JavaScript1.2" type=
                  "text/javascript">
//<![CDATA[
flashon();
//]]>
</script>
                </td>
              </tr>
            </tbody>
          </table>
        </td>

        <td class="main" valign="top" align="middle">
          <table height="100%" cellspacing="0" cellpadding="0"
          width="100%" border="0">
            <tbody>
              <tr>
                <td valign="top" height="210">
                  <table height="100%" cellspacing="0" cellpadding=
                  "0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <!-- &#21363;&#26178;&#26032;&#32862;(Begin)
-->

                        <td class="home_hot_simg" valign="top">
                        <a href=
                        "http://www.yzu.edu.tw/?news=040907002"><img
src="%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/040907002.jpg"
                        width="240" border="0" /></a></td>

                        <td valign="top">
                          <table height="100%" cellspacing="0"
                          cellpadding="0" width="100%" border="0">
                            <tbody>
                              <tr>
                                <td class="home_hot_title" height=
                                "25"><img height="21" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/hot-news.gif"
                                width="69" /></td>
                              </tr>

                              <tr>
                                <td class="home_hot_cont" valign=
                                "top">
                                  <table class="word10" height=
                                  "100%" cellspacing="0"
                                  cellpadding="0" width="100%"
                                  border="0">
                                    <tbody>
                                      <tr>
                                        <td class="hot_article"
                                        align="middle"><a href=
                                       
"http://www.yzu.edu.tw/?news=040907002">
                                       
2004&#166;~&#191;U&#174;&#198;&#185;q&#166;&#192;&#176;&#234;&#187;&#218;&#172;&#227;&#176;Q&#183;|&#166;b&#164;&#184;&#180;&#188;</a></td>
                                      </tr>

                                      <tr>
                                        <td height="100%">
                                          <p>
                                         
&#191;U&#174;&#198;&#185;q&#166;&#192;&#165;&#209;&#169;&#243;&#168;&#228;&#176;&#170;&#174;&#196;&#178;v&#167;C&#166;&#195;&#172;V&#170;&#186;&#175;S&#169;&#202;&#161;A&#164;&#206;&#170;&#241;&#166;~&#168;&#211;&#167;&#222;&#179;N&#179;&#208;&#183;s&#172;&#240;&#175;}&#161;A&#164;w&#166;&#168;&#172;&#176;&#165;&#187;&#165;@&#172;&#246;&#164;&#189;&#187;{&#170;&#186;&#183;s&#175;&#224;&#183;&#189;
#172;&#236;&#167;&#222;&#161;C&#165;x&#198;W&#165;&#216;&#171;e&#172;&#227;&#168;s&#179;&#230;&#166;&#236;&#161;B&#190;&#199;&#179;N&#172;&#201;&#187;P&#178;&#163;&#183;~&#172;&#201;&#165;&#191;&#191;n&#183;&#165;&#167;&#235;&#164;J&#172;&#227;&#181;o&#187;P&#165;&#205;&#178;&#163;&#161;A&#179;v&#186;&#165;&#167;&#206;&#166;&#168;&#191;U&#174;&#198;&#185;q&#166;&#192;&#172;&#227;&#181;o&#187;E&#18
;&#168;&#164;&#167;&#194;&#250;&#171;&#172;&#161;C&#165;&#187;&#174;&#213;&#167;&#198;&#177;&#230;&#194;&#199;&#166;&#185;&#172;&#227;&#176;Q&#183;|&#164;&#167;&#193;|&#191;&#236;&#161;A&#182;i&#166;&#230;&#176;&#234;&#164;&#186;&#165;~&#172;&#227;&#181;o&#166;&#168;&#170;G&#165;&#230;&#172;y&#161;A&#171;P&#166;&#168;&#165;x&#198;W&#191;U&#174;&#198;&#185;q&#166;&#192;&#172;&#227;&#181;o&#187;P&#1
8;&#163;&#183;~&#164;&#167;&#182;}&#169;&#241;&#165;&#173;&#165;x(
                                          <a href=
                                         
"http://www.yzu.edu.tw/?news=040907002">
                                          &#184;&#212;&#178;&#211;</a>
                                          )</p>
                                        </td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                        </td><!--
&#21363;&#26178;&#26032;&#32862;(End) -->
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>

              <tr>
                <td valign="top">
                  <table height="100%" cellspacing="0" cellpadding=
                  "0" width="536" border="0">
                    <!-- &#26032;&#32862;&#33287;&#27963;&#21205; -->

                    <tbody>
                      <tr>
                        <td valign="top">
                          <table cellspacing="0" cellpadding="0"
                          width="536" border="0">
                            <!-- Title(Begin) -->

                            <tbody>
                              <tr>
                                <td class="home_news_title">
                                  <table cellspacing="0"
                                  cellpadding="0" width="536"
                                  border="0">
                                    <tbody>
                                      <tr>
                                        <td align="left">
                                        <img height="25" src=
                                       
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/news-events.gif"
                                        width="86" /></td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                              </tr><!-- Title(End) -->

                              <tr>
                                <td class="home_news_cont" valign=
                                "top">
                                  <table cellspacing="0"
                                  cellpadding="0" width="488"
                                  border="0">
                                    <tbody>
                                      <tr>
                                        <td valign="top" align=
                                        "middle">
                                          <table class="home_news"
                                          cellspacing="0"
                                          cellpadding="2" width=
                                          "488" border="0">
                                            <!-- News List (Begin)
update on 20040918 -->

                                            <tbody>
                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/22/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040922005">
                                               
&#164;j&#190;&#199;&#174;&#213;&#170;&#248;&#161;G&#172;&#176;&#193;&#215;&#182;&#251;
                                               
&#183;|&#176;j&#193;&#215;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/22/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040922004">
                                               
&#181;&#251;&#197;&#178;
                                               
&#192;&#179;&#177;&#208;&#190;&#199;&#172;&#227;&#168;s&#168;&#195;&#173;&#171;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/22/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040922003">
                                               
&#164;&#184;&#180;&#188;&#164;j&#190;&#199;&#172;&#227;&#181;o&#166;&#168;&#164;&#226;&#190;&#247;&#165;&#206;&#165;&#210;&#190;J&#191;U&#174;&#198;&#185;q&#166;&#192;&#165;R&#185;q&#190;&#185;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/22/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040922002">
                                               
&#164;&#184;&#180;&#188;&#164;j&#190;&#199;&#173;p&#185;&#186;&#166;&#168;&#165;&#223;&#177;&#218;&#184;s&#187;P&#166;h&#164;&#184;&#164;&#229;&#164;&#198;&#172;&#227;&#168;s&#164;&#164;&#164;&#223;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-a.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/22/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040922001">
                                               
&#161;y&#176;O&#190;&#208;&#170;&#186;&#183;&#197;&#171;&#215;&#162;w&#166;&#209;&#183;&#211;&#164;&#249;&#174;i&#161;z
                                               
&#188;x&#165;&#243;&#172;&#161;&#176;&#202;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/17/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040917004">
                                               
&#164;&#184;&#180;&#188;&#164;j&#190;&#199;&#187;P&#165;&#195;&#165;&#173;&#164;u&#176;&#211;&#196;&#226;&#164;&#226;&#166;X&#167;@&#190;&#199;&#165;&#205;&#185;&#234;&#178;&#223;&#192;\&#198;U</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-p.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/17/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040917003">
                                               
&#164;&#189;&#182;O&#175;d&#190;&#199;&#179;&#213;&#164;h&#171;&#225;&#172;&#227;&#168;s&#164;H&#173;&#251;&#164;&#206;&#175;d&#190;&#199;&#188;&#250;&#190;&#199;&#170;&#247;</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-p.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/15/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040915001">
                                               
931&#190;&#199;&#180;&#193;&#190;&#215;&#173;&#215;&#166;W&#179;&#230;&#164;&#206;&#164;H&#164;u&#165;[&#191;&#239;&#177;&#248;&#165;&#243;&#164;&#189;&#167;i</a></td>
                                              </tr>

                                              <tr>
                                                <td valign="top"
                                                width="14">
                                                <img height="11"
                                                src=
                                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/r-n.gif"
                                                width="11" align=
                                                "absmiddle" /></td>

                                                <td class=
                                                "news_date" valign=
                                                "top" width="64">
                                                09/14/04</td>

                                                <td width="410">
                                                <a href=
                                               
"http://www.yzu.edu.tw/?news=040914001">
                                               
&#180;N&#190;&#199;&#167;x&#195;&#248;&#164;&#167;&#190;&#199;&#165;&#205;&#167;U&#190;&#199;&#170;&#247;&#165;&#211;&#189;&#208;</a></td>
                                              </tr>
                                              <!-- News List (End) -->
                                            </tbody>
                                          </table>
                                        </td>
                                      </tr>
                                      <!-- More News (Begin) -->

                                      <tr>
                                        <td class="more_news"
                                        height="18"><a href=
                                       
"http://www.yzu.edu.tw/?news=more">
                                       
&#167;&#243;&#166;h&#176;T&#174;&#167;
                                        ...</a></td>
                                      </tr><!-- More News (End) -->
                                    </tbody>
                                  </table>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>

                      <tr>
                        <td valign="bottom" align="middle" height=
                        "100%">
                          <table cellspacing="0" cellpadding="0"
                          width="490" border="0">
                            <tbody>
                              <tr>
                                <td class="home_down_link" width=
                                "37">&nbsp;</td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td width="64"><a href=
                               
"http://www.yzu.edu.tw/bb/b01.htm"><img
onmouseover="this.src='/images/main/sec-item-1-h.gif';"
                                onmouseout=
                               
"this.src='/images/main/sec-item-1.gif';"
                                height="25" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/sec-item-1.gif"
                                width="64" border="0" /></a></td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td width="64"><a href=
                               
"http://www.yzu.edu.tw/bb/qna.php?qna=aa">
                                <img onmouseover=
                               
"this.src='/images/main/sec-item-2-h.gif';"
                                onmouseout=
                               
"this.src='/images/main/sec-item-2.gif';"
                                height="25" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/sec-item-2.gif"
                                width="64" border="0" /></a></td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td width="64"><a href=
                               
"http://www.yzu.edu.tw/bb/contact.htm">
                                <img onmouseover=
                               
"this.src='/images/main/sec-item-3-h.gif';"
                                onmouseout=
                               
"this.src='/images/main/sec-item-3.gif';"
                                height="25" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/sec-item-3.gif"
                                width="64" border="0" /></a></td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td width="64"><a href=
                               
"http://www.yzu.edu.tw/bb/site_map.htm">
                                <img onmouseover=
                               
"this.src='/images/main/sec-item-4-h.gif';"
                                onmouseout=
                               
"this.src='/images/main/sec-item-4.gif';"
                                height="25" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/sec-item-4.gif"
                                width="64" border="0" /></a></td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td width="64"><a href=
                               
"http://www.yzu.edu.tw/search/index.asp">
                                <img onmouseover=
                               
"this.src='/images/main/sec-item-5-h.gif';"
                                onmouseout=
                               
"this.src='/images/main/sec-item-5.gif';"
                                height="25" src=
                               
"%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/sec-item-5.gif"
                                width="64" border="0" /></a></td>

                                <td class="home_down_link_dot"
                                width="16">&nbsp;</td>

                                <td class="home_down_link" width=
                                "37">&nbsp;</td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>

                      <tr>
                        <td class="copyright_home" valign="bottom"
                        align="middle">Copyright @ 2004
                        &#164;&#184;&#180;&#188;&#164;j&#190;&#199;
                        Yuan Ze
                       
University&nbsp;&nbsp;&#8226;&nbsp;&nbsp;&#174;&#231;&#182;&#233;&#191;&#164;&#164;&#164;&#195;c&#165;&#171;
                        320
                        &#187;&#183;&#170;F&#184;&#244;135&#184;&#185;
                        - (03)4638800</td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>

        <td class="right_bar" valign="top" align="middle">
          <table cellspacing="10" cellpadding="0" width="132"
          border="0">
            <tbody>
              <tr>
                <td>
                  <script language="JavaScript1.2" src=
                  "%C2%A4%C2%B8%C2%B4%C2%BC%C2%A4j%C2%BE%C3%87%20-.files/slide_img.js"
type="text/javascript">
</script>
                </td>
              </tr>

              <tr>
                <td>
                  <table class="link_tb" cellspacing="0"
                  cellpadding="0" width="112" border="0">
                    <tbody>
                      <tr>
                        <td class="link_tit" align="middle">
                       
&#169;&#219;&#165;&#205;&#177;M&#176;&#207;</td>
                      </tr>

                      <tr>
                        <td class="link_in" align="middle">
                          <p><a href=
                         
"http://www.yzu.edu.tw/rc/1/1.htm">&#164;j&#190;&#199;&#179;&#161;</a><br
/>

                          <a href=
                         
"http://www.yzu.edu.tw/rc/2/1.htm">&#172;&#227;&#168;s&#169;&#210;</a><br
/>

                          <a href=
                         
"http://www.yzu.edu.tw/rc/3/1.asp">&#177;&#192;&#188;s&#177;&#208;&#168;|</a><br
/>

                          <a href="http://univ.edu.tw/univ/yzu/"
                          target=
                         
"_blank">&#164;j&#190;&#199;&#179;&#213;&#196;&#253;&#183;|</a></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>

              <tr>
                <td>
                  <table class="link_tb" cellspacing="0"
                  cellpadding="0" width="112" border="0">
                    <tbody>
                      <tr>
                        <td class="link_tit" align="middle">
                       
&#174;&#213;&#164;&#205;&#182;&#233;&#166;a</td>
                      </tr>

                      <tr>
                        <td class="link_in" align="middle">
                          <p><a href=
                         
"http://www.yzu.edu.tw/graduate/alu/free_mail.htm">
                         
&#174;&#213;&#164;&#205;&#170;A&#176;&#200;</a><br />

                          <a href=
                         
"http://www.yzu.edu.tw/graduate/alu/alu_report_1.htm">
                         
&#174;&#213;&#164;&#205;&#176;&#202;&#186;A</a></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>

              <tr>
                <td>
                  <table class="link_tb" cellspacing="0"
                  cellpadding="0" width="112" border="0">
                    <tbody>
                      <tr>
                        <td class="link_tit" align="middle">
                       
&#165;&#205;&#172;&#161;&#188;s&#179;&#245;</td>
                      </tr>

                      <tr>
                        <td class="link_in" align="middle">
                          <p><a href=
                         
"http://www.yzu.edu.tw/arts/movie.htm">&#195;&#192;&#164;&#229;&#172;&#161;&#176;&#202;</a><br
/>

                          <a href=
                         
"http://www.yzu.edu.tw/life.htm">&#165;&#205;&#172;&#161;&#184;&#234;&#176;T</a></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>

              <tr>
                <td>
                  <table class="link_tb" cellspacing="0"
                  cellpadding="0" width="112" border="0">
                    <tbody>
                      <tr>
                        <td class="link_tit" align="middle">
                        &#167;&#214;&#179;t&#179;s&#181;&#178;</td>
                      </tr>

                      <tr>
                        <td class="link_in" align="middle">
                          <p><a href=
                         
"http://www.yzu.edu.tw/bb/email.htm">&#185;q&#164;l&#182;l&#165;&#243;</a><br
/>

                          <a href=
                         
"http://isdna1.yzu.edu.tw/stdsel/default.asp"
                          target=
                         
"_blank">&#191;&#239;&#189;&#210;&#168;t&#178;&#206;</a></p>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td class="bottom_bar" colspan="3">&nbsp;</td>
      </tr>
    </tbody>
  </table>
</body>
</html>
   
     --------------------------------------------
     
sorry that there are some Chinese characters.


Is there a good suggestion?

best wishes


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent