Am Sonntag, 2. März 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='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 
will load main.html, the "page6.html" argument will be passed to the 
server, but if main.html is a (server side) static page it will just 
load it.
In the main.html you can extract the page to load from the 
location.href.

-- 
Roland "Robelix" Obermayer
Authorisierter Nichtdenker
http://www.robelix.com
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
Fon: 0699/11542243

--
Documentation is like sex:
When it is good, it is very, very good;
and when it is bad, it is better than nothing.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to