Ask Experts Questions for FREE Help !
Ask
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #61

    Aug 27, 2009, 12:17 AM

    Yes
    hheath541's Avatar
    hheath541 Posts: 2,762, Reputation: 584
    Experts
     
    #62

    Aug 27, 2009, 12:17 AM

    When I put the coding on my web site it's visible.
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #63

    Aug 27, 2009, 12:18 AM
    You tell me... I'm lost lol
    hheath541's Avatar
    hheath541 Posts: 2,762, Reputation: 584
    Experts
     
    #64

    Aug 27, 2009, 12:19 AM

    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."
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #65

    Aug 27, 2009, 12:19 AM
    Quote Originally Posted by hheath541 View Post
    when i put the coding on my web site it's visible.
    What software are you using?
    hheath541's Avatar
    hheath541 Posts: 2,762, Reputation: 584
    Experts
     
    #66

    Aug 27, 2009, 12:21 AM

    I'm using Google sites.
    Clough's Avatar
    Clough Posts: 26,677, Reputation: 1649
    Uber Member
     
    #67

    Aug 27, 2009, 12:24 AM
    I'm gone from this thread.

    Thank you!
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #68

    Aug 27, 2009, 12:26 AM

    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
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #69

    Aug 27, 2009, 12:29 AM
    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
    morgaine300's Avatar
    morgaine300 Posts: 6,561, Reputation: 276
    Uber Member
     
    #70

    Aug 27, 2009, 12:30 AM
    Quote Originally Posted by mpolo View Post
    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. :)
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #71

    Aug 27, 2009, 12:32 AM
    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
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #72

    Aug 27, 2009, 12:35 AM
    OK, I am on central time and it about 2:35 am, I can help you guys up but my wife is tired
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #73

    Aug 27, 2009, 12:36 AM
    night you all
    Clough's Avatar
    Clough Posts: 26,677, Reputation: 1649
    Uber Member
     
    #74

    Aug 27, 2009, 12:51 AM
    Good Night to you, mpolo!

    Thanks!
    hheath541's Avatar
    hheath541 Posts: 2,762, Reputation: 584
    Experts
     
    #75

    Aug 27, 2009, 12:52 AM

    Night, and thank you.
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #76

    Aug 27, 2009, 05:44 AM
    Morning all!!
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #77

    Aug 27, 2009, 05:48 AM

    And please give some "feedback"
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #78

    Aug 27, 2009, 05:50 AM

    BTW. I got a very good email marketing software.
    mpolo's Avatar
    mpolo Posts: 117, Reputation: -3
    Junior Member
     
    #79

    Aug 27, 2009, 05:51 AM
    Quote Originally Posted by Clough View Post
    Good Night to you, mpolo!

    Thanks!
    Thank you!
    hheath541's Avatar
    hheath541 Posts: 2,762, Reputation: 584
    Experts
     
    #80

    Aug 27, 2009, 05:51 AM
    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Promoting resort [ 6 Answers ]

How do I write a good marketing letter about promoting my resort to various corporate companies?

Letter promoting business [ 2 Answers ]

Hi, I have started a business from home. Could I get help formatting a letter to businesses informing them of the services offered. Thank you,

Promoting healing [ 5 Answers ]

My 14 yr. old son plays sports and is constantly bruised or has muscle aches and sprains is there vitamins or any alternative to promote healing? I am concerned about giving him anti imflamatory meds

Event promoting [ 2 Answers ]

Do give the details of my event to the nightclub owner before the club is booked??


View more questions Search