Re: OT: javascript help
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 53075
interpreted = N
texte = :) Argue? Nah, debating!What I was saying is that you can click a javascript link that will create apop-up window and not refresh the current parent window.
Click Here To AddYou can pass your variables to it and do the add via the pop-up. If you areinterested in adding multiple records at one time you can have links thatadd them to an array or use checkboxes that will take them with an OnSubmitand post them to the pop-up.OH and I forgot Ken that you can add these to remove what you call chrome:status= no, toolbar= no, location= no, menu= no, resizeable= no, scrollbars=noexample:
Click Here To Add----- Original Message ----- From: "Kalin Mintchev"
To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 9:06 AMSubject: Re: OT: javascript help> On Tue, 23 Sep 2003, WebDna @ wrote:>> > the submit back to itself should have the showif [action]=add] sort of> > context in the body. To show or hide the onLoad.>> aha. but the submit to itself does not match the "do not want the contents> of the main window to change" request... i'm not trying to argue but (and> i don't know the page) if the page has a bunch of images - of products and> such - might be slower. just passing variables to a plain submit page in a> hidden frame wont produce any visible change on the visitors browser....> and i'm usually against frames....>> >> > ----- Original Message -----> > From: "WebDna @" > > To: "WebDNA Talk" > > Sent: Tuesday, September 23, 2003 9:41 AM> > Subject: Re: OT: javascript help> >> >> > > Basically the cart page submits back to itself? If so inside theshowif> > > action=add sort of context something like this.> > >> > > > > > > > > > > > > > >> > > if you want to do the add on the popup and open it via a link do this:> > >> > > Click Here ToAdd> > >> > > Then you would take the added sku number and feed it to theaddlineitems> > in> > > the new window.> > >> > > RonnyMc> > >> > >> > >> > > ----- Original Message -----> > > From: "Kenneth Grome" > > > To: "WebDNA Talk" > > > Sent: Tuesday, September 23, 2003 8:24 AM> > > Subject: Re: OT: javascript help> > >> > >> > > > >On Tue, 23 Sep 2003, Kenneth Grome wrote:> > > > >> > > > >> I'm trying to post the form data to the server and then have the> > > > >> results returned and displayed in a new popup window (without> > chrome).> > > > >>> > > > >> It's for my "Add to cart"form. Basically I want the new popup> > window> > > > >> to says something like "Thanks you have added items a, b and cto> > > > >> your cart." But at the same time I do not want the contents ofthe> > > > >> main window to change.> > > > >hidden frames.> > > >> > > >> > > > As explained above, I need to display information to the visitor in> > > > the popup window, so using a hidden frame won't work for me.> > > > --> > > >> > > > Sincerely,> > > > Kenneth Grome> > > > -------------------------------------------------------------> > > > Outsource your WebDNA programming for $18 an hour or less!> > > > -------------------------------------------------------------> > > >> > > > -------------------------------------------------------------> > > > This message is sent to you because you are subscribed to> > > > the mailing list .> > > > To unsubscribe, E-mail to: > > > > To switch to the DIGEST mode, E-mail to> > > > > > > Web Archive of this list is at: http://webdna.smithmicro.com/> > >> > >> > > -------------------------------------------------------------> > > This message is sent to you because you are subscribed to> > > the mailing list .> > > To unsubscribe, E-mail to: > > > To switch to the DIGEST mode, E-mail to> > > > > Web Archive of this list is at: http://webdna.smithmicro.com/> >> >> > -------------------------------------------------------------> > This message is sent to you because you are subscribed to> > the mailing list .> > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://webdna.smithmicro.com/> >>>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
:) Argue? Nah, debating!What I was saying is that you can click a javascript link that will create apop-up window and not refresh the current parent window.Click Here To AddYou can pass your variables to it and do the add via the pop-up. If you areinterested in adding multiple records at one time you can have links thatadd them to an array or use checkboxes that will take them with an OnSubmitand post them to the pop-up.OH and I forgot Ken that you can add these to remove what you call chrome:status= no, toolbar= no, location= no, menu= no, resizeable= no, scrollbars=noexample:Click Here To Add----- Original Message ----- From: "Kalin Mintchev" To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 9:06 AMSubject: Re: OT: javascript help> On Tue, 23 Sep 2003, WebDna @ wrote:>> > the submit back to itself should have the showif [action]=add] sort of> > context in the body. To show or hide the onLoad.>> aha. but the submit to itself does not match the "do not want the contents> of the main window to change" request... i'm not trying to argue but (and> i don't know the page) if the page has a bunch of images - of products and> such - might be slower. just passing variables to a plain submit page in a> hidden frame wont produce any visible change on the visitors browser....> and i'm usually against frames....>> >> > ----- Original Message -----> > From: "WebDna @" > > To: "WebDNA Talk" > > Sent: Tuesday, September 23, 2003 9:41 AM> > Subject: Re: OT: javascript help> >> >> > > Basically the cart page submits back to itself? If so inside theshowif> > > action=add sort of context something like this.> > >> > > > > > > > > > > > > > >> > > if you want to do the add on the popup and open it via a link do this:> > >> > > Click Here ToAdd> > >> > > Then you would take the added sku number and feed it to theaddlineitems> > in> > > the new window.> > >> > > RonnyMc> > >> > >> > >> > > ----- Original Message -----> > > From: "Kenneth Grome" > > > To: "WebDNA Talk" > > > Sent: Tuesday, September 23, 2003 8:24 AM> > > Subject: Re: OT: javascript help> > >> > >> > > > >On Tue, 23 Sep 2003, Kenneth Grome wrote:> > > > >> > > > >> I'm trying to post the form data to the server and then have the> > > > >> results returned and displayed in a new popup window (without> > chrome).> > > > >>> > > > >> It's for my "Add to cart"form. Basically I want the new popup> > window> > > > >> to says something like "Thanks you have added items a, b and cto> > > > >> your cart." But at the same time I do not want the contents ofthe> > > > >> main window to change.> > > > >hidden frames.> > > >> > > >> > > > As explained above, I need to display information to the visitor in> > > > the popup window, so using a hidden frame won't work for me.> > > > --> > > >> > > > Sincerely,> > > > Kenneth Grome> > > > -------------------------------------------------------------> > > > Outsource your WebDNA programming for $18 an hour or less!> > > > -------------------------------------------------------------> > > >> > > > -------------------------------------------------------------> > > > This message is sent to you because you are subscribed to> > > > the mailing list .> > > > To unsubscribe, E-mail to: > > > > To switch to the DIGEST mode, E-mail to> > > > > > > Web Archive of this list is at: http://webdna.smithmicro.com/> > >> > >> > > -------------------------------------------------------------> > > This message is sent to you because you are subscribed to> > > the mailing list .> > > To unsubscribe, E-mail to: > > > To switch to the DIGEST mode, E-mail to> > > > > Web Archive of this list is at: http://webdna.smithmicro.com/> >> >> > -------------------------------------------------------------> > This message is sent to you because you are subscribed to> > the mailing list .> > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://webdna.smithmicro.com/> >>>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"WebDna @"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Not really WebCat (1997)
WebDNA update from Smith Micro (2002)
New public beta available (1997)
F3 crashing server (1997)
Sample Tearoom Search Error (1997)
pop up building with summarize (1998)
Norton Antivirus (1999)
Robots fill event log (1997)
Updating checkboxes made easy !!! (1998)
Summing fields (1997)
Formating found categories (1997)
Summarizing on two fields (1998)
[math] variable question (1997)
Nested tags count question (1997)
Upgrade Price Problems (2000)
OT (maybe) Setting up local (non internet) test computers (2000)
WebDNA won't start on reboot (2003)
attn: smitmicro - cart limitation (2002)
The beginning (1997)
[WebDNA] RE: webdna right click protect (2009)