Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~4K People Reached
Favorite Forums
Member Avatar for anuradhu

could someone please let me know the encryption level of the encrypt function of coldfusion.... as far as i know it supports onjly 32 bit encryption...are there any chances of it supporting any other encryption levels.... has anything happenend in coldfusion7?

Member Avatar for arrgh
0
157
Member Avatar for sfrider0
Member Avatar for Erik

dreamweaver is just an editor which would help you to code a programming language... kindly dont rely on dreamweaver for such kind of development stuff.... what is your server script? r u using php/coldfusion/asp/jsp?

Member Avatar for soolmaan
0
391
Member Avatar for rharp

website links for coldfusion: macromedia.com easycfm.com cffaq.com coldfusiontutorials.com webmonkey.com but for me the macromedia site has always been the best reference

Member Avatar for lightningrod66
0
270
Member Avatar for Lbruce

find here the regular expression... if you are still not able to figure it out..let me know..... [COLOR="SeaGreen"][B]/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/[/B][/COLOR]

Member Avatar for ~s.o.s~
0
98
Member Avatar for suddenmoves

hey, check out this URL.... [URL="http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm"][COLOR="Green"]http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm[/COLOR][/URL] hope this helps......

Member Avatar for Kmax Ultra
0
140
Member Avatar for cyberdata

be clear in what you trying to express!! i could not make out anything.......

Member Avatar for anuradhu
0
89
Member Avatar for lethalbeez

hi, your problem description is actually very vague. it would be great if you could be a bit more clear... as far as i understand ur problem... if u want to display grade based on the marks....<CFIF would have definetely helped.... look at the following sample <CFOUTPUT> <CFIF marks GT …

Member Avatar for jeromemck
0
203
Member Avatar for darylcharm

try this [B][COLOR="Green"]/^ZPR[0-9]{8}$/[/COLOR][/B] instead of this [B][COLOR="DarkRed"]/^ZPR\[0-9]$/[/COLOR][/B]

Member Avatar for anuradhu
0
112
Member Avatar for grunge man

If you can explain me the purpose of using C++ and the environment you are working in, I guess I would be able to help you.As far as I know C++ cannot be used with HTML, but you can anyways do that depending upon your development environment.

Member Avatar for mostafadotnet
0
139
Member Avatar for uxohus2b

you can do it by calling a Javascript function which opens the window on the load of the page... there is an attribute onLoad with the <body tag....you can use that....... but be very sure that the popup has to open everytime the page is viewed......

Member Avatar for uxohus2b
0
305
Member Avatar for lavin

if u looking for an editor,then Dreamweaver,Microsoft Development Environment,etc. will be useful and in case if u are looking out for language to make a web page...the u can go ahead with HTML....if ur pages are static and if it is dynamic u will have to choose the server scripting …

Member Avatar for tgreer
0
145
Member Avatar for Lbruce

check out this ways: call a function onchange of the first combo where you will have to set the value of the second combo to the default value. Say if the default value of the second combo is "default_value" and the name of the function called on change of the …

Member Avatar for hollystyles
0
152
Member Avatar for joonoh05

You can pass the search criteria in hidden variables from the page where the search results are actually displayed,then you will have to pass these hiddens wherever they are needed to be retrieved. Hope this helps!!Let me know for any more clarifications!!

Member Avatar for joonoh05
0
266
Member Avatar for HostChart

hey there, what is ur actual requirement? a) do u want different page titles in different pages or b) you want the title mentioned in one page to be reflected in all the pages of your site.... if (a) is your option then you have to set the title in …

Member Avatar for damonledet
0
73
Member Avatar for bkendall
Member Avatar for kotiaswati
Re: Help

if you are seaching for complete ebookk...i dont think they would be for free........ i would recommend the livedocs of macromedia to be the best source for you.....

Member Avatar for anuradhu
0
92
Member Avatar for red_evolve

try using the cfscheduler tag.....after your event gets completed....

Member Avatar for anuradhu
0
144
Member Avatar for anuradhu

could anyone there hlp me how to send encrypted emails using coldfusion... i planned to encrypt the content of the mail to be sent but the decryption is to be done when the user receives the mail....and the encryption should be done using a public key and the decryption using …

0
66
Member Avatar for imarti10

try this: on change of the first combo/list submit the form and pass the value of the combo to the query to fetch the records satisfying this value.... then populate the second combo accordingly based on the recordset from the second query hope this helps...

Member Avatar for anuradhu
-1
146
Member Avatar for walkerst

try this: on change of the first combo/list submit the form and pass the value of the combo to the query to fetch the records satisfying this value.... then populate the second combo accordingly based on the recordset from the second query hope this helps...

Member Avatar for anuradhu
0
298
Member Avatar for fbalangue

i had a similar kind of an issue with MS SQL Server which also supports only 255 characters for the text field. i solved it by making the text field to varchar of teh desired length i wanted. le me know if this works out....

Member Avatar for anuradhu
0
613
Member Avatar for sam1981

yes you can do it by logging into the coldfusion administrator... go to the link which speaks about the datasources....and add the datasource and the type of the database you are trying to use and use this datasource name in your code.... hope this helps....

Member Avatar for anuradhu
0
101
Member Avatar for takcw

are you using window.back? if yes, u dont have any option to get the info back.. and what purpose you are trying to do this.....coz based on the purpose e can try to solve it....

Member Avatar for anuradhu
0
109