Re: Damn actions/links......

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 37778
interpreted = N
texte = It would be a good idea to pass the ID number for your HEADLINE or the NEWS article instead of passing the HEADLINE in your URL.Then you don't have to worry about [url] tag you can just search for the article using the ID number.Regards Anup Setty ----- Original Message ----- From: Daniel Smith To: WebCatalog Talk Sent: Friday, August 10, 2001 9:26 AM Subject: Re: Damn actions/links...... > href=headlines.tpl?action=View&HEADLINE=[url][HEADLIN > E][/url]>[HEADLINE] > > [showif [url]This Is My > Headline[/url]=[HEADLINE]]something in here[/showif] > ------------------------------------------------------------ > Daniel H. Smith > WebDeveloper/WebDesigner Extraordinaire > 914.669.1187 > dsmith7@dsmith7.com > For the Skills Go To: www.dsmith7.com > For the Love Go To: www.danandsabrina.com > For the Read Go To: www.yeahbabe.org > ------------------------------------------------------------ > > > ---------- Original Message ---------------------------------- > From: Kenneth Grome > Reply-To: > (WebCatalog Talk) > Date: Fri, 10 Aug 2001 17:59:10 > > >You might want to try using the [url] context as explained in > the HTML docs... > > > > > >>I have a .inc that calls a .tpl when a link is > >>clicked. The .inc contains a list of news headlines. > >>When one of news headlines are clicked it calls > >>a .tpl which should then show the headline plus the > >>full story. However the [showif] condition is never > >>entered because the link only sends the first word > >>of the headline. So if the headline is Barcelona win > >>only the word Barcelona is passed to the .tpl and of > >>course no [HEADLINE] field in the database has a value > >>called 'Barcelona' only 'Barcelona win' > >> > >>====the link in the .inc==== > >>//this is within a search context that returns just > >>the headlines from > >>//the db file, when it is clicked it should show the > >>full story > >>//this page is displayed fine > >> > >> >>href=headlines.tpl?action=View&HEADLINE=[HEADLIN > E]>[HEADLINE] > >> > >> > >>====what the address bar says when link is > >>clicked===== > >>//link headline=Barcelona win > >> > >>http://myserver/myfolder/headlines.tpl?action=View&HEA > DLINE=Barcelona > >> > >>====the condition in the .tpl===== > >> > >>[showif [action]=View] > >> > >>[search > db=admin/news.db&eqHEADLINEdata=[HEADLINE]] > >> > >>//lots of formatting of tables etc..... > >> > >>any ideas why this is happening?????? > >> > >>____________________________________________ > ________________ > >>Do You Yahoo!? > >>Get your free @yahoo.co.uk address at > http://mail.yahoo.co.uk > >>or your free @yahoo.ie address at http://mail.yahoo.ie > >> > >>------------------------------------------------------------- > >>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://search.smithmicro.com/ > > > > > >============================================= > ============== > >Kenneth Grome & Associates > >US-International eCommerce Business Development > Specialists > >Office: +6332 262-8164 Mobile: +63919 749-0060 > >For direct-dialed calls from the USA, please use 011 > prefix > >============================================= > ============== > > > >------------------------------------------------------------- > >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://search.smithmicro.com/ > > > > > __________________________________________________ > D O T E A S Y - Join the web hosting revolution! > http://www.doteasy.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://search.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://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Damn actions/links...... (Jesse Proudman (Lists Account) 2001)
  2. Re: Damn actions/links...... (Anup Setty 2001)
  3. Re: Damn actions/links...... (Daniel Smith 2001)
  4. Re: Damn actions/links...... (John Peacock 2001)
  5. Re: Damn actions/links...... (Kenneth Grome 2001)
  6. Damn actions/links...... (Laeg Ent. 2001)
It would be a good idea to pass the ID number for your HEADLINE or the NEWS article instead of passing the HEADLINE in your URL.Then you don't have to worry about [url] tag you can just search for the article using the ID number.Regards Anup Setty ----- Original Message ----- From: Daniel Smith To: WebCatalog Talk Sent: Friday, August 10, 2001 9:26 AM Subject: Re: Damn actions/links...... > href=headlines.tpl?action=View&HEADLINE=[url][HEADLIN > E][/url]>[HEADLINE] > > [showif [url]This Is My > Headline[/url]=[HEADLINE]]something in here[/showif] > ------------------------------------------------------------ > Daniel H. Smith > WebDeveloper/WebDesigner Extraordinaire > 914.669.1187 > dsmith7@dsmith7.com > For the Skills Go To: www.dsmith7.com > For the Love Go To: www.danandsabrina.com > For the Read Go To: www.yeahbabe.org > ------------------------------------------------------------ > > > ---------- Original Message ---------------------------------- > From: Kenneth Grome > Reply-To: > (WebCatalog Talk) > Date: Fri, 10 Aug 2001 17:59:10 > > >You might want to try using the [url] context as explained in > the HTML docs... > > > > > >>I have a .inc that calls a .tpl when a link is > >>clicked. The .inc contains a list of news headlines. > >>When one of news headlines are clicked it calls > >>a .tpl which should then show the headline plus the > >>full story. However the [showif] condition is never > >>entered because the link only sends the first word > >>of the headline. So if the headline is Barcelona win > >>only the word Barcelona is passed to the .tpl and of > >>course no [HEADLINE] field in the database has a value > >>called 'Barcelona' only 'Barcelona win' > >> > >>====the link in the .inc==== > >>//this is within a search context that returns just > >>the headlines from > >>//the db file, when it is clicked it should show the > >>full story > >>//this page is displayed fine > >> > >> >>href=headlines.tpl?action=View&HEADLINE=[HEADLIN > E]>[HEADLINE] > >> > >> > >>====what the address bar says when link is > >>clicked===== > >>//link headline=Barcelona win > >> > >>http://myserver/myfolder/headlines.tpl?action=View&HEA > DLINE=Barcelona > >> > >>====the condition in the .tpl===== > >> > >>[showif [action]=View] > >> > >>[search > db=admin/news.db&eqHEADLINEdata=[HEADLINE]] > >> > >>//lots of formatting of tables etc..... > >> > >>any ideas why this is happening?????? > >> > >>____________________________________________ > ________________ > >>Do You Yahoo!? > >>Get your free @yahoo.co.uk address at > http://mail.yahoo.co.uk > >>or your free @yahoo.ie address at http://mail.yahoo.ie > >> > >>------------------------------------------------------------- > >>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://search.smithmicro.com/ > > > > > >============================================= > ============== > >Kenneth Grome & Associates > >US-International eCommerce Business Development > Specialists > >Office: +6332 262-8164 Mobile: +63919 749-0060 > >For direct-dialed calls from the USA, please use 011 > prefix > >============================================= > ============== > > > >------------------------------------------------------------- > >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://search.smithmicro.com/ > > > > > __________________________________________________ > D O T E A S Y - Join the web hosting revolution! > http://www.doteasy.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://search.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://search.smithmicro.com/ Anup Setty

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 Threaded Discussions? (2004) shownext problems (1998) Re:Need help... (1997) Email Formatting (2001) possible, WebCat2.0 and checkboxes-restated (1997) Nested Lookups (1998) [group] ? (1997) show all problem (1997) WebCat2 beta 11 - new prefs ... (1997) oops private message leaked into talk list (1997) [authenticate] (1999) F*** you (1998) [SHOWNEXT] Examples (1997) More on the email templates (1997) RE: [WebDNA] Sending 100 mails an hour then pausing (2010) Help! WebCat2 bug (1997) HomePage Caution (1997) pictures / referrer etc. (1998) buy 2 items get this free (2003) Sort Order on a page search (1997)