HTML - Timed Link?
I'd like to create a link, which I can define, when it will activate. Is there any code, where I can define every one of the links activation day? Sorry, my English isn't very good...
Similar Tutorialsok right heres the deal, i have lots of links that i need clicking daily i use to have a site that i used for a game, the game was based on getting people to click your link, and what i did was got some code that loaded a pop up every 5 mins (this was the maximum time between clicks you were allowed) but i put many links in to click as i was a nice person and thought id help others i have found similar code and now for the life of me it wont work i know longer need it for the game, but its a similar concept, what appears to be happening is it skipping straight to pop up 2 and not loading any others Would you please read through and see whats wrong? Code: <script language="javascript"> <HEAD> <TITLE>The Official OutwarTricks.Com Thugbuilder Created By BMFSMOKE</TITLE> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> </head> <BODY bgcolor="#000000"> <STYLE TYPE="text/css"><!-- body {scrollbar-face-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #FFFFFF;} --> //--></STYLE> <p align="center"><img src="bmfpic.jpg"> <CENTER> <P style="line-height: 100%"><font color="white"><b>This Is The Official OutwarTricks.Com Thugbuilder.</b></font></P> <p style="line-height: 100%"><font color="white"><b>Please Treat This As Any Other Thugbuilder Website, And Do Not Open Other Thugbuilders Or Click On Outwar Links Outside Of This Thugbuilder.</b></font></p> <P style="line-height: 100%"><font color="white"><b>To Be Added To The Thugbuilders Rotation Please Contact Me At The Following <div>Aim: <a href="aim:goim?screenname=OutwarChamp">OuTwArChAmP</a> - Outwar: <a href="http://outwar.com/sendmessage.php?name=BMFSMOKE">BMFSMOKE</a><BR></b></font></p> <P style="line-height: 100%"><font color="white"><b>NOTE: Pop-Up Blockers Must Be On Or You Will Not Be Credited With The Thugs You Deserve,</b></font></p> <P> <SCRIPT language=JavaScript> <!-- document.writeln("<form name='my_form' action=''><align=right><table border='1' bordercolor='#A5B3CA' bgcolor='#000000' cellpadding='5' cellspacing='0' width='150'><tr><td><center><font size='1' face='verdana'><input type='text' name='my_text' size='35'><br>Official OutwarTricks.Com ThugBuilder Created By: BMFSMOKE</tr></tr></font><br><font size='1' face='verdana' color='#000000'></font></a></font></center></tr></td></table></form>"); var the_minutes = [ " 2", " 1", " 0" ] ;// ** add/remove quoted numbers in this line to increase/decrease page reload time - currently set to begin at 5 minutes 01 seconds var the_seconds = [ "59", "58", "57", "56", "55", "54", "53", "52", "51", "50", "49", "48", "47", "46", "45", "44", "43", "42", "41", "40", "39", "38", "37", "36", "35", "34", "33", "32", "31", "30", "29", "28", "27", "26", "25", "24", "23", "22", "21", "20", "19", "18", "17", "16", "15", "14", "13", "12", "11", "10", "09", "08", "07", "06", "05", "04", "03", "02", "01", "00", "00", "00", "00", "00", "00" ]; var index = 0; var a = 0; var my_timer; function countDown(){ if (index <= the_seconds.length){window.document.my_form.my_text.value = the_minutes[a] + ":" + the_seconds[index] + " Minutes Remaining"; index++;}; if (index == the_seconds.length){a++; index = "0";}; if (a == the_minutes.length){window.location.reload()}; my_timer = setTimeout('countDown();', 1000)}; countDown(); //--> </SCRIPT> <SCRIPT language=JavaScript type=text/JavaScript> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </SCRIPT> <BLOCKQUOTE> <SCRIPT> /// HERE IS WHERE YOU ADD NEW PLAYERS...Copy a string and replace the [#] and add the player's id after the x=. Leave the quotation mark./// var popunder=new Array() popunder[0]="http://www.google.com" popunder[1]="http://www.outwar.com" popunder[2]="http://www.bbc.com" popunder[3]="http://www.yahoo.com" var winfeatures="width=1000,height=800,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=1" var once_per_session=0 ///No editing beyond here required///// function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == 400) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function loadornot(){ if (get_cookie('popunder')==''){ loadpopunder() document.cookie="popunder=yes" } } function loadpopunder(){ win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures) win2.blur() window.focus() } if (once_per_session==0) loadpopunder() else loadornot() </SCRIPT> </CENTER> Hello, I am trying to design a very simple HTML game, but there are some fundamental questions which I need to resolve before I know where I need to start. I was wondering if its possible to use just HTML (running on an old computer (pentium 3 or 4) on linux) to execute commands like, loading up a random page, loading a page after a count down timer is up, loading a page when any key is pressed and being able to turn these commands on and off according to eachother.. You might be able to tell from this that I am not very experienced at all with this sort of thing.. an example: A web page is showing, the user presses any key, a random page is loaded, a countdown timer starts, the user either presses a specific key or the time runs out, the result is a new web page loading depending on the amount of time that has expired on the countdown timer, a new coundown timer starts, when it runs out the original start webpage is loaded and the loop can go on. I would really appreciate any help on this. Is it possible to make pictures pop up in the corner of the same page when the music gets to a certain point? On myspace for example, when the embedded song gets to a certain time. Hi. I'm new to web development, and since I didn't have any luck on google with this I thought I'd ask here. What I need is the ability to allow only one user to access my page at a time, with the access time tied to their account/password. This is not a general web page, and you already have to vpn to get to it so overall security isn't a big deal. The system allows remote control of a few simple machines, and currently if more than one person can get to it simultaneously the last access steals control. Anyway, heres an example: Joe's Time: 1:00 - 3:00 M, cannot login before 1:00 and auto-logout at 3:00 Tom's Time: 3:00 -5:00 M, Bob's Time, etc.. I suspect this might require Java or something, but I don't have the first clue where to start looking. Its a windows box btw, and I don't have control of the user machines so this has to be set up for my local directory. Any hints (or free code if this is a simple/stupid question) are appreciated. hi, i have an image rotation code, but its working on switching the code on a timer, and i want it to appear randomly on the page load. anybody know how to change the code? i have the timer part of it below. thanks in advance. var interval = 1.5; // delay between rotating images (in seconds) var random_display = 1; // 0 = sequential, 1 = random interval *= 1000; I have several links on my site, all in the form of <a href="http://www.mywebsite.com">mywebsite</a> How do I need to change it such that a new instance of the browser is used in which the linked site is displayed. Ive been working on a website in my free time, and I have been wondering if it's possible to hover over a link, and change the text color of another link. A picture of one of my web pages is shown in the link below. http://i223.photobucket.com/albums/d...screenshot.jpg I want to be able to hover over something from the side navigation bars and have various links in the bottom naviational bar change color. So like hovering over Blood Elf, would make Death Knight, Mage, Paladin, Warlock, Priest, Rogue, Hunter turn red Does anyone know how to do this? or even know if it is possible? Hi, I'm newly registered and seeking some assistance. I'm working on a website for a client and come across an issue. The following is my iFrame code: Code: <div id="iframez"> <iframe src="main.html" width="100%" height="400px" name="framez"></iframe> </div> I have a link that is at the bottom of the page that is supposed to load in the iFrame when clicked upon. The code is as follows: Code: <a href="somelink.html" target="framez">some link</a> What I want is when the link is clicked that it loads in the iframe (this works as intended) AND I want the page to scroll up to the iframe. I tried doing this without success: Code: <a href="somelink.html#iframez" target="framez">some link</a> This is interpreted as #iframez in somelink.html, and not the page its on. Is there any way around this? Thanks for your patience. Hi im not sure if this can be done i have created some buttons to use as links and once i put the a href code in a box appears around the button can i remove this and how plz you can see example of what i mean on my website i have made Home and Contact clickable but i want to remove the box thats around the button if possible http://dreamteam0708.co.uk/ for info: im coding my own html in notepad, not using any programs or anything and my hosting doesnt support php etc I need a way to open two pictures at once by clicking on a single link. I have pictures of the fronts and backs of coins. I want to be able to click on a link and have the front and back pictures open side by side. Ok here is what i am looking for. I am looking to make a small picture and make it a clickable link to a url that will work in a forum post. Thanks in advance, Chris. I know it's used to link to a css document, but, I've also seen it used in other situations. So what other uses are there for the <link> tag? Is it kind of like an include? I've tried looking this up on Google, and every example use I can see for it is for linking the css document. And the descriptions are basically the same as the examples. I have a link bar that I would like to show up at the bottom of all the pages on my website. Could I put some sort of tag at the bottom to load the bar? I don't want to spend the time to add it to all my pages. Example: page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff Home videos software A menu bar like this on every page Okay, i have a menu down the left side of my webpage with numerous buttons. i want it so when i click a button, the image in the centre of the page will change to the image assigned to that button without opening a new page. any ideas? Hi, I have the following line in a php document and for whatever reason the "ENTER" text shows up in Firefox as a hyperlinked word but in IE it just shows up as normal text (however clicking on the text in IE still launches the swf). Can anyone offer some insight into how to remedy this problem? <div id = "enterblock"><font size = 6>                     <a href onclick="openFullScreen('EbbFlowTest.swf','dugFull','status=yes,scrollbars=yes');return false; self.close()" >ENTER</a></font><text>    (Flash player required)</div> Thanks, Mike I am a noobie on building sites. I have been messing with my site for a few months now. I am trying a new image rotator that has clickable buttons in it however I can not get them to link to something. Please tell me how I can link this tag so it goes to the desired location: <button type="button"><span><span><span>Get Packing!</span></span></span></button> I want to set up an ftp link. <a href="ftp://....."> How do I set this up incorporating the login name and password in the link? Thanks! Hello, I am creating a clickable link with an image for my site in order to display on other sites. I have managed to do it but I was wondering if somebody knows how to make the link pop up in a new window rather than open on the existing page. <a href="http://www.raphaelabramov.com/" title="Raphael Abramov Photography"><img src="http://farm6.static.flickr.com/5133/5462888784_7e944fca61.jpg" width="292" height="50" alt="Untitled-2" /></a> im fairly new to html, i need a code to make a link so when it is clicked on it opens the page in a new window. i completely forgot how to do this. Hey folks. So i'm pretty new to all this...so bare with me. but i would like to make a link where when the viewer clicks on it, it will redirect them further down the page. For Example: you click on "pictures" and then it will auto scroll you further down the page to where the pictures are. What is the html to do this? Thanks Alot. Cody |