plz problem in asp.net
(Click here to view the original thread with full colors/images)Posted by: cheikhanio
hi all
how to to add a script allowing to bring up to date a Web page (asp.net) each 25 second????
Posted by: Snee
Have you tried <meta http-equiv="refresh" content="25" /> in your html?
It goes between the head-tags.
Posted by: cheikhanio
thiks so much Snee (http://filesharingtalk.com/vb3/../members/snee-45773)
it works
