Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Floyd7

    Import XML Feed into Database

    I have never worked with XML feeds. I need to retrieve a feed from a remote site and import it into a database. Is there a way for me to create Coldfusion variables based on the XML tags and then insert them into a table? For example, if the XML feed has <question></question> tags, is there...
  2. Floyd7

    No Connectivity when logged in to VPN.

    Hi southernsheri, In my case, it did turn out to be the equipment. Comcast replaced the router with a new router and a modem, and now it works. I hope you find a solution. I know how frustrating this is.
  3. Floyd7

    No Connectivity when logged in to VPN.

    So now I can connect to VPN and then remote desktop from other wireless connections except for my wireless at home, which is Comcast. They are coming out tomorrow. Anyone else have sudden problems with Comcast and VPN? I have a Netgear wireless router and use Cisco VPN. Worked for 2 years...
  4. Floyd7

    No Connectivity when logged in to VPN.

    Would this be updates on my local computer, or on the server at work?
  5. Floyd7

    No Connectivity when logged in to VPN.

    Hi, I know very little about networks, so please dumb down your help! I have been using VPN on Windows XP for a couple of years. I log into VPN, then open the Remote Desktop and log on to my work computer. Just a few days ago, something very bad happened! I can still log into the VPN, but...
  6. Floyd7

    cfdocument on the Mac

    Hi, I have created a pdf using cfdocument that displays the results of a submitted form. This works fine in IE and Firefox in Windows, but on the Mac & in Safari, it does not recognize the pdf because it is a cfm file. Any help is much appreciated. Thank you!
  7. Floyd7

    Permanent 301 Redirects

    Hi, Just wondering what the best strategy is for 301 Redirects. We are redesigning a huuuuge site, and some folders have multiple subfolders and files. Would it work best if I deleted all subfolders/files, and just put a redirect in the application.cfm of the main folder, or should I keep all...
  8. Floyd7

    adding line break after x number of characters

    Hi, Do you know how I can add a line break to a string after a specificed number of characters? Thank you!
  9. Floyd7

    cfmail problems

    Hi, I am getting the following error in my mail log: Exception reading response; nested exception is: java.net.SocketException: Connection reset I get this intermittently: sometimes it works and sometimes it doesn't. I've tested using my own email, so I know it's not a problem with the...
  10. Floyd7

    cflocation for tracking outbound links

    Hi, I'm trying to track outbound links to one of our affiliates. I set up a page that allows me to insert user info. into my database, and then redirects to the affiliate's site by using cflocation. Is this the best way for me to track? My numbers are much higher than our affiliates, who...
  11. Floyd7

    remove inline styles

    Thank you both. It worked!
  12. Floyd7

    remove inline styles

    Hi, I know nothing about javascript, so please be kind. I am trying to remove inline styles from data output. I use SQL Server & Coldfusion. The messed up output is coming from a query. The query is named "getinfo" and the field is named "content". I tried the following code, but it doesn't...
  13. Floyd7

    Strip Inline Styles

    Hi, Please help! We have data that was input into SQL Server using activedit. This data has all kinds of inline styles, and it looks horrible. Is there a way to parse the data and get rid of all inline styles? Thank you for any help you can provide.
  14. Floyd7

    Online Polls

    Hi, Does anybody know where I can find informatin on setting up online polls, including charted results? Thank you!
  15. Floyd7

    replace in query string

    I agree. I need to find out why this is happening. I'm actually working on a template that someone else created, so I'm trying to deconsruct what they did. The query string is coming from the select statement, pulling data from a sql database: 'detail.cfm?page=3&jid=' +...
  16. Floyd7

    replace in query string

    Hi, I have a query string that looks something like this: page=6&jid=3344 I'm getting some errors where the query string is coming out like this: page=6=3344 I'm not sure why this is happening for some users. Is there a way for me to replace the second occurrence of the = sign in the bad...
  17. Floyd7

    CFform validation not working in IE!

    Thanks to both of you for responding. No, I haven't turned of javascript. I'll try CFStarlight's suggestion. Thanks again!
  18. Floyd7

    CFform validation not working in IE!

    Hi, I am checking the same URL and I'm using IE6. It's not showing any javascript errors.
  19. Floyd7

    CFform validation not working in IE!

    Hi, I'm using the following <cfform> validation <CFINPUT TYPE="TEXT" NAME="name" SIZE="15" MAXLENGTH="15" required = "Yes" MESSAGE="Name is Empty" value = "" validateat= "onSubmit"> This works great in FireFox, but it still submits the form in IE. Why? Thank you.
  20. Floyd7

    Alliare FTP in CF Studio 4.5

    I doubt it. It's a hosting service. The funny thing is, I can FTP through CF Studio at work just fine, but not on my version at home. I was just wondering if there's some setup that was done at work that I haven't done on my home computer. Thank you!

Part and Inventory Search

Back
Top