ASP.Net Postback problem
-
Hi, im using Javascript(setTimeout()) timer to partial postback of my aspx page. this works fine in IE.but not in Firefox. anybody know about this....
-
Hi, im using Javascript(setTimeout()) timer to partial postback of my aspx page. this works fine in IE.but not in Firefox. anybody know about this....
IE does not strictly fallows W3C Standards. If you post the code then some one can help you try to write generic javascript
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
IE does not strictly fallows W3C Standards. If you post the code then some one can help you try to write generic javascript
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
hi thanks for reply, here, function beginrefresh() { alert('d'); document.getElementById("Button1").click(); setTimeout("beginrefresh()",60000) } window.onload=beginrefresh in this event i get multiple alert continously. but i declared 1 min interval.how is this possible... i think in each click page get refreshed then timer also restarted... is it correct? if s pls correct this
-
hi thanks for reply, here, function beginrefresh() { alert('d'); document.getElementById("Button1").click(); setTimeout("beginrefresh()",60000) } window.onload=beginrefresh in this event i get multiple alert continously. but i declared 1 min interval.how is this possible... i think in each click page get refreshed then timer also restarted... is it correct? if s pls correct this
First thing i want to ask you Do you want to refresh the page after certain interval of time ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
First thing i want to ask you Do you want to refresh the page after certain interval of time ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
No, im calling one event ie button click in regular period of time