User Profile

Collapse

Profile Sidebar

Collapse
rissaofthesaiyajin
rissaofthesaiyajin
Last Activity: Jul 27 '07, 05:14 PM
Joined: Jul 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The way to get your <a href = "www.example.co m" >linktext< /a > code to appear just like that, and NOT as a link (so your users can copy and paste it to make their own link) is to

    replace < with &lt;
    and replace > with &gt;

    So in this example, you'd have &lt; a href = "www.example.co m" &gt; linktext &lt; /a &gt;
    Obviously, you can remove the...
    See more | Go to post

    Leave a comment:


  • Get contents of HTML page in iframe, into Javascript variable

    I have a page with an iframe, and a Javascript function that I need to get the contents of the iframe - what I mean by that is, the text from the list.html file that's in the iframe. It's actually a list of numbers (no formatting) but I'm happy to take it as a text string and go from there... it could be a .txt file but I heard at one point that .html would work better. Trouble is, I can't work out how to access the contents of the iframe from the...
    See more | Go to post
No activity results to display
Show More
Working...