Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.10 seconds.
Search: Posts Made By: Jt107
Forum: JavaScript programming 02-13-2012, 06:15 PM
Replies: 0
Views: 228
Posted By Jt107
Keep High light while dropdown disable

Have problem with IE8. Before IE 8, I can disable a drop-down box, but the selected item still there highlighted. But IE 8 makes the highlight go away. Is there any way to keep the original, Disable...
Forum: ColdFusion 06-13-2011, 08:26 PM
Replies: 1
Views: 1,960
Posted By Jt107
Here is the solution: <cfloop...

Here is the solution:
<cfloop array="#employees#" index="i">
<tr>
<td>#i.getEmp_ID()#</td>
<td>#i.getFirstName()#</td>
<td>#i.getLastName()#</td>
<td>#i.getSalary()#</td>...
Forum: ColdFusion 06-13-2011, 07:34 PM
Replies: 1
Views: 1,960
Posted By Jt107
get array value

Please advice how could I get the value of phone number and language name from the following: I want to display all elements in a table.
http://ria.dzone.com/sites/all/files/Figure7_2.png

Thanks.
Forum: ColdFusion 04-05-2011, 04:38 PM
Replies: 2
Views: 3,024
Posted By Jt107
Thanks Greg, it worked. It seems I have to encode...

Thanks Greg, it worked. It seems I have to encode it before cfdiv and decode it in the binding url page.

Appreciate your help. Thank you very much.
Forum: ColdFusion 04-04-2011, 05:15 PM
Replies: 2
Views: 3,024
Posted By Jt107
Cfdiv Binding Variable with # sign Issue

Have a problem using cfdiv binding variable, because it contains # in the value, so when it passed in Firefox it truncked anything from # sign on.
here is the code:
<form name="myForm"...
Forum: ColdFusion 12-07-2010, 01:36 PM
Replies: 0
Views: 4,878
Posted By Jt107
Could not display frameset

Not sure what is the problem, when I change Application.cfm to application.cfc
my browser stays at the index page without excute the frameset in the page. If I put text before frameset it excutes....
Forum: JavaScript programming 11-30-2010, 04:09 PM
Replies: 24
Views: 2,072
Posted By Jt107
Got the solution from following code ...

Got the solution from following code


Thanks everyone for your help
Forum: JavaScript programming 11-30-2010, 02:00 PM
Replies: 24
Views: 2,072
Posted By Jt107
Compare "(" and ")" count in text input

I need to do an input text validation which include opening parenthesis and closing parenthesis, what I need to validate is the opening parenthesis match with closing parenthesis. Here is a sample of...
Forum: ColdFusion 11-29-2010, 08:19 PM
Replies: 1
Views: 4,913
Posted By Jt107
use the following function to solved the problem:...

use the following function to solved the problem:
<cffunction name="countOccurrences" access="public" returntype="numeric" required="true">
<cfargument name="string" type="string"...
Forum: ColdFusion 11-29-2010, 06:20 PM
Replies: 1
Views: 4,913
Posted By Jt107
count "(" in string

I need to do an input text validation which include opening parenthesis and closing parenthesis, what I need to validate is the opening parenthesis match with closing parenthesis. Here is a sample of...
Forum: ColdFusion 04-08-2010, 10:22 PM
Replies: 2
Views: 3,031
Posted By Jt107
Here are some links on prevention of data...

Here are some links on prevention of data injection, not sure if that is what you are looking for.
http://www.dreamweavercoldfusion.com/coldfusionsqlinjection.html...
Forum: ColdFusion 04-08-2010, 10:15 PM
Replies: 10
Views: 7,194
Posted By Jt107
If you set default for txtdatefrom like ...

If you set default for txtdatefrom like
<cfparam name="form.txtdatefrom" default=""> at the top of the processing page you will not get the error.
Also could it be a mismatch? your text field...
Forum: ColdFusion 04-08-2010, 10:06 PM
Replies: 2
Views: 3,452
Posted By Jt107
I did not found any join when select from two...

I did not found any join when select from two tables.

Try this:

<cfquery name="qryrDe" datasource="mydsn>
SELECT UserName, password, surName, middleName
FROM Users u, results r
WHERE...
Forum: JavaScript programming 03-09-2010, 01:14 PM
Replies: 2
Views: 688
Posted By Jt107
Thanks for the response. That did the trick....

Thanks for the response. That did the trick. Appreciate your help.

JT
Forum: JavaScript programming 03-09-2010, 03:01 AM
Replies: 2
Views: 688
Posted By Jt107
Question Server side validation return a value

I have a form field that needs to be validated in a hidden Iframe which is driven by Coldfusion. Which is working fine. But the same form field also need do some client side validation as well if...
Forum: JavaScript programming 11-22-2002, 02:45 PM
Replies: 2
Views: 624
Posted By Jt107
Thanks, or I need to limit the script to execute...

Thanks, or I need to limit the script to execute only it has two levels.
Forum: JavaScript programming 11-22-2002, 02:37 PM
Replies: 3
Views: 846
Posted By Jt107
That is a reasonable statement. just wondering...

That is a reasonable statement. just wondering how ask.com, Hotmail.com trying to keep everything within their framesets.
Forum: JavaScript programming 11-21-2002, 11:04 PM
Replies: 3
Views: 846
Posted By Jt107
Force pages in your frame

How to keep the url links from breaking frames.
For instatance, I have a link www.externalsite.com, or yahoo.com, when you click them, they may break my frame, so the visitor lost track of my site....
Forum: JavaScript programming 11-21-2002, 05:04 PM
Replies: 2
Views: 624
Posted By Jt107
Undefined Error

I am not very good on javascript, but I have deal with an error on a javascript menu. When the menu item has two or more levels, it works fine, but when it is single level, it give me a debugging...
Forum: JavaScript programming 11-17-2002, 06:04 PM
Replies: 11
Views: 2,310
Posted By Jt107
Even worse, I was making changes on one folder...

Even worse, I was making changes on one folder and testing another!!

what else deserve to be laughed at?
Forum: JavaScript programming 11-15-2002, 11:08 PM
Replies: 11
Views: 2,310
Posted By Jt107
Sorry, I was not being clear. Both ...

Sorry, I was not being clear. Both

top.frames['header'].location.reload(); or
parent.header.location.reload();

Reload the page. It was sth else disabled it.
Forum: JavaScript programming 11-15-2002, 04:11 PM
Replies: 11
Views: 2,310
Posted By Jt107
Thanks all. It is working.

Thanks all. It is working.
Forum: JavaScript programming 11-15-2002, 03:38 PM
Replies: 11
Views: 2,310
Posted By Jt107
The links are targeting the body(main frame)....

The links are targeting the body(main frame). Could your explain you idea? Thanks
Forum: JavaScript programming 11-15-2002, 02:59 PM
Replies: 11
Views: 2,310
Posted By Jt107
Thanks, but it does not work for me either.

Thanks, but it does not work for me either.
Forum: JavaScript programming 11-15-2002, 02:47 PM
Replies: 11
Views: 2,310
Posted By Jt107
Refresh another frame

I am trying to refresh another frame while navigating on the menu frame, but it does not work, I have an onclick event for the links, so I simply add top.header.location.reload(); i even removed the...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 02:52 PM.