Hello,![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
I'm developping a website, and i'm trying to do the following :![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
On my website, I have to let users list directory contents,
but the default IIS HTML generated is quite ugly, so I
wanted to have a layer containing this listing so I could still have access to top banner/menu etc ... That's why i thought layers would be the best.
The url would be :
I have tried with IFrames, and it almost works, I read the parameter in the adress using location.search, I manage to update the src attribute of the IFrame, and the folder listing shows up in the IFrame. The only problem is that when I try to use my top-menu (based on DIVs) when a sub-menu shows up, my IFrame disappears ...
my code is very simple :
Thanks for any help ...![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Floof
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
I'm developping a website, and i'm trying to do the following :
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
On my website, I have to let users list directory contents,
but the default IIS HTML generated is quite ugly, so I
wanted to have a layer containing this listing so I could still have access to top banner/menu etc ... That's why i thought layers would be the best.
The url would be :
I have tried with IFrames, and it almost works, I read the parameter in the adress using location.search, I manage to update the src attribute of the IFrame, and the folder listing shows up in the IFrame. The only problem is that when I try to use my top-menu (based on DIVs) when a sub-menu shows up, my IFrame disappears ...
my code is very simple :
Code:
<iframe id="FrameFolderView"></iframe>
<script language="javascript">
<!-- // Hide from Blablabla....
document.all.FrameFolderView.src=location.search.substring(1,location.search.length);
-->
</script>
Thanks for any help ...
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Floof