Hello Ingo
On 21-Jul-01, you wrote:
>>> When I scan the changes log it looks quite promision and I hope the js
>>> bugs preventing me to see my own homepage correctly are finally gone.
>>
>> They aren't.. but only because the code I thought we needed to fix
>> doesn't seem to be on your page anymore. As far as I can tell, going
>> to a page on your site loads up the frameset - and should pop back
>> to the index if location.search doesn't contain something magical. But
>> I don't see any code that does this :)
>
> Hmmm.. Didn't change that routine. The vital parts are:
>
> in e-index.html (or index.html):
>
> <script language="JavaScript" type="text/javascript">
> <!-- // ### Load Frameset if page was directly accessed ###
> var frameset_geladen = "skyynet";
> function SeiteLaden() {
> if(self.location.search.length > 0) {
> var Search_Laenge = self.location.search.length;
> var main_url = self.location.search.substring(1,Search_Laenge);
> self.main.location.href = main_url; }
> }
> //-->
> </script>
Ah-ho! It's in the main frameset?
> Further improvement of the JS code highly appreciated.
Okay. I'll look into it again now that I realise where that
SeiteLaden() code actually is (I managed to not find it in
searching for it ;)
At least one problem is solved in that V calls functions
across framesets properly - although it doesn't pass
arguments, it does seem that you don't require that :)
Thanks
--
Matt <[EMAIL PROTECTED]>
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE