| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Making A Refresh Link On Your Website.
Started by kakingho, Oct 03 2005 05:19 AM
18 replies to this topic
#12
Posted 13 December 2005 - 05:28 AM
I would just stick to meta tag refresh option. It's the one that all browsers recognise but would like to mention just one thing. I hate them, and i don't believe that people stick around on a site if it keeps refreshes, or reloads, especially if it's really heavy. I'm sure most things can be acomplished in a much better way.round
#14
Posted 22 June 2006 - 01:29 AM
Thats a nice little tool for a page that is always changing like a forum and what not. I don't really see a need to use it though considering most web browsers have a refresh button on it but I guess if you can use that to refresh a page after hitting a submit button or something that would be helpful. I'm sure there are more uses I can't think of. Nice tip.
#15
Posted 27 July 2006 - 11:24 PM
Hi all , I'm a binger programmer in asp.net, I want to make .jpg pictures change every 3 seconds, I have used AdRotator control and XML code. But I have to add some code to the page to make auto- refresh for the web page so the pictures will rotate. Can you help me please with this.
or is there any way to write a code which it makes the pictures moves by it self every 3 seconds?
thank you
the XML code was this , but even when i make refresh it may change and some time it will need me to make several refresh to be changed
or is there any way to write a code which it makes the pictures moves by it self every 3 seconds?
thank you
the XML code was this , but even when i make refresh it may change and some time it will need me to make several refresh to be changed
<?xml version="1.0" encoding="utf-8" ?> <Advertisements xmlns="http://schemas.microsoft.com/AspNet/AdRotator-Schedule-File"> <Ad> <AlternateText>Picture1</AlternateText> <ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\222.jpg</ImageUrl> <Impressions>10</Impressions> <Keyword>Room1</Keyword> <NavigateUrl></NavigateUrl> </Ad> <Ad> <AlternateText>Picture2</AlternateText> <ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\333.jpg</ImageUrl> <Impressions>20</Impressions> <Keyword>Room2</Keyword> <NavigateUrl></NavigateUrl> </Ad> <Ad> <AlternateText>Picture3</AlternateText> <ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\444.jpg</ImageUrl> <Impressions>30</Impressions> <Keyword>Room3</Keyword> <NavigateUrl></NavigateUrl> </Ad> </Advertisements>
#16
Posted 23 August 2006 - 05:28 AM
You could have a page repeatedly update by adding a meta-refresh. If you place the following tag in the <head> tag:
It will refresh every numberOfSeconds. This is a way show users a constantly updating page, although AJAX would be a better way to do that.
<meta http-equiv="refresh" content="numberOfSeconds" />
It will refresh every numberOfSeconds. This is a way show users a constantly updating page, although AJAX would be a better way to do that.
#18
Posted 20 November 2009 - 05:06 AM
hot to get previous insert value???Making A Refresh Link On Your Website.
function view() { //if(document.Ragister.Username.Value == "") //{// alert("err"); // return false;} if(document.Register.Submit.Click) { var I = document.Ragister.Username.Value; //alert("err"); document.Register.Username.Value = I; return true; } }
-reply by admin
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















