Re: OT: javascript help

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 53071
interpreted = N
texte = 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/ 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)
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/ Kalin Mintchev

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:

WebCat2 - [format thousands] (1997) Date sorting (1997) [OT] (waaaay OT) (2004) FOUND: WebCatalog Review by Mike Heck (2001) A few questions. . . (1997) japanese characters (1997) Can WC remember people? (1998) Can you do this??? and other stuff (1997) Searching (2005) search double negative comparison (2001) Great product and great job ! (1997) problems with 2 tags (1997) Signal Raised Error (1997) RE: Include (1998) Trouble with formula.db (1997) cybercash (2002) Trouble with adding multiple items to cart (1999) Using Plug-In while running 1.6.1 (1997) question: writing files textb in webmerch (1997) Changes to the List (1997)