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 strongm 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. Bramvg

    Hyperlink in xml to xsl

    Hello all, I receive a XML file from a customer which I have need to display inside a webpage (formatting xsl). The problem is: the xml contains a hyperlink in html format (see example below) If I create a link using the code : <xsl:template match="a"> <A href="{.}"...
  2. Bramvg

    XML Parse - insert into sql database

    Dear all, I am pretty new to xml and it's difficult to find my way into it. A customer is now asking to process his XML files into a sql server database. And I'm not getting any results !:-( Problem: below you see the XML file to process. How can I, automatically parse the XML file and using...
  3. Bramvg

    Dynamic load image

    Hi, to protect images in my CFM files I thought to include a swf file that gets the image dynamically. E.g.: I have a folder: 'images' containing images for every day: 2003-08-01.gif,.... I can build the imagename because I take the date of today. But how do I make a SWF that returns/ displays...
  4. Bramvg

    Prevent html in textarea

    Hi, how can I prevent users from filling out HTML in a textarea. I don't care if it's checked with a javascript or with coldfusion on the 'next&quot; page -> form action=page.cfm Thank you in advance bram
  5. Bramvg

    At random + cfquery + cfloop/cfoutput?

    Hi there, I hope someone can help me out. A cfquery result returns 35 records (this is not always 35). One fieldname 'QuestionID' contains numbers of questions. Now, I would like to make a list of 6 question, randomly picked from the 35 (result of the query). All 6 (at random picked)...
  6. Bramvg

    Take an online screencapture !!!

    Hi there, for my on line program I am able to create an image map using DHTML. Developers can indicate the zone on an image and I can capture the coordinates and save them in a database. Now, this requires that developers need to have an off line image file which they have to select (gif/...
  7. Bramvg

    Is IMAP supported under CF?

    Hello, I would like to know if IMAP is supported when creating coldfusion applications. We would like to create a webmail client for our e-mail server, but I don't know if we can do this, because our mail server (running on Unix) is using IMAP. regards bram
  8. Bramvg

    Read from floppy?

    Hi, does anyone know if I can make a page where I read the information of the floppy drive of the end-user (= visitor of my webpage)? It will be used on an intranet. The script must read files from the a: drive and upload them. I don't think it's possible, but does anyone of you guys if it is...
  9. Bramvg

    Search -&gt; in database

    Hi, my users can do a full search on the content of my website, which is stored in a database. But the search will searchin different tables, how do I manage to print out the correct content, cq. tablename? Let's say I've a database table called: Customers -> Fields [name, address]...
  10. Bramvg

    CFINCLUDE -&gt; path ?

    Hi, in my website structure I have a folder in the root called search. Now, on my site I want to include on several pages the search page like: /search/index.cfm but when I use CFINCLUDE TEMPLATE /search/index.cfm I get an error. CFMODULE doesn't work either. Does anyone know a sollution for...
  11. Bramvg

    Forms problem

    Hi, I have an application with 4 forms on 4 pages. It's a kind of a wizard, at the end of the wizard the information is passed to an exe. Now, once the user is on page 3 it's possible that they want to change information on page 1 (or 2). I tried a javascript history.back, but it's not always...
  12. Bramvg

    Frames -&gt; show them always?

    Hi, I would like that my visitors *always* see the frame on my website, my page is devided into 2 frames. menu.cfm and main.cfm Now, when someone would go directly goto main.cfm, e.g. http://mysite/main.cfm, I would like to 'force' to load the menu.cfm as well. The same for anothor page...
  13. Bramvg

    Euro -&gt; text field formatting

    Hi, It's not working when I test it :;-( bram
  14. Bramvg

    Euro -&gt; formaating

    Hi, When some enters a number into a text field I would like to format (check) the entered number. Because the format of the euro MUST be: xxxxx,xx the first string (before the ',') can be as long as the user wants it, but before the last two numbers their must be a ','. Example: 17897 =...
  15. Bramvg

    Euro -&gt; text field formatting

    Hi, When some enters a number into a text field I would like to format (check) the entered number. Because the format of the euro MUST be: xxxxx,xx the first string (before the ',') can be as long as the user wants it, but before the last two numbers their must be a ','. Example: 17897 =...
  16. Bramvg

    Iframe + forms

    Hi, I have a page, called '1.htm which contains 5 hidden fields with a certain value. On the same page I have an Iframe, which also contains hidden fields, about 15. Now, I'm trying to get all the values (20) onto the next page, 2.cfm Does anyone know how to do this?. tnx regards bram
  17. Bramvg

    Forms + Iframe

    Hi, I have a page, called '1.htm which contains 5 hidden fields with a certain value. On the same page I have an Iframe, which also contains hidden fields, about 15. Now, I'm trying to get all the values (20) onto the next page, 2.cfm Does anyone know how to do this?. tnx regards bram
  18. Bramvg

    Combine + functions?

    Hi, I'm not familiar with Javascript, but I have a question that must be easy ;-) I searched for 2 seperated javascripts on the net, and found them. But, when I change of form field the two functions must be run. Now, I would like to combine those two. e.g.: onKeyUp=&quot;return autoTab(this...
  19. Bramvg

    Iframes + Arrays / Lists/...?- &gt; WOW..?

    Hi, a question, my webpage contains 2 IFRAMES. The first iframe contains a form with 3 text fields, in all the 3 form fields the user has to enter a value (number in the first and text and the other 2). Now, when they click the OK button, the result appears in the second Iframe, on 1 line...
  20. Bramvg

    Pffff -&gt; linked form items

    Hi Bently22 one more question ;-) now a user must click the 'submit' button in order to see the value in the 3rd field. But, I would like that to happen when they the &quot;Tab&quot; key. The action now is set on: onChange=&quot;setRubriek(this.form)&quot;, but can I add the fuction...

Part and Inventory Search

Back
Top