[thelist] (FRAMES) Sending parameters to the QueryString of a child

Scott Brady evolt at scottbrady.net
Tue Jan 28 12:32:43 CST 2003


From: "Tab Alleman" <Tab.Alleman at MetroGuide.com>

>Suppose I want to create a link to a frameset, (say, Default.html) and
>one of the child frames contains an ASP script (say, Child1.asp) to
>which I want to send parameters (say, foo=bar) via the QueryString.
>
>Can it be done?  Cause <a href="default.html?foo=bar">Doesn't do it</a>.

You'd do it by re-calling Child1.asp within the frameset:

top.frames[1].src = 'Child1.asp?foo=bar';

Scott Brady




More information about the thelist mailing list