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.

Java scripts

2 posters

Go down

Java scripts Empty Java scripts

Post by allaa February 7th 2009, 6:30 pm

Hi everyone,
I have just come across some java scripts that allow creating blinking, scrolling or burning texts they also help to create boxes to write inside them , flash menues and other interesting things. I have tried them in html pages and they are working fine . but when i tried to make use of these scripts when i post my own message on the forum, i just see the script. I really wonder i these scripts are only working on html pages or i can use them when posting the messages.
Thanks in advance.
avatar
allaa
Forumember

Posts : 62
Reputation : 0
Language : English

Back to top Go down

Java scripts Empty Re: Java scripts

Post by Sanket February 7th 2009, 7:27 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Java scripts Empty Re: Java scripts

Post by allaa February 7th 2009, 8:06 pm

Thank you sir for answering, but the html are already activated in the email & mesaages as well as in the profile.
avatar
allaa
Forumember

Posts : 62
Reputation : 0
Language : English

Back to top Go down

Java scripts Empty Re: Java scripts

Post by Sanket February 7th 2009, 8:34 pm

Okay, i think probably you can't use the ones which you are using for messages. If someone, else has any other answers plz do reply.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Java scripts Empty Re: Java scripts

Post by Guest February 7th 2009, 8:39 pm

We need to see the scripts.
avatar
Guest
Guest


Back to top Go down

Java scripts Empty Re: Java scripts

Post by allaa February 7th 2009, 8:41 pm

i don't know if forumotion rules allow to provide some examples of these scripts here!
avatar
allaa
Forumember

Posts : 62
Reputation : 0
Language : English

Back to top Go down

Java scripts Empty Re: Java scripts

Post by allaa February 7th 2009, 9:09 pm

this is an example of these scripts
Code:
<script language="Javascript">
// Ce script et d'autres sont sur le code java - Gratuit
//Le code java - http://www.lecodejava.com
<!-- begin
var max=0;
function textlist()
{
max=textlist.arguments.length; for (i=0; i<max; i++) this[i]=textlist.arguments[i];
}
tl=new textlist
(
"Bienvenue sur le code java!" // votre message ici
);
var x=0; pos=0;
var l=tl[0].length;
function textticker()
{
document.tickform.tickfield.value=tl[x].substring(0,pos)+"_";
if(pos++==l)
{
pos=0;
setTimeout("textticker()",1000);
x++;
if(x==max)
x=0;
l=tl[x].length;
} else
setTimeout("textticker()",50);
}
// end -->
</script>
<script LANGUAGE="Javascript">
<!--
document.write("<FORM NAME=\"tickform\">");
document.write("<INPUT TYPE=\"TEXT\" NAME=\"tickfield\" SIZE=\"30\">");
document.write("</FORM>");
textticker();
//-->
</script>
avatar
allaa
Forumember

Posts : 62
Reputation : 0
Language : English

Back to top Go down

Java scripts Empty Re: Java scripts

Post by allaa February 8th 2009, 11:06 am

any help please!!!!!
avatar
allaa
Forumember

Posts : 62
Reputation : 0
Language : English

Back to top Go down

Java scripts Empty Re: Java scripts

Post by Sanket February 8th 2009, 1:14 pm

Nopes, that script is not working.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Java scripts Empty Re: Java scripts

Post by Guest February 8th 2009, 2:26 pm

True, this script wont work on Forumotion. It looks like in order for the code to work on these boards. It has to be broken up. And placed in different areas.

Edit: it dont even work when I place code as in in template editing.
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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