Re: OT: javascript help

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 53078
interpreted = N
texte = In case anyone wants to see this work. http://www.inkblotmedia.com/js/ ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 10:32 AM Subject: Re: OT: javascript help > Here you go. > > ADD TO : > > > > > REPLACE
WITH: > > > > > ----- Original Message ----- > From: "Kenneth Grome" > To: "WebDNA Talk" > Sent: Tuesday, September 23, 2003 10:10 AM > Subject: Re: OT: javascript help > > > > This sounds like exactly what I need, but I don't know how to write > > it. I'm no javascript programmer, that's for sure. > > > > > > >That is not exactly true. You can open a window with a link and send the > > >variables for the add via the link. No need for the hidden frame. > > > > > >If you want to add multiple skus you can use check boxes and add them to > an > > >array that is submitted via the JS link when the add button is click. > > > > > > > > > > > > > > >----- Original Message ----- > > >From: "Kalin Mintchev" > > >To: "WebDNA Talk" > > >Sent: Tuesday, September 23, 2003 8:51 AM > > >Subject: Re: OT: javascript help > > > > > > > > >> On Tue, 23 Sep 2003, Kenneth Grome wrote: > > >> > > >> > >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. > > >> > > >> and as i explained if you "do not want the contents of the main > > >> window to change" - that's not possible without hidden frame that you > > >> post to. you have to post to somewhere. and again after the post page > does > > >> the [add] to cart stuff on the bottom you just need a javascript that > > >> opens a popup to which you pass the card # and the skus and then do > > >> [showcart] with [showif]s for the passed skus... > > >> > > >> i did not suggest that you display the information to the visitor in > the > > >> hidden frame you just use it to post/record to the shopcart and after > that > > > > you pass what you need to show the information in the popup.... > > > > > > > > -- > > > > 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/ 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)
In case anyone wants to see this work. http://www.inkblotmedia.com/js/ ----- Original Message ----- From: "WebDna @" To: "WebDNA Talk" Sent: Tuesday, September 23, 2003 10:32 AM Subject: Re: OT: javascript help > Here you go. > > ADD TO : > > > > > REPLACE WITH: > > > > > ----- Original Message ----- > From: "Kenneth Grome" > To: "WebDNA Talk" > Sent: Tuesday, September 23, 2003 10:10 AM > Subject: Re: OT: javascript help > > > > This sounds like exactly what I need, but I don't know how to write > > it. I'm no javascript programmer, that's for sure. > > > > > > >That is not exactly true. You can open a window with a link and send the > > >variables for the add via the link. No need for the hidden frame. > > > > > >If you want to add multiple skus you can use check boxes and add them to > an > > >array that is submitted via the JS link when the add button is click. > > > > > > > > > > > > > > >----- Original Message ----- > > >From: "Kalin Mintchev" > > >To: "WebDNA Talk" > > >Sent: Tuesday, September 23, 2003 8:51 AM > > >Subject: Re: OT: javascript help > > > > > > > > >> On Tue, 23 Sep 2003, Kenneth Grome wrote: > > >> > > >> > >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. > > >> > > >> and as i explained if you "do not want the contents of the main > > >> window to change" - that's not possible without hidden frame that you > > >> post to. you have to post to somewhere. and again after the post page > does > > >> the [add] to cart stuff on the bottom you just need a javascript that > > >> opens a popup to which you pass the card # and the skus and then do > > >> [showcart] with [showif]s for the passed skus... > > >> > > >> i did not suggest that you display the information to the visitor in > the > > >> hidden frame you just use it to post/record to the shopcart and after > that > > > > you pass what you need to show the information in the popup.... > > > > > > > > -- > > > > 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/ "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:

webDNA on centos (2008) Value Lists From Filemaker Pro (1999) WebDelivery downloads alias, not original ? (1997) Ok here is a question? (1997) read and write you own cookies with webcat (1997) Summary search -- speed (1997) [/application] error? (1997) Missing Cart Information (2003) Multiple security dbs (1997) Help! WebCat2 bug (1997) Protecting Files (2005) HELP WITH DATES (1997) Free shipping (2000) Did you hear about this? (1997) 2.0Beta Command Ref (can't find this instruction) (1997) Re:Navigator 4.01 (1997) Bad suffix error (1997) RE: OK, here goes... (1997) Shopping Cart variation... (1997) Need correct syntax for writing to header2 (1999)