Re: search function

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62320
interpreted = N
texte = Hi Jared, Here is the code I used. I hope this helps you. This is the code for the head This is the code for the drop down menus: [!] create drop down list of publishers [/!]
 
Select CD
Erol ----- Original Message ----- From: "Jared_Derringer" To: "WebDNA Talk" Sent: Wednesday, June 22, 2005 9:14 PM Subject: Re: search function > is there a webdna equivalent to the html "on change" or "on select" > command > that I can use? > > if not, do you have a java script that I could use as a model? > > Jared > > -----Original Message----- > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > Erol Guneri > Sent: Wednesday, June 22, 2005 3:26 AM > To: WebDNA Talk > Subject: Re: search function > > > I have done this before using a javascript that recalls the page when the > first field is selected. It all depends on how quickly the page loads. > > Erol > > ----- Original Message ----- > From: "Gary Krockover" > To: "WebDNA Talk" > Sent: Wednesday, June 22, 2005 9:23 AM > Subject: Re: search function > > >> If I'm reading you correctly.... >> >> You'll need client side programming to do the auto-populating (i.e., >> javascript). The problem here is that when the page is displayed, it >> first does all the server-side functions (i.e., the WebDNA). *After* the >> page is loaded into the client's browser, *then* any javascript is >> processed. Thus, it can't go back and look up WebDNA (server-side) stuff >> *unless* you reload the page, thus the search button. >> >> Maybe somebody has a suggestion - I know that Flash has been used with >> WebDNA in this manner. >> >> GJK >> >> >> At 08:22 PM 6/21/2005, you wrote: >>>I've inherited a WebDNA driven website and have no experience with it. >>> >>>I have a page with three fields, the first is a drop-down list and the >>>other >>>two fields display values linked to what's selected in the first field. >>>All >>>these values are stored in a webdna db table. Currently the user makes a >>>selection in the first field and then clicks the search button to get the >>>correct values in the next two fields. I want them to choose a value in >>>the >>>first field and have the other two fields populated automaticaly; thus >>>eliminating the search button. >>> >>>The code is pasted below, any suggestions are appreciated, >>> >>>Jared >> >> >> ------------------------------------------------------------- >> 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: search function ( "Rajeev Kumar" 2005)
  2. Re: search function ( Terry Wilson 2005)
  3. Re: search function ( "Jared_Derringer" 2005)
  4. Re: search function ( "Erol Guneri" 2005)
  5. Re: search function ( "Jared_Derringer" 2005)
  6. Re: search function ( "Erol Guneri" 2005)
  7. Re: search function ( Gary Krockover 2005)
  8. search function ( "Jared_Derringer" 2005)
  9. Re: Distinct search function (Erol Guneri 2002)
  10. Re: Distinct search function (Gary Krockover 2002)
  11. Distinct search function (Erol Guneri 2002)
Hi Jared, Here is the code I used. I hope this helps you. This is the code for the head This is the code for the drop down menus: [!] create drop down list of publishers [/!]
 
Select CD
Erol ----- Original Message ----- From: "Jared_Derringer" To: "WebDNA Talk" Sent: Wednesday, June 22, 2005 9:14 PM Subject: Re: search function > is there a webdna equivalent to the html "on change" or "on select" > command > that I can use? > > if not, do you have a java script that I could use as a model? > > Jared > > -----Original Message----- > From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of > Erol Guneri > Sent: Wednesday, June 22, 2005 3:26 AM > To: WebDNA Talk > Subject: Re: search function > > > I have done this before using a javascript that recalls the page when the > first field is selected. It all depends on how quickly the page loads. > > Erol > > ----- Original Message ----- > From: "Gary Krockover" > To: "WebDNA Talk" > Sent: Wednesday, June 22, 2005 9:23 AM > Subject: Re: search function > > >> If I'm reading you correctly.... >> >> You'll need client side programming to do the auto-populating (i.e., >> javascript). The problem here is that when the page is displayed, it >> first does all the server-side functions (i.e., the WebDNA). *After* the >> page is loaded into the client's browser, *then* any javascript is >> processed. Thus, it can't go back and look up WebDNA (server-side) stuff >> *unless* you reload the page, thus the search button. >> >> Maybe somebody has a suggestion - I know that Flash has been used with >> WebDNA in this manner. >> >> GJK >> >> >> At 08:22 PM 6/21/2005, you wrote: >>>I've inherited a WebDNA driven website and have no experience with it. >>> >>>I have a page with three fields, the first is a drop-down list and the >>>other >>>two fields display values linked to what's selected in the first field. >>>All >>>these values are stored in a webdna db table. Currently the user makes a >>>selection in the first field and then clicks the search button to get the >>>correct values in the next two fields. I want them to choose a value in >>>the >>>first field and have the other two fields populated automaticaly; thus >>>eliminating the search button. >>> >>>The code is pasted below, any suggestions are appreciated, >>> >>>Jared >> >> >> ------------------------------------------------------------- >> 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/ "Erol Guneri"

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:

Error Log.db --however (1997) Problem with 2.1b3 (1997) (2000) WebCatalog 4.0.1 has been released! (2000) Email (1998) NT b19 sends extra MIME headers (1997) searchable list archive (1997) Faxing orders in place of email (1997) PROBLEM (1997) Mac & Internet Explorer (2000) WordBreak Qestion (part 2) (1998) [WebDNA] Search using CL (2017) Re:What file? (1997) [WebDNA] grep code (2009) Re[2]: 2nd WebCatalog2 Feature Request (1996) Quit revisited (1997) request for comment tag (1998) Re:FYI: Error message (1996) EIMS Problems (1997) Problems reading files created by WC (1997)