页面回发时如何隐藏弹出窗口?
问题描述:
打开网页www.xxxx.com时我想做的事来了
但是当页面回发或刷新时此弹出窗口不出现ı不想再次看到
我怎么能在asp.net c#
弹出按钮没有确定取消按钮只有关闭按钮
只希望只运行一次弹出框,而不是在页面刷新时不能一次又一次地弹出弹出框.
I want to do when open a page www.xxxx.com firstly pop up comes
but when page postback or refresh this pop up not come ı dont want to see again
how can ı do in asp.net c#
pop up has not ok button cancel button only has close button
only ı want to do popup only one time run than do not work again and again when page refresh
答
请参考类似的讨论:
防止显示在页面刷新上的模式弹出窗口 [在刷新页面上禁用弹出窗口 [
Please refer similar discussion:
Preventing modalpopup from showing on page refresh[^]
Disable popup on refreshing page[^]