目標頁面上一個javascript鏈接與JS鏈接:
dest.htm鏈接到另一頁
<html>
..
<a href="javascript:function(parameters);">JS LINK</a>
..
</html>
原始頁:
origin.htm
<html>
..
<a href="dest.htm">Destination page</a>
..
</html>
目前,我正在鏈接到目標頁面。用戶必須手動點擊JS功能鏈接。我是否可以鏈接到目標頁面,以便在頁面加載時啓動相應的功能?