Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Passing Variables through a frameset...
From: Bryan Rieger
Date: Tue, 11 Jul 2000 22:59:57 +0100

Helen,

Thanks for the input - in discussing it here we think we're going to try
something along the lines of your number one - with a twist. We're going to
pass the variable to the frameset, have the frameset pass the variable to
topFrame.html and have that file pass the variable through the object/embed
statement. This should all be doable using js/write statements.

Not elegant, but as we have no session or state it's nearly impossible to do
this elegantly.

I like the idea of ASP or CF, but on this project it just wouldn't be
practical.

Thanks again.

Cheers,

Bryan

on 7/11/00 5:33 PM, Helen Triolo at designerati-technica [dot] com wrote:

> Bryan,
>
> Two things come to mind as possibilities. One: since you can't get the
> variable from the frameset to the topframe html, how about calling the
> topframe html directly with the variable and including javascript in
> that file to open the frameset doc, like this :
>
> <script language="JavaScript">
> <!--
> if (parent.location.href == self.location.href)
> window.location.href = 'framesetdoc.html';
> //-->
> </script>
>
> (problem if user has js disabled, but not if that's how you're already
> opening the new window)
>
> Two: use ASP (you can run it fine from a laptop if you have PWS
> installed) and put code like this in the first frame tag of your
> frameset doc:
> <frame name="top"
> src="topframe.asp?frame=<%=request.querystring("framenumber")%>"
> frameborder="0" framespacing="0" marginwidth="0" marginheight="0">
>
> Regards,
> Helen
> ---------------------------------------------------


Bryan Rieger
Developer/Collaborator

Trapeze Media
http://www.trapeze.com/



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Passing Variables through a f, Helen Triolo

Replies
  Re: FLASH: Passing Variables through a f, Helen Triolo

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]