- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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? | |
Re: 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? | |
Re: 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 | |
Re: 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] | |
Re: 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...... | |
Re: be clear in what you trying to express!! i could not make out anything....... | |
Re: 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 … | |
Re: try this [B][COLOR="Green"]/^ZPR[0-9]{8}$/[/COLOR][/B] instead of this [B][COLOR="DarkRed"]/^ZPR\[0-9]$/[/COLOR][/B] | |
Re: 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. | |
Re: 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...... | |
Re: 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 … | |
Re: 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 … | |
Re: 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!! | |
Re: 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 … | |
Re: could u explain ur problem in detail? | |
Re: 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..... | |
Re: try using the cfscheduler tag.....after your event gets completed.... | |
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 … | |
Re: 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... | |
Re: 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... | |
Re: 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.... | |
Re: 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.... | |
Re: 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.... |