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...
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@...
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@...
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...
"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@...
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...
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@...
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...
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...
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@...
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@...
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...
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...
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@...
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@...
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...
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@...
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....