在wordpress中单击页面中的图像时,打开带有外部页面的弹出窗口

时间:2013-03-28 11:02:33

标签: php wordpress popupwindow

我有情况打开一个外部php文件的弹出窗口,该文件放在wordpress主题文件夹中,同时单击页面链接或图像。 我传递了ID&永久链接从页面我点击到外部的PHP文件? 请帮帮我..

提前致谢。

1 个答案:

答案 0 :(得分:0)

试试这个..这可能对你有帮助..

下载thickbox js文件并将此代码保存在脚本中

$("#id of the image or any button").click(function(){
     var url = "Give the url of the page that you wanna open in the popup";
     tb_show('<h3></h3>', url+'?KeepThis=true&TB_iframe=true&height=150&width=500');
});

确保将厚盒文件包含在保存上述脚本的文件中