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="{.}"...
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...
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...
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" page -> form action=page.cfm
Thank you in advance
bram
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)...
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/...
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
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...
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]...
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...
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...
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...
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 =...
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 =...
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
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
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="return autoTab(this...
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...
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 "Tab" key.
The action now is set on: onChange="setRubriek(this.form)", but can I add the fuction...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.