-
Editng Value In Frame
What's Up?
OK, So New to java and wondered if you can help me, You see when your editng a value of a text field when not in a frame tag, You would use.
Code:
<script type="text/javascript">
function call() {
post.subject.value="Text";
}
</script>
But How'd you do it inside of a <frame> Tag?
Thanks Bye.
-
You've got a JavaScript question here not a Java question. The two are completely different languages that unfortunately have a similar name. I recommend that you Google for a Javascript forum where you'll have a much better chance of getting this question answered. Much luck!