Because I am SOOOO nice and I am about to go out....  here ya go...
it is off the top of my head, but should work...
the "javascript:" can be used in an event (ie. onClick) as well....

so if this helps, you owe me a beer.....

<SCRIPT>
        function someFunction(passedValue) {
                location = 'index.cfm?id=' + passedValue + '';
}
</SCRIPT>

<A HREF="javascript:someFunction(<CFOUTPUT>#someCFvalue#</CFOUTPUT>);">CLICK
ME</A>


        Terry Bader
        IT/Web Specialist
        EDO Corp - Combat Systems
        (757) 424-1004 ext 361 - Work
        [EMAIL PROTECTED]   


        (757)581-5981 - Mobile
        [EMAIL PROTECTED]
        icq: 5202487   aim: lv2bounce
        http://www.cs.odu.edu/~bader






> -----Original Message-----
> From: Dustin M. Snell [Unisyn Software, LLC]
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 16, 2001 11:12 PM
> To: CF-Talk
> Subject: Hyperlink cause a post, how to?
> 
> 
> Does anyone know how to make text link (not a button) cause a 
> post event
> (like a submit button)? And even better than that - depending 
> on what link
> was clicked I need to send a different value.
> 
> The practical application for this is to sort a result set 
> with several
> columns by clicking on the column name - but without having 
> to repackage the
> whole query again on the URL (want to use the hidden form values).
> 
> Thanks,
> 
> Dustin M. Snell
> Unisyn Software, LLC
> Creators of AutoMate - The Leading Automation Software For Windows
> Free Download at http://www.unisyn.com
> 
> ----- Original Message -----
> From: "Trey Rouse" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, March 16, 2001 4:45 PM
> Subject: Re: SQL 2000 (enterprise manager)
> 
> 
> > Actually I have no problem doing ANY function using 
> Enterprise Manager
> 2000
> > on a sql 7.0 box.  *shrug*
> >
> >
> >
> > At 10:32 AM 3/16/2001 -0700, you wrote:
> > >Acually i just got off the phone with an SQL Administrator 
> at interland
> and
> > >they say that SQL 2000 (Enterprise Manager) will connect to SQL 7.0
> Server
> > >but it wont open the database folder. so i reinstalled SQL 
> 7.0 and for
> > >whatever reason it connected fine this time, i didnt change or do
> anything
> > >differantly on my end at all so the reason i didnt get 
> connected the
> first
> > >time i guess ill never find out.
> > >
> > >Jay Patton
> > >Web Design / Application Design
> > >Web Pro USA
> > >406.549.3337 ext. 203
> > >1.888.5WEBPRO
> > >www.webpro-usa.com
> > >----- Original Message -----
> > >From: "Sean Daniels" <[EMAIL PROTECTED]>
> > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > >Sent: Friday, March 16, 2001 10:17 AM
> > >Subject: Re: SQL 2000 (enterprise manager)
> > >
> > >
> > > > On 3/16/01 11:03 AM Jay Patton wrote:
> > > >
> > > > > I just upgraded to windows 2000 pro on my development 
> machine, i was
> > > > > originally running win98 and had sql 7.0 Enterprise 
> manager running
> on
> > >that.
> > > > > however after my upgrade to 2k i couldn't connect to 
> my sql servers
> with
> > >that
> > > > > same software any longer. last night i downloaded the 
> evaluation
> version
> > >of
> > > > > sql 2000 and with that i connected to the servers 
> fine however now
> > >whenever i
> > > > > go to open the database folder to view my db the 
> enterprise manager
> > >quits
> > > > > responding and i have to kill the program. has this 
> happened to
> anyone
> > >else?
> > > > > or does anyone have any ideas why this might be happening?
> > > >
> > > > I haven't tried the SQL 2000 enterprise manager yet, 
> but I use SQL 7
> > > > Enterprise Manager all the time on my Windows 2000 pro 
> machine. You
> might
> > > > just try reinstalling those.
> > > >
> > > > - Sean
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to