User Profile
Collapse
-
That article realy helped. Thank you so much -
Thank for your help. It realy helped me.
this is the code that works fine in firefox and with the iframe pages from my domain:
[HTML]<html>
<script>
function Settext()
{
var selectedText=do cument.getEleme ntById('ifrmChi ld').contentWin dow.getSelectio n();
document.all("t xtIndex").value = selectedText;
}
</script>...Leave a comment:
-
iframe and javascript
Hi! i have a html page with a iframe. I want to be able to select some text from iframe and when i push a button outside the iframe the selected tet shoul be copied in a text field ( the text field is also outside the iframe). I searh for days how to cummunicate between the iframe and parrent - and nothing. I already have a function in javascript wich copies the selected text in a text field (the text field is outside the iframes).
...
No activity results to display
Show More
Leave a comment: