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:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: Increasing links by a number
SLM's suggestion is probably the easiest way:
code:
<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">
var i=1;
for (i=1; i<=10; i++)
{
document.write("<a href=\"http://www.yourwebsite.com/number" + i + "\">URL" + i + "</a><br>")
}
</script>
</body>
</html>

though google could have told you that, too...

edit: meh too slow:P

This post was edited on 04-27-2008 at 06:08 PM by Jesus.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
04-27-2008 06:07 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