[問題] url rewrite & thickbox

看板Ajax作者 (騙人布...)時間17年前 (2008/07/29 22:31), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/1
我使用url rewrite把php動態網址轉成靜態網址 // .htaccess RewriteRule ^([a-z0-9\-]+).html$ row.php?ssn=$1&KeepThis=true &TB_iframe=true&height=480&width=900 // index.html . . <a href="<?php echo $row['ssn'];?>.html" class="thickbox"> . . 但是thickbox卻讀不到轉址後的網頁內容,請問問題是在哪 thickbox http://jquery.com/demo/thickbox/ -- Let`s Wait and See http://go2.tw/momofindhowcount/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.241.92.247

07/30 12:32, , 1F
thickbox叫你寫的網址格式他會用javascript去分析
07/30 12:32, 1F

07/30 12:37, , 2F
所以乖乖寫吧 XD rewrite 是另一個層面的東西
07/30 12:37, 2F
文章代碼(AID): #18ZodUM_ (Ajax)
文章代碼(AID): #18ZodUM_ (Ajax)