the xmlhttprequest will not allow requests to different domains.
However, read this article. It is what I would call a hack, but it might do what you want.
Kris Brixon
www.brixon.org
Well, Dreamweaver 8 is newer than Dreamweaver MX, but you don't have to upgrade.
You can get the new tag information for Homesite to color code and hint.
Another option is Eclipse with CFEclipse plugin. (free)
Look at the features of Dreamweaver and see if the new features are something worth...
I have never used that tag, but in javascript if you want to hide something then stick it in a DIV and set the style="display:none;" You would have to add in the logic to check for values then change the display value.
Kris Brixon
www.brixon.org
What I like the most:
- How CF deals with databases, I have never used another programming language that was as DB friendly as CF.
What I dislike:
- Cost
- Prefixing all the tags with <CF...
Some resources:
cfQuickDocs
EasyCFM
If you have the money I would recommend CF, I feel it is very...
Try this:
<td><a href="page2.cfm?sort=#IIF(sort is 1, '2', '1')#&thesite=#thesite#">hltag</a></td>
<td><a href="page2.cfm?sort=#IIF(sort is 3, '4', '3')#&thesite=#thesite#">name</a></td>
and
WHERE site = '#TheSite#'
Kris Brixon
www.brixon.org
I had the same problem at one time. One programmer encrypted all his code the last day on the job and no one noticed until a bug was found months latter.
cfdecrypt.exe was great for the CF5 code we had.
Just copy the code to another machine to decrypt it, don't do it on the production server...
Once you are comfortable with ColdFusion you could look into one of the frameworks:
FuseBox
Mach-II
theHUB
Mach-II is not really a beginner framework unless you know OOP.
FuseBox 4.x is kinda a lot to deal with for beginners.
FuseBox 2 is not bad for beginners.
theHUB seems decent for...
From the following livedoc I would bet that it is possible. The following link talks about converting a word doc into html. Do that, then take the html and convert to flashpaper.
livedoc
Kris Brixon
www.brixon.org
First, dump the query to the string instead of run it then try to run it in Query Analyzer or Access or ?? (depends on DB). Make sure it is making valid SQL.
My guess:
# 1 is no id is being sent, so check for it.
# 2 there is an error with the SQL, so catch any errors.
<cfparam...
You might want to ask people on a forum about AD. I know there are extra fields that can be used, but I have no idea how the Windows Admins add that stuff.
Kris Brixon
www.brixon.org
In my experience, you are asking WAY TOO MUCH from the user. I know it sounds like a simple request, but they will forget, not read the note, mess it up, and not care.
Either search for line returns or for the end of the sentences and add the tags in code.
When you want something the same ALL...
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.