|
Page refresh automatically -- sateeshhari --
can any one provide sample and simple code for automatic page refresh for a classic asp page dealing with or with out database |
|
-- AlbertWeinert --
sateesh hari schrieb: can any one provide sample and simple code for automatic page refresh for a classic asp page dealing with or with out database http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml But don't use a different URL, use the URL of the own page. Or with Javascript. location.reload(); -- Freundliche Grüße Albert Weinert http://der-albert.com |
|
-- sateeshhari --
thank u On 7/25/06, Albert Weinert <albert.weinert> wrote: sateesh hari schrieb: > can any one provide sample and simple code for automatic page refresh > for a classic asp page dealing with or with out database http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml But don't use a different URL, use the URL of the own page. Or with Javascript. location.reload(); -- Freundliche Grüße Albert Weinert http://der-albert.com > |
|
-- sateeshhari --
we need the code in ajax On 7/25/06, sateesh hari <sateeshhari> wrote: thank u On 7/25/06, Albert Weinert <albert.weinert> wrote: > > > sateesh hari schrieb: > > > can any one provide sample and simple code for automatic page refresh > > for a classic asp page dealing with or with out database > > http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml > > But don't use a different URL, use the URL of the own page. > > > Or with Javascript. > > > location.reload(); > > > -- > Freundliche Grüße > > Albert Weinert > > http://der-albert.com > > > > > |
|
-- AlbertWeinert --
sateesh hari schrieb: we need the code in ajax For AJAX and classic ASP you are wrong here. Don't know where you find help for that. JavaScript is part of AJAX. -- Freundliche Grüße Albert Weinert http://der-albert.com |