Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer

2001-02-15 Thread Henrik Våglin
ssage - From: "Richard Bennett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 1:01 PM Subject: Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer > Hi, > That was a good example, so I finished it and added i

Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer

2001-02-15 Thread Doug Melvin
2001 10:58 PM Subject: [Dynapi-Help] Submitting Form Target to a DynAPI Layer > Hi .. > > I wish to know how to submit a form to target a different layer > from its orginating layer. > > eg: Two Layers on a page side-by-side > And a form is on one of those layers. > > I

Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer

2001-02-15 Thread Richard Bennett
dynapi - Original Message - From: "Henrik Våglin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 9:23 AM Subject: Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer > An idea I haven't been able to fully evalute as of >

Re: [Dynapi-Help] Submitting Form Target to a DynAPI Layer

2001-02-15 Thread Henrik Våglin
An idea I haven't been able to fully evalute as of yet: If you don't want to reload the page you should use a a) loadpanel or b) iframe (no NS4.x compability though). Then you should only use a querystring (which you construct from the form values and put together with the url of the reciveing sc

[Dynapi-Help] Submitting Form Target to a DynAPI Layer

2001-02-14 Thread Ramon Buckland
Hi .. I wish to know how to submit a form to target a different layer from its orginating layer. eg: Two Layers on a page side-by-side And a form is on one of those layers. I wish to submit the form to the other layer using it as the target in the form.. Any ideas ?