sorry for my bad english...
i use frames sample 2 and everything works fine, only sites which are not on my server don't work. the submenus don't expand.
i use js code with absolut pathes there:
Code: Select all
<link rel="stylesheet" type="text/css" href="http://websites.milonic.com/muenster.de/~imoeller/frames.css">
<script type="text/javascript" src="http://www.muenster.de/~imoeller/milonic_src.js"></script>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=http://www.muenster.de/~imoeller/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=http://www.muenster.de/~imoeller/mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="http://www.muenster.de/~imoeller/menu_data_body.js"></script>
look at my site: the news links on the left. the local link works, the two external on different servers don't. what am i doing wrong?
lars[/code]