<a href="javascript:submit()">

or alternatively you can call another javascript function

<a href="javascript:dothis("somevalue")">

<script>
function dothis(somevalue)
{
    document.form.myvalue = somevalue;
    document.form.submit;
}
</script>

----- Original Message -----
From: "Dustin M. Snell [Unisyn Software, LLC]" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 12:11 PM
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to