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 <
and replace > with >
So in this example, you'd have < a href = "www.example.co m" > linktext < /a >
Obviously, you can remove the...
User Profile
Collapse
-
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...
No activity results to display
Show More
Leave a comment: