Re: Using CFQUERY

2004-06-25 Thread Britney Spears
an't help you with actual code. ok...thanks Oh, and you might have better luck getting technical answers on cf-talk (and refraining from calling people "dawgs"). yo...yo ----- Original Message - From: Britney Spears Dawgs, In my application.cfm file I'm doing two queri

re: Using CFQUERY

2004-06-25 Thread Britney Spears
Dawgs, In my application.cfm file I'm doing two queries on the same database just different tables. Is there an easier way using, lets say, CFQUERY DBTYPE=? SELECT * FROM tableData WHERE strLogin = '#SESSION.user#' SELECT * FROM tableref [Todays Threads] [This M

RE: Indian Airforce Bests USAF. Wakeup call.

2004-06-25 Thread Britney Spears
:-) --Original Message Text--- From: John Stanley Date: Fri, 25 Jun 2004 10:23:39 -0400 Commie alert on Britney Spearsc'mon Mike H. you're slipping. ;-) -Original Message----- From: Britney Spears [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 10:21 AM To: CF

Re: Indian Airforce Bests USAF. Wakeup call.

2004-06-25 Thread Britney Spears
If Russia had the cash flow like the US then Russia would be superior. --Original Message Text--- From: Kevin Graeme Date: Fri, 25 Jun 2004 09:05:51 -0500 > The Russian-made SU-30s are reported to have bested the F-15s in a > majority of their engagements, much to the surprise of the organizers.

RE: CFUN Question

2004-06-23 Thread Britney Spears
--Original Message Text--- From: Lyons, Larry Date: Wed, 23 Jun 2004 11:52:12 -0400 Shorts are fine. As long as its not too outlandish that will be fine. I'm going in jeans and a t-shirt myself. I'll see you all there...there will be a prize if you can identify me! larry > -Original Message

RE: Using tags

2004-06-23 Thread Britney Spears
Show me from where... Geez... --Original Message Text--- From: Tangorre, Michael Date: Wed, 23 Jun 2004 11:26:06 -0400 > it's apparent that an attempt was indeed made. You mean copied and pasted. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donati

RE: Using tags

2004-06-23 Thread Britney Spears
No..."forget it". You are jumping to conclusions! --Original Message Text--- From: Tony Weeg Date: Wed, 23 Jun 2004 11:13:46 -0400 fuck it, I think. -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:15 AM To: CF-Community Subject: RE: Using

RE: Using tags

2004-06-23 Thread Britney Spears
What yo  talk'in bout? --Original Message Text--- From: Won Lee Date: Wed, 23 Jun 2004 11:15:25 -0400 At 11:07 6/23/2004 -0400, you wrote: > > > FI > >Nice, coming from someone who hides behind a famous name... Get a clue. What does FI stand for? [Todays Threads] [This Message] [Subscriptio

RE: Using tags

2004-06-23 Thread Britney Spears
What? Here you go. Add it to your JS snippets.
function ShowCrud(){
if (docs.style.display == 'none'){
    //show & expand
    docs.style.display = 'block';
    expand.style.display = 'none';
}
else{
    //minimize
    docs.style.display = 'none';
   

RE: Using tags

2004-06-23 Thread Britney Spears
I'll just change my email. :-) --Original Message Text--- From: Sandy Clark Date: Wed, 23 Jun 2004 10:58:09 -0400 Kill Filter. Nice knowing you Britney.   _   From: Britney Spears [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:40 AM To: CF-Community Subject: Re: Using

RE: Using tags

2004-06-23 Thread Britney Spears
FI --Original Message Text--- From: Tangorre, Michael Date: Wed, 23 Jun 2004 10:51:13 -0400 > I might have to. It looks like some people on this list > should read a damn book too! How thoughtful. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donat

Re: Using tags

2004-06-23 Thread Britney Spears
I might have to. It looks like some people on this list should read a damn book too! --Original Message Text--- From: Justin Timberlake Date: Wed, 23 Jun 2004 10:31:40 -0400 Well Cry me a river! Why don't you ask Fred Durst for help!?? Christina put you up to this didn't she! -Justin > Hello,

RE: Using tags

2004-06-23 Thread Britney Spears
I did that. It still doesn't work. Something is wrong with the JS. --Original Message Text--- From: Sandy Clark Date: Wed, 23 Jun 2004 10:20:10 -0400 Try changing the id="all" to something else.  I believe that all is a reserved word in _javascript_.   _   From: Britney

RE: Using tags

2004-06-23 Thread Britney Spears
I changed All and I get the same results. --Original Message Text--- From: Sandy Clark Date: Wed, 23 Jun 2004 10:07:15 -0400 She created an id called All. That is what is being referenced.   _   From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 9:50 AM To: CF-Communi

RE: Using tags ARGH!

2004-06-23 Thread Britney Spears
vascript_ for my CSS (since its not accessible), that this might or might not be correct, but you should be able to figure it out from there. Do the opposite in your showExpand(). function ShowAll(){ if (all.style.display == 'none'){    all.style.display = 'block';     min.

Re: Using tags

2004-06-23 Thread Britney Spears
I'm not quite sure I understand? --Original Message Text--- From: Ben Doom Date: Wed, 23 Jun 2004 09:23:06 -0400 Wrap the link in another div and rewrite the innerHtml to whatever it needs to be. --BenD Britney Spears wrote: > Hello, > > I'm using a tag to display entri

RE: Using tags

2004-06-23 Thread Britney Spears
lt;span id="expand">Expand></span><br> Then in your _javascript_ to display the expand and not the minimize, set <br> min.display='none'<br> expand.display='inline'<br> <br> reverse for displaying the minimize.<br> <br

re: Using tags

2004-06-23 Thread Britney Spears
Hello, I'm using a tag to display entries from my database. I display the first five selections. If more than 5 was selected then you click on the "expand" link and it displays the rest of the selections. How can I change the text so when the "expand" link is clicked it displays the remaining s