0
我有陰影框在我的頁面,並即時傳遞一些值吧,通GET變量使用頭
function edit(facility_group_id){
Shadowbox.open({
content: 'register_facility_form.php?facility_group_id=' + facility_group_id ,
player: 'iframe',
height: 1150,
width: 2200,
options: {
onClose:
function() {
top.location = "index.php?page=backup_and_restore";
}
}
});
};
如果我想通過另一個變量就像下面我怎麼能做到這一點的內容部分,
function edit(facility_group_id,facility_name){
Shadowbox.open({
content: 'register_facility_form.php?facility_group_id=' + facility_group_id ,
任何人都可以幫助我。
謝謝您的回答,這正是我想要的 – user1157690 2012-01-28 07:01:33