我有情况打开一个外部php文件的弹出窗口,该文件放在wordpress主题文件夹中,同时单击页面链接或图像。 我传递了ID&永久链接从页面我点击到外部的PHP文件? 请帮帮我..
提前致谢。
答案 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');
});
确保将厚盒文件包含在保存上述脚本的文件中