Re: OT: javascript help

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 53079
interpreted = N
texte = On Tue, 23 Sep 2003, WebDna @ wrote: > 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)
On Tue, 23 Sep 2003, WebDna @ wrote: > 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/ 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:

form data submission gets truncated (1997) Anomaly ? causes NT application event log to overflow (1997) Not really WebCat- (1997) looping table rows (1999) problem: mail changed (1997) OK, here goes... (1997) expired beta (1997) OT: RAID Options (2004) grep question - how to strip spaces from the beginning ofa string? (2002) Files not moved to EmailCompleted (2002) Formatting dates stored in db (2003) BugNote#2 - debugwindow.db seems to be missing ... (2000) Still Stumped on ShowNext...HELP! (1997) WebCatalog for Postcards ? (1997) unix permissions theory applied to db security? Or...? (2000) Field name-subcategory (1997) Logging purchases (1997) Fwd: Problems with Webcatalog Plug-in (1997) Database Structuring (again) (2003) Out of the woodwork (2007)