3 回答

TA貢獻1155條經(jīng)驗 獲得超0個贊
[a href="create_csv.php"]here[/a]
.
HTML: [meta http-equiv="refresh" content="5;url=http://site/create_csv.php"]
JavaScript: location.href = 'http://site/create_csv.php';
如果: [iframe src="create_csv.php"][/iframe]

TA貢獻1818條經(jīng)驗 獲得超8個贊
header('Set-Cookie: fileLoading=true');
setInterval(function(){ if ($.cookie("fileLoading")) { // clean the cookie for future downoads $.removeCookie("fileLoading"); //redirect location.href = "/newpage"; }},1000);
- 3 回答
- 0 關注
- 681 瀏覽
添加回答
舉報