Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: referencing frames D'oh! - September 13, 1998 at 03:42:22

You are here: irt.org | BBS | Re: referencing frames D'oh! [This BBS is closed]

Posted by Del on September 13, 1998 at 03:42:22:

In Reply to: Re: referencing frames posted by Del on September 13, 1998 at 03:37:39:

I'd try this, but I could easily be wrong...

In order.html, put this in the head of it.

<script language="JavaScript">
[!--
function Bob () {
window.parent.frames.order.referral.value = window.parent.frames.hidden.email.value
}
//--]
</script>

Then, in the <body> tag (still in order.html) put this;

onLoad="Bob ()"

That should suck the info out of the hidden field, and put it into the referral text field, if that's what you were asking. Just remember to replace the [ and ] with < and >

Del
Follow-ups:

You are here: irt.org | BBS | Re: referencing frames D'oh! [This BBS is closed]

©2018 Martin Webb