MozTW 討論區

各項 Mozilla 相關軟體與技術討論
現在的時間是 2024-05-23, 23:56

所有顯示的時間為 UTC + 8 小時





發表新文章 這個主題已被鎖定,您不能編輯或回覆這個主題。  [ 3 篇文章 ] 
發表人 內容
文章發表於 : 2004-01-30, 12:06 
小弟使用Firebird在瀏覽燦坤3C網站時有些小問題

在各類產品時
例如電源供應器
http://www.sunfar.com.tw/ec_sunfar/prod ... o=2&min=03

第一頁沒問題
當你點選到第二頁以後時
注意上下的頁數連結全部都會變成同一頁(第一頁)
要換第三頁只能回到第一頁(第一頁沒問題)再按第三頁
不知道各位大大是不是也是這種情形
但是在IE6 完全沒問題

小弟懂些HTML
看了一下發現問題應該出在412-418行之間,大膽推斷
問題是在<a> </a>之間還有<a> </a>
在IE會穿過上面那層(外層)連結點到裡面的換頁

但是在Firebird則是上面那層覆蓋下面那層換頁連結

還有很有趣的一點
在第412行的<table>標籤class=".tb"這個<table>
在IE6 和在Firebird所收到的內容不一樣

IE6

<table class=".tb" cellspacing="0" rules="cols" bordercolor="#7BB6F7" border="1" id="Prod_grid1_DataGrid1" style="border-color:#7BB6F7;width:100%;border-collapse:collapse;">


Firebird

<table class=".tb" cellspacing="0" rules="cols" bordercolor="#7BB6F7" border="1" id="Prod_grid1_DataGrid1" width="100%">

各位有遇到這種問題嗎?

至於為什麼第一頁沒有這個問題因為第一頁沒有外面那層連結
已發信向順發提出建議


回頂端
  
 
 文章主題 :
文章發表於 : 2004-01-30, 12:25 
修正一下剛剛說的
反覆測試後應該是IE和Firebird所收到的網頁不一樣所導致
如果把IE所收到網頁存檔給Firebird讀取是正常的
這到底是誰的問題?
有人可以幫忙測試在其他瀏覽器下的結果嗎?


回頂端
  
 
 文章主題 :
文章發表於 : 2004-01-30, 12:37 
IE6下412-418行原碼

<table class=".tb" cellspacing="0" rules="cols" bordercolor="#7BB6F7" border="1" id="Prod_grid1_DataGrid1" style="border-color:#7BB6F7;width:100%;border-collapse:collapse;">
<tr style="color:White;background-color:White;border-color:Teal;">

<td colspan="1">
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl0','')" style="color:White;">

<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>

<td><img src='/ec_sunfar/product/images/product_banner_01.gif' width='10' height='22'></td>
<td width='100%' align='middle' background='/ec_sunfar/product/images/product_banner_02.gif'>

<a href= "javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl0','')" style="color:White;">[ 1 ]</a></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl1','')" style="color:White;">[ 2 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl2','')" style="color:White;">[ 3 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl3','')" style="color:White;">[ 4 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl4','')" style="color:White;">[ 5 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl5','')" style="color:White;">[ 6 ]</a>
&nbsp;
<span style="color:White;">7</span>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl7','')" style="color:White;">[ 8 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl8','')" style="color:White;">[ 9 ]</a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl9','')" style="color:White;">[ 10 ]

</td>
<td>
<img src='/ec_sunfar/product/images/product_banner_01.gif' width='10' height='22'>
</td>
</tr>
</table>
</a>
</td>
</tr>
<tr>
<td>
<TABLE id="Table13" cellSpacing="0" cellPadding="0" width="100%" border="0"> <!--從這裡開始repeat-->


===============================================================
Firebird0.7下412-418行原碼

<table class=".tb" cellspacing="0" rules="cols" bordercolor="#7BB6F7" border="1" id="Prod_grid1_DataGrid1" width="100%">
<tr bgcolor="White">

<td colspan="1">
<font color="White"><a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl0','')"><font color="White">

<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>

<td><img src='/ec_sunfar/product/images/product_banner_01.gif' width='10' height='22'></td>
<td width='100%' align='middle' background='/ec_sunfar/product/images/product_banner_02.gif'>

<a href=" javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl0','')" style="color:White;">[ 1 ]</a></font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl1','')"><font color="White">[ 2 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl2','')"><font color="White">[ 3 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl3','')"><font color="White">[ 4 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl4','')"><font color="White">[ 5 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl5','')"><font color="White">[ 6 ]</font></a>
&nbsp;
<span><font color="White">7</font></span>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl7','')"><font color="White">[ 8 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl8','')"><font color="White">[ 9 ]</font></a>
&nbsp;
<a href="javascript:__doPostBack('Prod_grid1:DataGrid1:_ctl1:_ctl9','')"><font color="White">[ 10 ]

</td>
<td>
<img src='/ec_sunfar/product/images/product_banner_01.gif' width='10' height='22'>
</td>
</tr>
</table>
</font>
</a>
</font>
</td>
</tr>
<tr>
<td>
<table id="Table13" cellSpacing="0" cellPadding="0" width="100%" border="0"> <!--從這裡開始repeat-->

有些許不同增減了一些標籤
也許是伺服器端為了客端特製的吧= ="


回頂端
  
 
顯示文章 :  排序  
發表新文章 這個主題已被鎖定,您不能編輯或回覆這個主題。  [ 3 篇文章 ] 

所有顯示的時間為 UTC + 8 小時


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 3 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯您的文章
不能 在這個版面刪除您的文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
Powered by phpBB® Forum Software © phpBB Group
正體中文語系由 竹貓星球 維護製作
© moztw.org, Mozilla Foundation
MozTW,Mozilla 台灣社群