From: honeybon <hon...@ho...> - 2003-03-01 23:27:54
|
Hello all. 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/scro 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. Thanks honeybon |
From: Raymond I. <xw...@ya...> - 2003-03-02 03:55:51
|
Try javascript:lp.setURL('page6.html'); ot you could execute the lp.setURL('page6.html'); during a page load by using DynAPI.onLoad. -- Raymond Irving --- honeybon <hon...@ho...> wrote: > Hello all. > > > > 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/scro > 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. > > > > Thanks honeybon > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: honeybon <hon...@ho...> - 2003-03-02 12:16:08
|
Thanks for you reply Raymond, Can you explain what you mean by using DynAPI.omload. Using javascript:lp.setURL('page6.html'); does not work because the mainpage has to be loaded first, and I have several mainpages with links on it. Should it be possible to load the external page first and then it calls the mainpage and then the mainpage puts the external page in the layer. -----Original Message----- From: Raymond Irving [mailto:xw...@ya...] Sent: zondag 2 maart 2003 4:56 To: honeybon; dyn...@li... Subject: Re: [Dynapi-Help] combine url with javascript command Try javascript:lp.setURL('page6.html'); ot you could execute the lp.setURL('page6.html'); during a page load by using DynAPI.onLoad. -- Raymond Irving --- honeybon <hon...@ho...> wrote: > Hello all. > > > > 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/scro > 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. > > > > Thanks honeybon > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: Raymond I. <xw...@ya...> - 2003-03-02 12:52:22
|
Hi, Thay should be DynAPI.onLoad. Have you read the documentations? http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting -- Raymond Irving --- honeybon <hon...@ho...> wrote: > Thanks for you reply Raymond, Can you explain what > you mean by using > DynAPI.omload. > > Using javascript:lp.setURL('page6.html'); does not > work because the > mainpage has to be loaded first, and I have several > mainpages with links > on it. > > Should it be possible to load the external page > first and then it calls > the mainpage and then the mainpage puts the external > page in the layer. > > -----Original Message----- > From: Raymond Irving [mailto:xw...@ya...] > Sent: zondag 2 maart 2003 4:56 > To: honeybon; dyn...@li... > Subject: Re: [Dynapi-Help] combine url with > javascript command > > > Try javascript:lp.setURL('page6.html'); > > ot you could execute the lp.setURL('page6.html'); > during a page load by using DynAPI.onLoad. > > -- > Raymond Irving > > > --- honeybon <hon...@ho...> wrote: > > Hello all. > > > > > > > > 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/scro > > 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. > > > > > > > > Thanks honeybon > > > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: honeybon <hon...@ho...> - 2003-03-02 14:02:04
|
I added DynAPI.onLoad = function() { ,the mainpage loads, but not the external page ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Sunday, March 02, 2003 1:52 PM Subject: RE: [Dynapi-Help] combine url with javascript command > Hi, > > Thay should be DynAPI.onLoad. Have you read the > documentations? > > http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials > > http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting > > -- > Raymond Irving > > --- honeybon <hon...@ho...> wrote: > > Thanks for you reply Raymond, Can you explain what > > you mean by using > > DynAPI.omload. > > > > Using javascript:lp.setURL('page6.html'); does not > > work because the > > mainpage has to be loaded first, and I have several > > mainpages with links > > on it. > > > > Should it be possible to load the external page > > first and then it calls > > the mainpage and then the mainpage puts the external > > page in the layer. > > > > -----Original Message----- > > From: Raymond Irving [mailto:xw...@ya...] > > Sent: zondag 2 maart 2003 4:56 > > To: honeybon; dyn...@li... > > Subject: Re: [Dynapi-Help] combine url with > > javascript command > > > > > > Try javascript:lp.setURL('page6.html'); > > > > ot you could execute the lp.setURL('page6.html'); > > during a page load by using DynAPI.onLoad. > > > > -- > > Raymond Irving > > > > > > --- honeybon <hon...@ho...> wrote: > > > Hello all. > > > > > > > > > > > > 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/scro > > > 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. > > > > > > > > > > > > Thanks honeybon > > > > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Raymond I. <xw...@ya...> - 2003-03-02 18:18:02
|
Please show us you code if you can so we can help. I don't know what it is that you're not doing right to get it to work. -- Raymond Irving --- honeybon <hon...@ho...> wrote: > I added DynAPI.onLoad = function() { ,the mainpage > loads, but not the > external page > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Sunday, March 02, 2003 1:52 PM > Subject: RE: [Dynapi-Help] combine url with > javascript command > > > > Hi, > > > > Thay should be DynAPI.onLoad. Have you read the > > documentations? > > > > > http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials > > > > > http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting > > > > -- > > Raymond Irving > > > > --- honeybon <hon...@ho...> wrote: > > > Thanks for you reply Raymond, Can you explain > what > > > you mean by using > > > DynAPI.omload. > > > > > > Using javascript:lp.setURL('page6.html'); does > not > > > work because the > > > mainpage has to be loaded first, and I have > several > > > mainpages with links > > > on it. > > > > > > Should it be possible to load the external page > > > first and then it calls > > > the mainpage and then the mainpage puts the > external > > > page in the layer. > > > > > > -----Original Message----- > > > From: Raymond Irving [mailto:xw...@ya...] > > > Sent: zondag 2 maart 2003 4:56 > > > To: honeybon; dyn...@li... > > > Subject: Re: [Dynapi-Help] combine url with > > > javascript command > > > > > > > > > Try javascript:lp.setURL('page6.html'); > > > > > > ot you could execute the > lp.setURL('page6.html'); > > > during a page load by using DynAPI.onLoad. > > > > > > -- > > > Raymond Irving > > > > > > > > > --- honeybon <hon...@ho...> wrote: > > > > Hello all. > > > > > > > > > > > > > > > > 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/scro > > > > 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. > > > > > > > > > > > > > > > > Thanks honeybon > > > > > > > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Tax Center - forms, calculators, tips, > more > > > http://taxes.yahoo.com/ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: honeybon <hon...@ho...> - 2003-03-02 19:32:15
|
Okay, i have create an example of what I mean, you can find it here: http://www.xs4all.nl/~flint/test/test/mainpage.html What you see on then is the mainpage with 3 links on it. When the mainpage is loaded, page1 is automatically loaded also. What I want is that I just have to type one url in the addressbar of Internet Explorer, included a command that will load the correct page in the dynlayer. For example. I want the mainpage loaded, and page 2 in the layer. with just one address that I type in the addressbar of the browser. One url for page 1 and one url for page 3. . I hope this will be more clearer to understand what I mean. Honeybon ----- Original Message ----- From: "honeybon" <hon...@ho...> To: "Raymond Irving" <xw...@ya...>; <dyn...@li...> Sent: Sunday, March 02, 2003 3:01 PM Subject: Re: [Dynapi-Help] combine url with javascript command > I added DynAPI.onLoad = function() { ,the mainpage loads, but not the > external page > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Sunday, March 02, 2003 1:52 PM > Subject: RE: [Dynapi-Help] combine url with javascript command > > > > Hi, > > > > Thay should be DynAPI.onLoad. Have you read the > > documentations? > > > > http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials > > > > http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting > > > > -- > > Raymond Irving > > > > --- honeybon <hon...@ho...> wrote: > > > Thanks for you reply Raymond, Can you explain what > > > you mean by using > > > DynAPI.omload. > > > > > > Using javascript:lp.setURL('page6.html'); does not > > > work because the > > > mainpage has to be loaded first, and I have several > > > mainpages with links > > > on it. > > > > > > Should it be possible to load the external page > > > first and then it calls > > > the mainpage and then the mainpage puts the external > > > page in the layer. > > > > > > -----Original Message----- > > > From: Raymond Irving [mailto:xw...@ya...] > > > Sent: zondag 2 maart 2003 4:56 > > > To: honeybon; dyn...@li... > > > Subject: Re: [Dynapi-Help] combine url with > > > javascript command > > > > > > > > > Try javascript:lp.setURL('page6.html'); > > > > > > ot you could execute the lp.setURL('page6.html'); > > > during a page load by using DynAPI.onLoad. > > > > > > -- > > > Raymond Irving > > > > > > > > > --- honeybon <hon...@ho...> wrote: > > > > Hello all. > > > > > > > > > > > > > > > > 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/scro > > > > 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. > > > > > > > > > > > > > > > > Thanks honeybon > > > > > > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Tax Center - forms, calculators, tips, more > > > http://taxes.yahoo.com/ > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Raymond I. <xw...@ya...> - 2003-03-02 22:11:12
|
Try the following quick fix solution: function getURLArguments(o) { // pass a string or frame/layer object var url,l={}; if (typeof(o)=="string") url = o; else if (is.ns4 && o.src) url = o.src; else if (o.document) url = o.document.location.href; else return l; var s = url.substring(url.indexOf('?')+1); var a = s.split('&'); for (var i=0;i<a.length;i++) { var b = a[i].split('='); l[b[0]] = unescape(b[1]); } return l; } var args = getURLArguments(window); var page=(args['page'])? args['page']:'page1.html'; lp.setHTML(page); With the above you can type mainpage.html?page=page1.html inside the address bar PS. DynAPI 3.0 will include such functions to get URL arguments. -- Raymond Irving --- honeybon <hon...@ho...> wrote: > Okay, i have create an example of what I mean, you > can find it here: > http://www.xs4all.nl/~flint/test/test/mainpage.html > > What you see on then is the mainpage with 3 links on > it. When the mainpage > is loaded, page1 is automatically loaded also. > > What I want is that I just have to type one url in > the addressbar of > Internet Explorer, included a command that will load > the correct page in the > dynlayer. For example. I want the mainpage loaded, > and page 2 in the layer. > with just one address that I type in the addressbar > of the browser. One url > for page 1 and one url for page 3. . I hope this > will be more clearer to > understand what I mean. > > Honeybon > > ----- Original Message ----- > From: "honeybon" <hon...@ho...> > To: "Raymond Irving" <xw...@ya...>; > <dyn...@li...> > Sent: Sunday, March 02, 2003 3:01 PM > Subject: Re: [Dynapi-Help] combine url with > javascript command > > > > I added DynAPI.onLoad = function() { ,the mainpage > loads, but not the > > external page > > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: <dyn...@li...> > > Sent: Sunday, March 02, 2003 1:52 PM > > Subject: RE: [Dynapi-Help] combine url with > javascript command > > > > > > > Hi, > > > > > > Thay should be DynAPI.onLoad. Have you read the > > > documentations? > > > > > > > http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials > > > > > > > http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting > > > > > > -- > > > Raymond Irving > > > > > > --- honeybon <hon...@ho...> wrote: > > > > Thanks for you reply Raymond, Can you explain > what > > > > you mean by using > > > > DynAPI.omload. > > > > > > > > Using javascript:lp.setURL('page6.html'); does > not > > > > work because the > > > > mainpage has to be loaded first, and I have > several > > > > mainpages with links > > > > on it. > > > > > > > > Should it be possible to load the external > page > > > > first and then it calls > > > > the mainpage and then the mainpage puts the > external > > > > page in the layer. > > > > > > > > -----Original Message----- > > > > From: Raymond Irving > [mailto:xw...@ya...] > > > > Sent: zondag 2 maart 2003 4:56 > > > > To: honeybon; > dyn...@li... > > > > Subject: Re: [Dynapi-Help] combine url with > > > > javascript command > > > > > > > > > > > > Try javascript:lp.setURL('page6.html'); > > > > > > > > ot you could execute the > lp.setURL('page6.html'); > > > > during a page load by using DynAPI.onLoad. > > > > > > > > -- > > > > Raymond Irving > > > > > > > > > > > > --- honeybon <hon...@ho...> wrote: > > > > > Hello all. > > > > > > > > > > > > > > > > > > > > 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/scro > > > > > 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. > > > > > > > > > > > > > > > > > > > > Thanks honeybon > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Tax Center - forms, calculators, tips, > more > > > > http://taxes.yahoo.com/ > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Tax Center - forms, calculators, tips, > more > > > http://taxes.yahoo.com/ > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: honeybon <hon...@ho...> - 2003-03-03 00:13:19
|
http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page1.html this works, but when I want to change to page2 http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page2.html, it does not work. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Sunday, March 02, 2003 11:11 PM Subject: Re: [Dynapi-Help] combine url with javascript command > > Try the following quick fix solution: > > function getURLArguments(o) { // pass a string or > frame/layer object > var url,l={}; > if (typeof(o)=="string") url = o; > else if (is.ns4 && o.src) url = o.src; > else if (o.document) url = o.document.location.href; > else return l; > var s = url.substring(url.indexOf('?')+1); > var a = s.split('&'); > for (var i=0;i<a.length;i++) { > var b = a[i].split('='); > l[b[0]] = unescape(b[1]); > } > return l; > } > > var args = getURLArguments(window); > > var page=(args['page'])? args['page']:'page1.html'; > > lp.setHTML(page); > > > With the above you can type > mainpage.html?page=page1.html inside the address bar > > > PS. DynAPI 3.0 will include such functions to get URL > arguments. > > -- > Raymond Irving > > --- honeybon <hon...@ho...> wrote: > > Okay, i have create an example of what I mean, you > > can find it here: > > http://www.xs4all.nl/~flint/test/test/mainpage.html > > > > What you see on then is the mainpage with 3 links on > > it. When the mainpage > > is loaded, page1 is automatically loaded also. > > > > What I want is that I just have to type one url in > > the addressbar of > > Internet Explorer, included a command that will load > > the correct page in the > > dynlayer. For example. I want the mainpage loaded, > > and page 2 in the layer. > > with just one address that I type in the addressbar > > of the browser. One url > > for page 1 and one url for page 3. . I hope this > > will be more clearer to > > understand what I mean. > > > > Honeybon > > > > ----- Original Message ----- > > From: "honeybon" <hon...@ho...> > > To: "Raymond Irving" <xw...@ya...>; > > <dyn...@li...> > > Sent: Sunday, March 02, 2003 3:01 PM > > Subject: Re: [Dynapi-Help] combine url with > > javascript command > > > > > > > I added DynAPI.onLoad = function() { ,the mainpage > > loads, but not the > > > external page > > > > > > ----- Original Message ----- > > > From: "Raymond Irving" <xw...@ya...> > > > To: <dyn...@li...> > > > Sent: Sunday, March 02, 2003 1:52 PM > > > Subject: RE: [Dynapi-Help] combine url with > > javascript command > > > > > > > > > > Hi, > > > > > > > > Thay should be DynAPI.onLoad. Have you read the > > > > documentations? > > > > > > > > > > > http://dynapi.sourceforge.net/doccenter/index.php?DynAPITutorials > > > > > > > > > > > http://dynapi.sourceforge.net/doccenter/index.php?TroubleShooting > > > > > > > > -- > > > > Raymond Irving > > > > > > > > --- honeybon <hon...@ho...> wrote: > > > > > Thanks for you reply Raymond, Can you explain > > what > > > > > you mean by using > > > > > DynAPI.omload. > > > > > > > > > > Using javascript:lp.setURL('page6.html'); does > > not > > > > > work because the > > > > > mainpage has to be loaded first, and I have > > several > > > > > mainpages with links > > > > > on it. > > > > > > > > > > Should it be possible to load the external > > page > > > > > first and then it calls > > > > > the mainpage and then the mainpage puts the > > external > > > > > page in the layer. > > > > > > > > > > -----Original Message----- > > > > > From: Raymond Irving > > [mailto:xw...@ya...] > > > > > Sent: zondag 2 maart 2003 4:56 > > > > > To: honeybon; > > dyn...@li... > > > > > Subject: Re: [Dynapi-Help] combine url with > > > > > javascript command > > > > > > > > > > > > > > > Try javascript:lp.setURL('page6.html'); > > > > > > > > > > ot you could execute the > > lp.setURL('page6.html'); > > > > > during a page load by using DynAPI.onLoad. > > > > > > > > > > -- > > > > > Raymond Irving > > > > > > > > > > > > > > > --- honeybon <hon...@ho...> wrote: > > > > > > Hello all. > > > > > > > > > > > > > > > > > > > > > > > > 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/scro > > > > > > 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. > > > > > > > > > > > > > > > > > > > > > > > > Thanks honeybon > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > Do you Yahoo!? > > > > > Yahoo! Tax Center - forms, calculators, tips, > > more > > > > > http://taxes.yahoo.com/ > > > > > > > > > > > > > > __________________________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Tax Center - forms, calculators, tips, > > more > > > > http://taxes.yahoo.com/ > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Dynapi-Help mailing list > > > > Dyn...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: Raymond I. <xw...@ya...> - 2003-03-03 01:24:17
Attachments:
mainpage.zip
|
The attached file should do the trick -- Raymond Irving --- honeybon <hon...@ho...> wrote: > http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page1.html > this > works, but when I want to change to page2 > http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page2.html, > it does > not work. > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
From: honeybon <hon...@ho...> - 2003-03-03 01:41:43
|
Thanks Raymond it's working now ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Monday, March 03, 2003 2:24 AM Subject: Re: [Dynapi-Help] combine url with javascript command > > The attached file should do the trick > > -- > Raymond Irving > > --- honeybon <hon...@ho...> wrote: > > > http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page1.html > > this > > works, but when I want to change to page2 > > > http://www.xs4all.nl/~flint/test/test/mainpage.html?page=page2.html, > > it does > > not work. > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ |
From: Arijit D. <ad...@pr...> - 2003-03-03 16:00:43
|
Hi all, Sorry for the basic questions, but I'v been off the list for a while... 1. From where do I download 2.9? 2. I know it's not an official release, but is it stable enough to use for basic functions? (inline layers, loadpanel, movement, scrolling) 3. I hesitate to ask this, but is there any documentation on the changes is method (from a usage point of view) from 2.5.7 to 2.9? Thanks! Arijit Protein Media Inc. tel:202.462.4700 cel:202.441.0764 eml:ad...@pr... web:www.proteinmedia.com |
From: Raymond I. <xw...@ya...> - 2003-03-03 18:52:35
|
--- Arijit Das <ad...@pr...> wrote: > Hi all, > > Sorry for the basic questions, but I'v been off the > list for a while... > > 1. From where do I download 2.9? http://prdownloads.sourceforge.net/dynapi/dynapi-2.9.zip?download > 2. I know it's not an official release, but is it > stable enough to use for > basic functions? (inline layers, loadpanel, > movement, scrolling) Well not much widgets as yet. > 3. I hesitate to ask this, but is there any > documentation on the changes is > method (from a usage point of view) from 2.5.7 to > 2.9? Yes, see the changelog inside the docs/ folder. -- Raymond Irving > > Thanks! > > Arijit > > > Protein Media Inc. > > tel:202.462.4700 > cel:202.441.0764 > eml:ad...@pr... > web:www.proteinmedia.com > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |
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. |