Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: anuradhu
Forum: PHP Jul 28th, 2009
Replies: 4
Solved: Showing image
Views: 231
Posted By anuradhu
Use the <img tag inside the ECHO statement.
Forum: ColdFusion Oct 4th, 2006
Replies: 2
Views: 2,757
Posted By anuradhu
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,808
Posted By anuradhu
be clear in what you trying to express!!
i could not make out anything.......
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006
Replies: 3
Views: 4,715
Posted By anuradhu
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: 3,932
Posted By anuradhu
try this

/^ZPR[0-9]{8}$/

instead of this

/^ZPR\[0-9]$/
Forum: HTML and CSS Aug 24th, 2006
Replies: 4
Views: 1,165
Posted By anuradhu
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: 1,165
Posted By anuradhu
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,805
Posted By anuradhu
i cannot get the meaning and purpose of ur post!!!
Forum: ColdFusion Aug 19th, 2006
Replies: 3
Views: 10,609
Posted By anuradhu
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...
Forum: HTML and CSS Aug 17th, 2006
Replies: 8
Views: 1,805
Posted By anuradhu
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: 3,504
Posted By anuradhu
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...
Forum: HTML and CSS Aug 17th, 2006
Replies: 2
Views: 6,062
Posted By anuradhu
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: 3,558
Posted By anuradhu
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....
Forum: ColdFusion Apr 19th, 2006
Replies: 1
Views: 1,785
Posted By anuradhu
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: 8,756
Posted By anuradhu
Forum: ColdFusion Apr 19th, 2006
Replies: 1
Views: 3,460
Posted By anuradhu
try using the cfscheduler tag.....after your event gets completed....
Forum: ColdFusion Apr 18th, 2006
Replies: 6
Views: 8,756
Posted By anuradhu
have you found the solution?
Forum: ColdFusion Apr 18th, 2006
Replies: 10
Views: 17,384
Posted By anuradhu
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: 6,331
Posted By anuradhu
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: 8,756
Posted By anuradhu
could u explain ur problem in detail?
Forum: ColdFusion Apr 18th, 2006
Replies: 0
Views: 3,251
Posted By 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...
Forum: ColdFusion Apr 18th, 2006
Replies: 0
Views: 2,456
Posted By 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...
Forum: ColdFusion Apr 18th, 2006
Replies: 2
Views: 6,992
Posted By anuradhu
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: 5,548
Posted By anuradhu
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: 8,204
Posted By anuradhu
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...
Forum: ColdFusion Apr 18th, 2006
Replies: 3
Views: 4,243
Posted By anuradhu
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,836
Posted By anuradhu
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,621
Posted By anuradhu
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....
...
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC