Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 20621 - 20652 of 42890   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20621
Bob, I am not sure about this as my last time with NT and CF 4.5 was about 2 years ago, but, I remember something about CF having problems with either SP 6...
C. Schmitz
procept2000
Offline Send Email
Nov 1, 2003
3:41 pm
20623
Hi all, does anyone know of a way for someone not to be able to call a file directly in the browser? For example I have a config.xml file in a site and I want...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 2, 2003
3:52 am
20624
Nevermind, I figured it out. In case anyone wants to know what I did, see below. I created a XSLT file for the config.xml file. So now when the file is called...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 2, 2003
4:08 am
20625
That's pretty smart. It does rely on the client, though, doesn't it? So the XML file is still downloaded? On our projects we wanted to have everything the site...
Ben Curtis
wsi_ben
Offline Send Email
Nov 2, 2003
6:46 am
20626
"That's pretty smart. It does rely on the client, though, doesn't it? So the XML file is still downloaded?" Nope that's not pretty smart, that's pretty dumb on...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 2, 2003
6:52 am
20628
I'm displaying rows of orders and right now when a user clicks the order number it shows a layer with all of that order's items. I'd rather have them just...
Logan, Jeremy
jeremylogan2
Offline Send Email
Nov 3, 2003
4:07 pm
20629
Try setting the display style attribute to "none"? ... From: Logan, Jeremy [mailto:jlogan@...] I'm displaying rows of orders and right now when a...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 3, 2003
4:11 pm
20630
pseudo code, you have been warned :) <script> function toggleMenu(which) { if(document.getElementByID(which).style.display=='block') { ...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:13 pm
20631
So far, I've only used "none" to hide, "" to show, what does "block" do? -John ... From: Bryan F. Hogan [mailto:bryan.hogan@...] pseudo code,...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 3, 2003
4:17 pm
20632
Block = show. It's been years since I messed with it so it may have changed. ... From: Bartlett, John [mailto:john.bartlett@...] Sent: Monday, November...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:18 pm
20633
block may be used with visible, I get them confused mcg ... From: Bryan F. Hogan [mailto:bryan.hogan@...] Sent: Monday, November 03, 2003...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Nov 3, 2003
4:24 pm
20634
I can't get that to work either. I tried it in both the layer and my row since I wasn't really sure where it should go. Both give me errors that say "Object...
Logan, Jeremy
jeremylogan2
Offline Send Email
Nov 3, 2003
4:42 pm
20635
Maybe just a copy issue but: onClick"MM_showHideLayers should be onClick="MM_showHideLayers mcg ... From: Logan, Jeremy [mailto:jlogan@...] Sent:...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Nov 3, 2003
4:46 pm
20636
display: visible doesn't seem to work. Do you have an example. "" returns the display style property to default which is "block" so you can use "" or "block"....
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:46 pm
20637
Please post the code that dreamweaver makes. ... From: Logan, Jeremy [mailto:jlogan@...] Sent: Monday, November 03, 2003 11:45 AM To:...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:47 pm
20638
Here's the DW function which has never given me any issues until I tried this <tr onclick> deal. function MM_showHideLayers() { //v6.0 var...
Logan, Jeremy
jeremylogan2
Offline Send Email
Nov 3, 2003
4:49 pm
20639
Can you give us a larger sample of your code also? ... From: Logan, Jeremy [mailto:jlogan@...] Sent: Monday, November 03, 2003 11:52 AM To:...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:52 pm
20640
Have any of you ever found a way to print to the Thermal Printer from your own HTML page?...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
4:55 pm
20641
Here ya go: <!--- Looping thru Struct elements ---> <cfloop from="1" to="#ToVar1#" index="A"> <cfset ParsedPath2=ParsedPath1[A].details.detail> <tr id="Row#A#"...
Logan, Jeremy
jeremylogan2
Offline Send Email
Nov 3, 2003
4:56 pm
20642
How do you mean? You click the Print button or getting the page to click the Print button for you? ... From: Bryan F. Hogan...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 3, 2003
4:56 pm
20643
Hi, Using block in CSS will display the element as a block-level element. For example: using the following would make the <a> tags within the <td> display as...
Michael Wilson
mwilsoniqmax
Offline Send Email
Nov 3, 2003
4:56 pm
20644
one more request, can you show me your highlight js?...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
5:03 pm
20645
oops, forgot that one. var preEl ; var orgBColor; var orgTColor; function HighLightTR(backColor,textColor){ if(typeof(preEl)!='undefined') { ...
Logan, Jeremy
jeremylogan2
Offline Send Email
Nov 3, 2003
5:06 pm
20646
When using the XML Shipping code that I wrote, UPS returns to me a label image. Which is ok, but my customer has a UPS Thermal Printer that has an ActiveX...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
5:06 pm
20647
Ok was this what you where looking for? http://www.cfm-applications.com/test.cfm...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
5:19 pm
20648
Can you duplicate the pop-up window? Maybe a view-source or view cache? The -John ... From: Bryan F. Hogan [mailto:bryan.hogan@...] When...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 3, 2003
5:21 pm
20649
Tried that, all it does is print a test label. ... From: Bartlett, John [mailto:john.bartlett@...] Sent: Monday, November 03, 2003 12:21 PM To:...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
5:23 pm
20650
I get a runtime error on line 50: document.document is null or not an object. Best regards, Michael Wilson ________________________________ From: Bryan F....
Michael Wilson
mwilsoniqmax
Offline Send Email
Nov 3, 2003
5:27 pm
20651
Yes, but wasn't your question "How" they did it? View Source. ... From: Bryan F. Hogan [mailto:bryan.hogan@...] Sent: Monday, November 03,...
Bartlett, John
wyntermoonwolf
Offline Send Email
Nov 3, 2003
5:27 pm
20652
It's not working yet. I posted to early. ... From: Michael Wilson [mailto:mwilson@...] Sent: Monday, November 03, 2003 12:23 PM To:...
Bryan F. Hogan
bryan.hogan@...
Send Email
Nov 3, 2003
5:29 pm
Messages 20621 - 20652 of 42890   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help