HTML javascript does not work! Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    HTML javascript does not work!

    AussieJay
    AussieJay
    Forumember


    Male Posts : 98
    Reputation : 0
    Language : English
    Location : Aus

    HTML javascript does not work! Empty HTML javascript does not work!

    Post by AussieJay May 31st 2007, 3:42 am

    ive tried and tried, but when i click the HTML raw editor (AA button) and then copy+paste javascript code, it doesnt show what im trying to get when i visit the page! thanks!

    ~AJ
    Caihlem
    Caihlem
    Energetic


    Male Posts : 8969
    Reputation : 342
    Language : English, French & Female
    Location : You can't fly like the phenix

    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by Caihlem May 31st 2007, 9:31 am

    HTMLhas been disactivated in many parts, so where have you tried to use it?
    avatar
    GeoX
    Guest


    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by GeoX May 31st 2007, 12:35 pm

    if u've tried to use it in the topics so it might be a bit difficult for it to appear correctly..it will need some modifications and to be embeded <embed...

    so try to use separated HTML pages and paste the codes in it, then link it to your topics

    do u know how to create HTML pages?!
    street legal racing
    street legal racing
    New Member


    Male Posts : 24
    Reputation : 0
    Language : swedish,english, little finnish

    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by street legal racing May 31st 2007, 2:05 pm

    i have the same problem :S, i am put the code in a html page i have made but when i submit the page and go in to it again the code desent there:S
    its this code:
    <script
    language="JavaScript"> <!--hide script supplied by hypergurl http://www.hypergurl.com
    var password; var pass1="hypergurl"; password=prompt('Enter your password
    in order to view this page!',' '); if (password==pass1) alert('Correct password,
    OK to enter!'); else { window.location="http://www.hypergurl.com"; }
    // end hide--> </script>
    avatar
    GeoX
    Guest


    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by GeoX May 31st 2007, 2:18 pm

    it should work, just don't forget to click on this [img]https://2img.net/i/fa/subsilver/wysiwyg/switchmode.gif/img] before you enter the code...im using the HTML pages and they work very fine....

    telll me..is that code for a password system?!..and what is it for dude?!
    street legal racing
    street legal racing
    New Member


    Male Posts : 24
    Reputation : 0
    Language : swedish,english, little finnish

    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by street legal racing May 31st 2007, 2:31 pm

    yee its like a code for a password system:P, i have push that button but it disapear when i save the page and go in to it again:S, and what it is for?, i am going to have it on a html page so unregistred members cant acess it, but i need to get that code working first :/
    AussieJay
    AussieJay
    Forumember


    Male Posts : 98
    Reputation : 0
    Language : English
    Location : Aus

    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by AussieJay June 1st 2007, 3:36 pm

    i have tried to use it on the homepage message, portal and general posts with no luck! can there be a way to have random display banners on the site?
    hikki
    hikki
    Forumember


    Male Posts : 77
    Reputation : 0
    Language : English, Spanish, Italian, Portugesse, German, France, Russian.
    Location : 77.897.945.789

    HTML javascript does not work! Empty Re: HTML javascript does not work!

    Post by hikki August 8th 2008, 3:12 am

    try to put your code like this:


    <html>
    <body>
    <script language="javascript">
    <!--hide script supplied by hypergurl http://www.hypergurl.com
    var password; var pass1="hypergurl"; password=prompt('Enter your password
    in order to view this page!',' '); if (password==pass1) alert('Correct password,
    OK to enter!'); else { window.location="http://www.hypergurl.com"; }
    // end hide--> </script>
    </body>
    </html>

    thats code for separate html/javascript.