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 a pop-up window and not refresh the current parent window. Click Here To Add You can pass your variables to it and do the add via the pop-up. If you are interested in adding multiple records at one time you can have links that add them to an array or use checkboxes that will take them with an OnSubmit and 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= no example: Click Here To Add ----- Original Message ----- From: "Kalin Mintchev" To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 9:06 AM Subject: 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 the showif > > > 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 To Add > > > > > > Then you would take the added sku number and feed it to the addlineitems > > 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 c to > > > > >> your cart." But at the same time I do not want the contents of the > > > > >> 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:

    
  1. Re: OT: javascript help ( Kenneth Grome 2003)
  2. Re: OT: javascript help ( Kenneth Grome 2003)
  3. Re: OT: javascript help ( Kalin Mintchev 2003)
  4. Re: OT: javascript help ( "WebDna @" 2003)
  5. Re: OT: javascript help ( "WebDna @" 2003)
  6. Re: OT: javascript help ( Kenneth Grome 2003)
  7. Re: OT: javascript help ( Kalin Mintchev 2003)
  8. Re: OT: javascript help ( "WebDna @" 2003)
  9. Re: OT: javascript help ( "WebDna @" 2003)
  10. Re: OT: javascript help ( "WebDna @" 2003)
  11. Re: OT: javascript help ( Kenneth Grome 2003)
  12. Re: OT: javascript help ( Kenneth Grome 2003)
  13. Re: OT: javascript help ( Kalin Mintchev 2003)
  14. Re: OT: javascript help ( "WebDna @" 2003)
  15. Re: OT: javascript help ( Kalin Mintchev 2003)
  16. Re: OT: javascript help ( "WebDna @" 2003)
  17. Re: OT: javascript help ( "WebDna @" 2003)
  18. Re: OT: javascript help ( "Dan Strong" 2003)
  19. Re: OT: javascript help ( Donovan 2003)
  20. Re: OT: javascript help ( Christer Olsson 2003)
  21. Re: OT: javascript help ( "Dan Strong" 2003)
  22. Re: OT: javascript help ( Kenneth Grome 2003)
  23. Re: OT: javascript help ( Kalin Mintchev 2003)
  24. OT: javascript help ( Kenneth Grome 2003)
:) Argue? Nah, debating! What I was saying is that you can click a javascript link that will create a pop-up window and not refresh the current parent window. Click Here To Add You can pass your variables to it and do the add via the pop-up. If you are interested in adding multiple records at one time you can have links that add them to an array or use checkboxes that will take them with an OnSubmit and 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= no example: Click Here To Add ----- Original Message ----- From: "Kalin Mintchev" To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 9:06 AM Subject: 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 the showif > > > 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 To Add > > > > > > Then you would take the added sku number and feed it to the addlineitems > > 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 c to > > > > >> your cart." But at the same time I do not want the contents of the > > > > >> 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:

the dreaded unitShipCost (2003) WebCat b13 CGI -shownext- (1997) Web Catalog 2 demo (1997) when is date system date or order date? (1997) FTP (1999) Alternative colors? (2000) Help name our technology! I found it (1997) FM fields with CR - How to export/import? (2000) WebCatalog Hosting (1996) syntax question, not in online refernce (1997) F2 to F3 rocky transition (1997) math with multiple [founditems] (1999) Multiple cart additions (1997) WebCat2 - Getting to the browser's username/password data (1997) Problems setting MIME Headers (1998) raw field names (2001) access denied problem (1997) Not really WebCat- (1997) [ot] Any One Want A WebDNA Billing Program? (2003) Referrer field to header field conversion (1997)