Increasing links by a number - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Increasing links by a number (/showthread.php?tid=83426) Increasing links by a number by tony on 04-27-2008 at 04:24 PM
Hello guys, anyone knows how to create an HTML page that does the following. RE: Increasing links by a number by Jesus on 04-27-2008 at 04:52 PM
you can use javascript for that. RE: Increasing links by a number by Spunky on 04-27-2008 at 04:54 PM
A JavaScript for loop with document.write("linkurl.com/"+i); should do it shouldn't it? RE: Increasing links by a number by Jesus on 04-27-2008 at 05:01 PM
quote:document.write may be easier indeed, depending on the site and what it's used for. RE: Increasing links by a number by Ezra on 04-27-2008 at 05:27 PM Or use PHP but then you can't add more after it has processed. RE: Increasing links by a number by tony on 04-27-2008 at 05:30 PM Samples? RE: Increasing links by a number by deAd on 04-27-2008 at 05:57 PM
Not sure if this is what you want, but this will display the first 50 numbers (if you use firefox you could put it all on one line and paste "javascriptcode>" into the address bar for it to show): code:Change the 399495790 to change the first number it displays and the 50 to change how many it displays. RE: Increasing links by a number by Jesus on 04-27-2008 at 06:07 PM
SLM's suggestion is probably the easiest way: code: though google could have told you that, too... edit: meh too slow RE: Increasing links by a number by tony on 04-27-2008 at 06:28 PM Thanks for your help, all of you. |