The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

RPG Page script

2 posters

Go down

RPG Page script Empty RPG Page script

Post by JDC August 31st 2011, 10:13 pm

I have made a script for so it displays a message based on the url. However, I'm having some trouble getting the script to work...

I want the script to display a message on a specific user's RPG page. It works partly, but the message only shows when generating the RPG page, not viewing it.

Code:

<script type="text/javascript" language="JavaScript">

  function beginLocal(url)
  {
    url = document.URL;
    if (url)
    document.writeln("\<!--");
  }
  function endLocal(url)
  {
    url = document.URL;
    if (url)
    document.writeln("--\>");
  }
</script>
Code:

<script type="text/javascript">
  beginLocal(/u1rpgsheet);
</script>
            <p>test</p>
           
<script type="text/javascript">
  endLocal(/u1rpgsheet);
</script>

Can anyone tell me what is wrong with the script? It's not putting the message on the right url for some reason...
(I added this to the RPG page template)
avatar
JDC
Forumember

Posts : 46
Reputation : 0
Language : English

Back to top Go down

RPG Page script Empty Re: RPG Page script

Post by JDC September 4th 2011, 5:55 pm

Well any answer?
avatar
JDC
Forumember

Posts : 46
Reputation : 0
Language : English

Back to top Go down

RPG Page script Empty Re: RPG Page script

Post by JDC September 8th 2011, 9:02 pm

Uh? Anyone?
avatar
JDC
Forumember

Posts : 46
Reputation : 0
Language : English

Back to top Go down

RPG Page script Empty Re: RPG Page script

Post by JDC September 17th 2011, 6:48 pm

Please? I would need help with this.
avatar
JDC
Forumember

Posts : 46
Reputation : 0
Language : English

Back to top Go down

RPG Page script Empty Re: RPG Page script

Post by LGforum September 18th 2011, 2:35 am

Your function isn't being called upon.
You need to add this to your head or body tag:

Code:

<body onload="beginLocal()">
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum