l_kris06
02-05-2009, 08:22 PM
Hi all,
I have an page with an iframe, and the iframe src file has few textfields and i want to get at that. how do i get its values?
for example:
page A:
<html>
<head>
<script type="text/javascript">
<!--
function convertText() {
document.SampleForm.myText.value = document.SampleForm.myText.value.toUpperCase()
}
-->
</script>
</head>
<iframe scrolling="no" src="po.php" name="fr1" id="fr1"></iframe>
</html>
po.php has a textfield[myText]. I want to get at this value. any help would be appreciated it.
Best,
Kris
I have an page with an iframe, and the iframe src file has few textfields and i want to get at that. how do i get its values?
for example:
page A:
<html>
<head>
<script type="text/javascript">
<!--
function convertText() {
document.SampleForm.myText.value = document.SampleForm.myText.value.toUpperCase()
}
-->
</script>
</head>
<iframe scrolling="no" src="po.php" name="fr1" id="fr1"></iframe>
</html>
po.php has a textfield[myText]. I want to get at this value. any help would be appreciated it.
Best,
Kris