我正在使用带有 Highslide 和 ajax 的表单调用文件 editphotos.php 像这样
<a href=\"editphotos.php?id=$imageid_\" onclick=\"return hs.htmlExpand(this, { objectType: 'ajax'} )\" title='edit picture: $filename_'>.
现在我想要实现的是,在我单击表单中的更新或删除按钮后,我希望它加载如下网址:
index.php?id=1&deleted=1&refresh=1
现在它只是关闭了 highslide ajax 窗口。有没有办法做到这一点?
问候,托比