Query string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    Query string

    Hi at all,
    How can I do to pass into a frame the query string?
    Infact I need to use the query string into a frame.
    Regards
    Peter


  • Andrew Thompson

    #2
    Re: Query string

    On Tue, 05 Oct 2004 09:01:12 GMT, Peter wrote:
    [color=blue]
    > How can I do to pass into a frame the query string?[/color]

    I suspect the following eaxample by Richard Cornford
    will work with or without frames..
    <http://google.com/groups?selm=cbs bgk%24m09%241%2 4830fa795%40new s.demon.co.uk>

    --
    Andrew Thompson
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.PhySci.org/ Open-source software suite
    http://www.1point1C.org/ Science & Technology
    http://www.lensescapes.com/ Images that escape the mundane

    Comment

    • Richard Cornford

      #3
      Re: Query string

      Andrew Thompson wrote:[color=blue]
      > Peter wrote:
      >[color=green]
      >> How can I do to pass into a frame the query string?[/color]
      >
      > I suspect the following eaxample by Richard Cornford
      > will work with or without frames..
      >[/color]
      <http://google.com/groups?selm=cbsbgk...5%40news.demon.
      co.uk>

      If the query sting is appended to the URL of the frameset then it would
      be necessary to substitute - parent.location - for - location -, but
      otherwise it should (subject to cross-domain/same-origin security
      restrictions in inter-frame communication).

      Richard.


      Comment

      Working...