P
Phantom_skulcave
Hi all. I know you'll probably laugh at this, but I can't get a simple child
browser to get the information from the parent browser.
I'm familiar with JavaScript, but let's just say, not fluent (to put it
mildly).
I've seen examples that say this should work:
var a = document.FirstForm.TextBox3.value;
this.TextBox3.value = a
But it just won't transfer the data on 'OnLoad'.
Can someone please help? Thanks, all.
browser to get the information from the parent browser.
I'm familiar with JavaScript, but let's just say, not fluent (to put it
mildly).
I've seen examples that say this should work:
var a = document.FirstForm.TextBox3.value;
this.TextBox3.value = a
But it just won't transfer the data on 'OnLoad'.
Can someone please help? Thanks, all.