Forum: ColdFusion Oct 4th, 2006 |
| Replies: 2 Views: 2,287 Re: Coldfusion MX Video??? hey,
check out this URL....
http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm (http://www.adobe.com/examples/cfgettingstarted/experience/index_content.cfm)
hope this... |
Forum: ColdFusion Sep 15th, 2006 |
| Replies: 1 Views: 1,500 Re: need assistant be clear in what you trying to express!!
i could not make out anything....... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 3 Views: 3,417 Re: date validation find here the regular expression...
if you are still not able to figure it out..let me know.....
/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/ |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 2 Views: 2,924 |
Forum: HTML and CSS Aug 24th, 2006 |
| Replies: 4 Views: 935 Re: [b]html & C++[/b] development environment is the set up of the server where the webapplication is being developed.
but in your case if you just want to experiment with HTML and C++, to my knowledge HTML cannot... |
Forum: HTML and CSS Aug 23rd, 2006 |
| Replies: 4 Views: 935 Re: [b]html & C++[/b] 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... |
Forum: HTML and CSS Aug 19th, 2006 |
| Replies: 8 Views: 1,335 |
Forum: ColdFusion Aug 19th, 2006 |
| Replies: 3 Views: 9,030 Re: Calculate Students Grade And Grade Weightage 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... |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 8 Views: 1,335 Re: web page creation 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... |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 5 Views: 2,113 Re: How to open a popup page automatically? 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... |
Forum: HTML and CSS Aug 17th, 2006 |
| Replies: 2 Views: 3,862 Re: reset drop down 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... |
Forum: ColdFusion Aug 16th, 2006 |
| Replies: 2 Views: 2,696 Re: Navigate back to Search Results 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... |
Forum: ColdFusion Apr 19th, 2006 |
| Replies: 1 Views: 1,477 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..... |
Forum: ColdFusion Apr 19th, 2006 |
| Replies: 6 Views: 6,908 |
Forum: ColdFusion Apr 19th, 2006 |
| Replies: 1 Views: 3,055 Re: CF Scheduler try using the cfscheduler tag.....after your event gets completed.... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 6 Views: 6,908 |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 10 Views: 14,818 Re: does dreamweaver MX can create forum? 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 7 Views: 5,613 Re: Need help with ColdFusion multipages 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 |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 6 Views: 6,908 |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 0 Views: 2,745 encrypt function 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 0 Views: 2,081 sending encrypted emails 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 2 Views: 5,871 Re: Coding for drop down boxes 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 3 Views: 4,693 Re: Help with a search form/page 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 16 Views: 7,049 Re: Posting News according to today's date 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 3 Views: 3,738 Re: code error 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... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 3 Views: 2,507 Re: Dreamweaver?? 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.... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 2 Views: 2,190 Re: different page titles 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... |