What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Increasing links by a number

Increasing links by a number
Author: Message:
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Increasing links by a number
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 "javascript:<code>" into the address bar for it to show):

code:
var s = "";
var url = "http://xxxxxx.com/rxxxx/AAA";
var start = 399495790;
for(var i = 0; i < 50; i++) {
s += url + (start + i) + "<br/>";
}
document.write(s);

Change the 399495790 to change the first number it displays and the 50 to change how many it displays.

This post was edited on 04-27-2008 at 05:59 PM by deAd.
04-27-2008 05:57 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Increasing links by a number - by tony on 04-27-2008 at 04:24 PM
RE: Increasing links by a number - by Jesus on 04-27-2008 at 04:52 PM
RE: Increasing links by a number - by Spunky on 04-27-2008 at 04:54 PM
RE: Increasing links by a number - by Jesus on 04-27-2008 at 05:01 PM
RE: Increasing links by a number - by Ezra on 04-27-2008 at 05:27 PM
RE: Increasing links by a number - by tony on 04-27-2008 at 05:30 PM
RE: Increasing links by a number - by deAd on 04-27-2008 at 05:57 PM
RE: Increasing links by a number - by Jesus on 04-27-2008 at 06:07 PM
RE: Increasing links by a number - by tony on 04-27-2008 at 06:28 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On