Hi David,
That code sure looks good and I gave it a try-it only loads the left 
frame.  My code loads all the frames, but the problem is that it always 
loads the default file in the main frame, instead of finding and using the 
passed url string.
Any other thoughts?
Thanks,
Kathy


At 08:20 PM 8/10/02, David Blakey wrote:
>Doesn't the second frameset have to contained with a frame of the first 
>frameset?
>Like:
>
>>document.write('<frameset rows="*" cols="156,*" frameborder="NO" border="0"
>>framespacing="0">');
>>document.write('<frame src="Left.htm" name="left" scrolling="NO" noresize
>>title="left">');
>
>document.write ('</frame>');
>document.write ('<frame>');
>
>>document.write('<frameset rows="159,*" cols="*" framespacing="0"
>>frameborder="NO" border="0">');
>>document.write('<frame src="Top.htm" name="top" scrolling="NO" noresize
>>title="top">');
>
>document.write ('</frame>');
>
>>document.write(
>>'<frame src="' +
>>(location.search ? location.search.substring(1):"home") +
>>'.htm" name="main">'
>>);
>
>document.write ('</frame>');
>
>>document.write('<\/frameset>');
>
>document.write ('</frame>');
>
>>document.write('<\/frameset>');
>
>
>Regards,
>David
>
>
>____ � The WDVL Discussion List from WDVL.COM � ____
>To Join wdvltalk, Send An Email To: 
>mailto:[EMAIL PROTECTED]       Send Your Posts To: 
>[EMAIL PROTECTED]
>To change subscription settings to the wdvltalk digest version:
>    http://wdvl.internet.com/WDVL/Forum/#sub
>
>________________  http://www.wdvl.com  _______________________
>
>You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
>To unsubscribe send a blank email to %%email.unsub%%



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to