2014-02-22 35 views
0

我得到的問題是,我不能去一個目錄打開ajaxpage。 這裏是鏈接到上面的目錄:如何用ajaxpages上一個目錄?

<a href="javascript:ajaxpage('pages/community.php', 'center');"><img src="../images/buttons/community.png" alt="Community" /></a> 

這是行不通的。我做錯了什麼?

回答

0

Javascript路徑與正在顯示的頁面相關。假設您正在查看pages目錄中的頁面,則實際請求的是pages/pages/community.php

使用community.php作爲您的URL或使用絕對路徑。

+0

感謝您的回答,但這沒有幫助。我沒有在頁面目錄中查看頁面。我不能使用絕對路徑,因爲它不會打開頁面內的community.php頁面,我得到了ajaxpage鏈接。 – user3340728

相關問題