在.ASPX中如何SHOW出POP UP WINDOW |
答題得分者是:yubad2000
|
yuhui_tsai
一般會員 發表:5 回覆:28 積分:6 註冊:2008-01-17 發送簡訊給我 |
|
carl168
一般會員 發表:7 回覆:16 積分:4 註冊:2004-02-18 發送簡訊給我 |
|
yubad2000
中階會員 發表:0 回覆:44 積分:78 註冊:2007-09-30 發送簡訊給我 |
This is how I did it.
1. make a global varable named scriptstr. 2. insert these two lines between </form> and </body> in a .aspx file. [code xml] </form><br /> <% Response.Write(globalvars.scriptstr);%> <% globalvars.scriptstr = ""; %> </body><br /></html><br />[/code] 3. in the program file set scriptstr to do the [code xml] globalvars.scriptstr = "alert('put message here');"; [/code] ===================引 用 yuhui_tsai 文 章=================== 是不是要想辦法在ASPX.VB中寫HTML讓欲跳出的頁面POP UP?
------
===波士頓夜未眠=== What a wonderful world!! Jazz up the world with jazz!! ================== When I am not programming... you can find me here: http://www.holy-war.de/EN/World3/bin/?advertiser=63190
編輯記錄
yubad2000 重新編輯於 2008-01-25 02:54:37, 註解 無‧
|
yuhui_tsai
一般會員 發表:5 回覆:28 積分:6 註冊:2008-01-17 發送簡訊給我 |
|
yuhui_tsai
一般會員 發表:5 回覆:28 積分:6 註冊:2008-01-17 發送簡訊給我 |
|
yubad2000
中階會員 發表:0 回覆:44 積分:78 註冊:2007-09-30 發送簡訊給我 |
The code between <% and %> in Aspx will be replaced after show up as html. So, what's your concern?
What I did was just show a warnning message in a pop up message window, not open a new form. There is another way to open a now form wihtout using javascript. ===================引 用 yuhui_tsai 文 章=================== 謝謝大大們的解答! 但寫在html裡就沒辦法做到code behind了,若有參數要傳遞是不是就會被看到了?
------
===波士頓夜未眠=== What a wonderful world!! Jazz up the world with jazz!! ================== When I am not programming... you can find me here: http://www.holy-war.de/EN/World3/bin/?advertiser=63190 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |