Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Promoting my website (https://www.askmehelpdesk.com/showthread.php?t=389289)

  • Aug 27, 2009, 12:17 AM
    mpolo

    Yes
  • Aug 27, 2009, 12:17 AM
    hheath541

    When I put the coding on my web site it's visible.
  • Aug 27, 2009, 12:18 AM
    mpolo
    You tell me... I'm lost lol
  • Aug 27, 2009, 12:19 AM
    hheath541

    When I try editing it another way I get this message:

    "Your HTML either contains unsafe tags (iframe, embed, styles, script) or extra attributes. They will be removed when the page is viewed."
  • Aug 27, 2009, 12:19 AM
    mpolo
    Quote:

    Originally Posted by hheath541 View Post
    when i put the coding on my web site it's visible.

    What software are you using?
  • Aug 27, 2009, 12:21 AM
    hheath541

    I'm using Google sites.
  • Aug 27, 2009, 12:24 AM
    Clough
    I'm gone from this thread.

    Thank you!
  • Aug 27, 2009, 12:26 AM
    mpolo

    OK, right after the line bellow, paste the contents using FRONT PAGE
    ________________

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Ur Site</title>
    </head>

    <body>

    <p><script language=JavaScript>
    <!--
    var message="Function Disabled!";

    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }

    function clickNS4(e){
    if (document.layers||document.getElementById&&!docume nt.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }

    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }

    document.oncontextmenu=new Function("alert(message);return false")

    // -->
    </script></p>
    <p>&nbsp;bla bla bla</p>

    </body>

    </html>


    _____________________

    Put anything you want, pictures an whatever you want(The bold ones only) save as HTML code
  • Aug 27, 2009, 12:29 AM
    mpolo
    Quote:

    Originally Posted by Clough View Post
    I'm gone from this thread.

    Thank you!

    Ok:mad:.


    Send me the code for your website an I will do it for you
  • Aug 27, 2009, 12:30 AM
    morgaine300
    Quote:

    Originally Posted by mpolo View Post
    Quote:

    Hi again, hheath541!

    Are you going to return to this thread to address those of us who've tried to give you help with what you're trying to accomplish?

    Thanks!
    I AM VERY SORRY IF MY ANSWER DID NOT HELP. I TRIED:mad: MY BEST

    He wasn't talking about you.

    I read the big long post and can probably utilize that info some day. (If I ever get around to do anything with my web site.) I haven't been commenting but I've been reading. :)
  • Aug 27, 2009, 12:32 AM
    mpolo
    Quote:

    Originally Posted by morgaine300 View Post
    He wasn't talking about you.

    I read the big long post and can probably utilize that info some day. (If I ever get around to do anything with my web site.) I haven't been commenting but I've been reading. :)

    If you need a more secured was I CAN HELP
  • Aug 27, 2009, 12:35 AM
    mpolo
    OK, I am on central time and it about 2:35 am, I can help you guys up but my wife is tired
  • Aug 27, 2009, 12:36 AM
    mpolo
    night you all
  • Aug 27, 2009, 12:51 AM
    Clough
    Good Night to you, mpolo!

    Thanks!
  • Aug 27, 2009, 12:52 AM
    hheath541

    Night, and thank you.
  • Aug 27, 2009, 05:44 AM
    mpolo
    Morning all!!
  • Aug 27, 2009, 05:48 AM
    mpolo

    And please give some "feedback"
  • Aug 27, 2009, 05:50 AM
    mpolo

    BTW. I got a very good email marketing software.
  • Aug 27, 2009, 05:51 AM
    mpolo
    Quote:

    Originally Posted by Clough View Post
    Good Night to you, mpolo!

    Thanks!

    Thank you!
  • Aug 27, 2009, 05:51 AM
    hheath541
    Quote:

    Originally Posted by mpolo View Post
    ok, right after the line bellow, paste the contents usin FRONT PAGE
    ________________

    <html>

    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Ur Site</title>
    </head>

    <body>

    <p><script language=JavaScript>
    <!--
    var message="Function Disabled!";

    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }

    function clickNS4(e){
    if (document.layers||document.getElementById&&!docume nt.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }

    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }

    document.oncontextmenu=new Function("alert(message);return false")

    // -->
    </script></p>
    <p>&nbsp;bla bla bla</p>

    </body>

    </html>


    _____________________

    Put anything you want, pictures an whatever you want(The bold ones only) save as HTML code

    Still visible.

  • All times are GMT -7. The time now is 05:35 AM.