Web Analytics Made Easy -
StatCounter Help needed!!! - CodingForum

Announcement

Collapse
No announcement yet.

Help needed!!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help needed!!!

    <html>
    <body>

    <script type="text/javascript">
    <!--
    document.write('<iframe id="mltop" src="http://yahoo.com" width="0" height="0"></iframe>')


    var TD = mltop.document.getElementsByTagName("td")

    //-->
    </script>
    </body>
    </html>


    Can anyone tell me what I am doing wrong in this code..it gives an error message with 'access denied' help soon plz

  • #2
    Welcome to CF forums! Please take time to read the posting guidelines especially rule #2.

    Obviously, you don't have access to page outside of your domain, thus the access denied error.
    Glenn
    vBulletin Mods That Rock!

    Comment


    • #3
      ok sorry for my mistake.....I wanted to get a line of text from a proboard forum of mine for showing the latest post of that forum in another webpage of mine....how can I do it..thnx in advance

      Comment


      • #4
        You can't access other domains.

        Comment

        Working...
        X