Hello,
Is the an obvious way to do this....cuz I'm banging my head on the wall here.
I have a XML doc that has a date-time value. I want to compare that date against now. If XML date is in the future, proceed to next frame kinda thing. What format does a date-time have to be in order to...
Hello all,
I have a basic image/link rotater. It loads from a XML file and images from a directory. What I'm trying to do is add a alpha tween to images as they are loaded. Here is my action script:
slides_xml = new XML();
slides_xml.onLoad = startSlideShow...
Hello all,
Here is my xml doc and desired output. I'm pretty new to using xslt and this has really stumped me. So any help is appreciated.
XML:
<VitalSignsComponent>
<patient_info>
<vitals>
<type>bp</type>
<date>04/14/2003</date>
<time>13:15:00</time>
<sys_value>157</sys_value>...
I have a win2000/IIS-5/CFServer(Server) box and another wins2000/CFstudio(Dev) box. What I'd like to do is run cfserver on "Server" and keep my cfm files(wwwroot) on "Dev".
This will work for HTML pages but I haven't been able to get CF to process a cfm page located on...
When you insert user supplied information from a form(text, textarea) and insert into a database, what is the best method for keeping HTML, hacks and other crap from being inserted?
I'm currently using URLEncodedFormat to convert the info before insert and URLDecode during output.
I really...
What option are available in the cfmailparam tag?
<cfmailparam name="Header" value="#Header_value#">
Does anyone have a list of all options for this tag?
Thanks in advance
I have an issue with cffile on OS MAC using IE.
If the file field is left blank it passes a .tmp file in the form fields and this makes the cffile tag blow up because I'm limiting acceptable file type to jpg or gif.
My code works fine in all other OS and browsers.
<CFIF Trim(uploadfile) IS...
I'm creating a online quiz. Each question is random from a database of 15 questions. The quiz has a total of 5 questions.Each question has it's own page. quiz1.cfm, quiz2.cfm,etc..
I run a cfquery on the answer to determine is correct, but can't seem to keep a tally on number of right and wrong...
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.