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 Chriss Miller 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: *

  • Users: bamboo
  • Content: Threads
  • Order by date
  1. bamboo

    Issue quering Oracle DB from ColdFusion

    I'm trying to do a simple query in ColdFusion as follows but am not getting any results?? I can do this query directly in Oracle SQL Developer and the results are fine. However when I put the query in coldfusion it's not working? No error, no records returned? I also recreated these tables in...
  2. bamboo

    CF 8/AJAX related select statements help

    I've looked at Ben Forta's example: http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Related-Selects and can't seem to get this simple tutorial to work on my local machine. I'm running CF8 Developer edition. I'm just cutting and pasting his code and trying to run the page...
  3. bamboo

    document.form.action validation problem

    I need to be able to control the document.action via a validation of a radio button. So if a particular radio button is checked, then it sets the document.form.action. I validate other fields before this, but this is the last thing in the function. Here's a simple example to explain what I'm...
  4. bamboo

    Deleting file using <cffile> not working

    I have a form that allows a user to upload a file to a folder on the host webshare. This works fine. I can also use <cfdirectory> to view the files from that folder. However, when trying to delete I get the error that the destination is invalid. I worked with our admin who setup the CF service...
  5. bamboo

    Dynamically checking checkbox with onFocus textfield

    I have a series of checkboxes and an input text field next to each one. I have a js search pop-up window that opens when a user clicks in the text field. This works fine, however I would also like the checkbox next to it to automatically be checked at the same time. The pop-up works fine...
  6. bamboo

    ODBC Socket DSN not working in CF7

    I'm trying to connect to the default Northwind database in SQL2000. The DSN connection in CF Admin connects fine. However, when I try running my page (locally) I get the following error: Error Executing Database Query [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server...
  7. bamboo

    Flash Forms for multipage form submission

    I will be developing a multi-page form for the first time and was wondering if Flash Forms would be the recommended way to go or if I should go a different route. I read a handful of past threads and learned there were some problems with the file upload as well as with the checkboxes. These...
  8. bamboo

    Looking for a good free message board website

    My customer wants to add a message board for their soccer team website. I know there are a ton of free messaging boards out there to use, but was wondering if anyone had any recommendations. It needs to be secure to only the team members and their family/friends. Thanks.
  9. bamboo

    select and radio button validation

    I have a simple form with text inputs, drop-downs and radio buttons. I have all the validation working properly except for a drop-down and radio button. When a user selects a particular option from the drop-down I want a radio button to be checked on the next step. I can do this when the user...
  10. bamboo

    Validating first character in a form text field

    I'm trying to validate that the first character in a form text field is not a letter. This is for a Cold Fusion application using type="file". However I do not want them to browse to a document stored in a letter drive on their machine, but rather a file share mapped in My Network Places. (C:\...
  11. bamboo

    Regular Expression help

    I'm a newbie to RegExp. I'm having trouble validating a text field to only allow 8 characters, using any combination of 0-9, A-F. I have the following which validates fine for A-F, 8. var targetChar = /[abcdef]{8}/ However I need to test for 0-9 as well. I know \d matches any digit [0-9]...
  12. bamboo

    Rollover question in DW MX2004

    It's been years since I've had to create rollover images, but I see to be stuck. I have 10 thumbnail images. When a user rolls over them 2 things should happen. First the main large image in the center of the page will change to that thumb image. Second the thumb image I'm rolling over will...
  13. bamboo

    Miva Merchant help needed (getting started)

    I have a client who would like to move away from Yahoo/PayPal to a more professional looking eCommerce storefront/processing. They told me to look into Miva Merchant as this is what they would like to use. I am a newbie in the eCommerce world so the questions I have may be pretty rudimentary so...
  14. bamboo

    Opening pop-up window and file at the same time

    Looking for a way to open up a pop-up window and file/webpage at the same time. My customer wants a user to click a link which pops up a description of the link and then when the user closes the popup the page/file is displayed. Would it be as easy as creating an onClick function that does both...
  15. bamboo

    Using a textarea for scrollable text display

    I know this is a lame way to do this, but thought I'd post a question to see if there is a better way to do this w/o using Flash. I'm using a form <textarea> to display the actual text of the page. In my instance it's for my clients tour schedule (she's a musician). It works great and I just set...
  16. bamboo

    Validation between 2 select dropdowns

    I have two select dropdowns in one form. If one selectedIndex == a certain number I set the other selectedIndex appropriately. I have the following js working fine: <script language="javascript"> function fnCheckCategory(form) { var passed = true; if (form.websiteid != null) if...
  17. bamboo

    Blending photo edge to white background

    I have a series of photos b/w and color. All have a distinct edge. I created a white canvas whose width is longer then the photo. The photo will be left justified on the canvas. I wanted to blend in the right edge of the photo onto the white canvas so the photo edge disappears. Any tutorials or...
  18. bamboo

    Creating a scrolling textarea

    I'm new to Flash but my client is looking to add scrolling form textareas. An example she pointed out can be seen at Tori Amos's website (www.toriamos.com). If you click on the NEWS link you'll see a scrolling box with 2 arrows. I was hoping someone could point me to an online tutorial or...
  19. bamboo

    Transparent table cell

    I have a one cell table that has a large background image. The cell height/width are set to the image so it will not tile. I then have a one cell table within that cell with a background color with text. I'd like to make the cell bgcolor somewhat transparent so the image behind it shows. Here's...
  20. bamboo

    File protocol designator

    I am wondering if there is an industry standard protocol when linking to a file on a 'file' server from a webpage. In our company we keep our web application files and document files (.doc, .ppt, .xls, etc.) separate. File servers/Web servers. We quite often link to file servers using the...

Part and Inventory Search

Back
Top