From: Robelix <ro...@gm...> - 2003-03-02 12:47:23
|
Am Sonntag, 2. M=E4rz 2003 00:28 schrieb honeybon: > How do I combine the url of a page with links on it that will open a > page in the dynlayer. I have used this line > javascript:document.location.href=3D'http://localhost/dynapi/tutorial/s >cro llpanel.htm';lp.setURL('page6.html'); but it's not working, does > have anyone an idea how to do this. I want to use it for creating a > sitemap, so that every page is loaded with the correct external page > in the layer. You could use urls like http://somewhere.xyz/main.html?page6.html. This=20 will load main.html, the "page6.html" argument will be passed to the=20 server, but if main.html is a (server side) static page it will just=20 load it. In the main.html you can extract the page to load from the=20 location.href. =2D-=20 Roland "Robelix" Obermayer Authorisierter Nichtdenker http://www.robelix.com ro...@gm... in...@ro... ro...@we... ro...@gm... ro...@gm... =46on: 0699/11542243 =2D- Documentation is like sex: When it is good, it is very, very good; and when it is bad, it is better than nothing. |