Passing anchor results to a template

2002-11-04 Thread FlashGuy
Hi, How can I pass the results of the anchor based on which one is clicked on to another template? Do I need to use JS? test1 test2 test3 --- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay, Cuba --

RE: Passing anchor results to a template

2002-11-04 Thread Adrian Lynch
What do you mean by "results of the anchor"? The name, the href or the text rapped in the tag? -Original Message- From: FlashGuy [mailto:flashmx@;rogers.com] Sent: 04 November 2002 15:43 To: CF-Talk Subject: Passing anchor results to a template Hi, How can I pass the resu

RE: Passing anchor results to a template

2002-11-04 Thread Kevin Graeme
How about passing it as a url variable? -Kevin > -Original Message- > From: FlashGuy [mailto:flashmx@;rogers.com] > Sent: Monday, November 04, 2002 9:43 AM > To: CF-Talk > Subject: Passing anchor results to a template > > > Hi, > > How can I pass the result

Re: Passing anchor results to a template

2002-11-04 Thread S . Isaac Dealey
> Hi, > How can I pass the results of the anchor based on which > one is clicked on to another template? Do I need to use > JS? > test1 > test2 > test3 If you're using url variables, you'll have to use JS because anchors and query strings are mutually exlusive -- trying to use them both forces

RE: Passing anchor results to a template

2002-11-04 Thread FlashGuy
5:43 > To: CF-Talk > Subject: Passing anchor results to a template > > > Hi, > > How can I pass the results of the anchor based on which one is clicked on to > another template? Do I need to use JS? > > > test1 > test2 > test3 > > > --

Re: Passing anchor results to a template

2002-11-04 Thread Trishan Singh
4, 2002 9:42 AM Subject: Passing anchor results to a template > Hi, > > How can I pass the results of the anchor based on which one is clicked on to another template? Do I need to use JS? > > > test1 > test2 > test3 > > > ---

RE: Passing anchor results to a template

2002-11-04 Thread Adrian Lynch
I don't think you need to have the name in there, make it a url variable. Or do you have something else in mind? Ade -Original Message- From: FlashGuy [mailto:flashmx@;rogers.com] Sent: 04 November 2002 16:04 To: CF-Talk Subject: RE: Passing anchor results to a template The nam

RE: Passing anchor results to a template

2002-11-04 Thread Douglas.Knudsen
What doth thou mean by 'results'. You can use JavaScript for passing anything you want to another script. Doug >-Original Message- >From: FlashGuy [mailto:flashmx@;rogers.com] >Sent: Monday, November 04, 2002 10:43 AM >To: CF-Talk >Subject: Passing anchor resu

RE: Passing anchor results to a template

2002-11-04 Thread Douglas.Knudsen
lashmx@;rogers.com] >Sent: Monday, November 04, 2002 11:04 AM >To: CF-Talk >Subject: RE: Passing anchor results to a template > > >The name > >On Mon, 4 Nov 2002 15:50:45 -, Adrian Lynch wrote: > >> What do you mean by "results of the anchor"? The