Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread honeybon
Thanks Raymond it's working now - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 2:24 AM Subject: Re: [Dynapi-Help] combine url with javascript command > > The attached file shou

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread Raymond Irving
The attached file should do the trick -- Raymond Irving --- honeybon <[EMAIL PROTECTED]> 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 doe

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread honeybon
lt;[EMAIL PROTECTED]> 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)==&q

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread Raymond Irving
t; > Honeybon > > - Original Message - > From: "honeybon" <[EMAIL PROTECTED]> > To: "Raymond Irving" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Sunday, March 02, 2003 3:01 PM > Subject: Re: [Dynapi-Help] combine url with &g

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread honeybon
be more clearer to understand what I mean. Honeybon - Original Message - From: "honeybon" <[EMAIL PROTECTED]> To: "Raymond Irving" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 3:01 PM Subject: Re: [Dynapi-Help] combine u

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread Raymond Irving
page > > - Original Message - > From: "Raymond Irving" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 02, 2003 1:52 PM > Subject: RE: [Dynapi-Help] combine url with > javascript command > > > > Hi, > >

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread honeybon
I added DynAPI.onLoad = function() { ,the mainpage loads, but not the external page - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 1:52 PM Subject: RE: [Dynapi-Help] combine url with javascript co

Re: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread Robelix
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 worki

RE: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread honeybon
t and then it calls the mainpage and then the mainpage puts the external page in the layer. -Original Message- From: Raymond Irving [mailto:[EMAIL PROTECTED] Sent: zondag 2 maart 2003 4:56 To: honeybon; [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] combine url with javascript com

RE: [Dynapi-Help] combine url with javascript command

2003-03-02 Thread Raymond Irving
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:[EMAIL PROTECTED] > Sent: zondag 2 maart 2003 4:56 > To: honeybon; [EMAIL PROT

Re: [Dynapi-Help] combine url with javascript command

2003-03-01 Thread Raymond Irving
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 <[EMAIL PROTECTED]> wrote: > Hello all. > > > > How do I combine the url of a page with links on it > that will open a > pa

[Dynapi-Help] combine url with javascript command

2003-03-01 Thread honeybon
 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='';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 si