Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.07 seconds.
Search: Posts Made By: deepthiz
Forum: ColdFusion 06-18-2013, 02:54 PM
Replies: 0
Views: 181
Posted By deepthiz
Checkboxes in Coldfusion form

<table id="tab1" align="center">
<tr>
<td>

<input type="checkbox" onclick="return callme();"
<cfif structKeyExists(form,'chkbox3')> checked="checked"</cfif> name="chkbox3"...
Forum: JavaScript programming 10-17-2012, 02:53 PM
Replies: 2
Views: 305
Posted By deepthiz
custom confirm box

Hello all,

im looking to change the text on a confirm box 'ok' 'cancel' to 'yes' and 'view the case'. is it possible to do this using the regualr confirm box? the option will be
DO you want to...
Forum: JavaScript programming 10-03-2012, 03:15 PM
Replies: 0
Views: 309
Posted By deepthiz
Coldfusion pagination and search

I have the below code on a coldfusion page. This page displays the data from the query below having 25 records per page with pagination. Now i need to provide a textbox and search button so that the...
Forum: JavaScript programming 09-20-2012, 10:32 PM
Replies: 10
Views: 841
Posted By deepthiz
i made a silly mistake its working now!!! thanks...

i made a silly mistake its working now!!! thanks a bunch for your time! atleast i can move ahead with work now :) thanks again
Forum: JavaScript programming 09-20-2012, 09:41 PM
Replies: 10
Views: 841
Posted By deepthiz
thanks! im getting undefined on the parent page...

thanks! im getting undefined on the parent page instead of the cat descriptions!

the pair is not getting split actually....

when i alert the descs im getting undefined. :( on the child page
Forum: JavaScript programming 09-20-2012, 09:14 PM
Replies: 10
Views: 841
Posted By deepthiz
Above the Narrative! sorry i was not clear

Above the Narrative! sorry i was not clear
Forum: JavaScript programming 09-20-2012, 08:54 PM
Replies: 10
Views: 841
Posted By deepthiz
thanks again old pedant, on the parent...

thanks again old pedant,

on the parent page.

There is no input field for the category description.....on the parent page...like there are textareas for brief and narrative which get populated...
Forum: JavaScript programming 09-20-2012, 02:11 PM
Replies: 10
Views: 841
Posted By deepthiz
thanks for your reply Old pendant!. I made the...

thanks for your reply Old pendant!. I made the changes....im able to get the values in the textareas that is the brief and the narrative from child to parent page.

I want to retrieve the...
Forum: JavaScript programming 09-19-2012, 08:36 PM
Replies: 10
Views: 841
Posted By deepthiz
passing checkbox values from a child form to a parent form on submit in javascript

I have the below code in a coldfusion parent form. ON click of a checkbox a child window (abc.cfm) opens which has for example 5 checkboxes related to the check box on the parent window.

<input...
Forum: JavaScript programming 02-27-2012, 06:41 PM
Replies: 5
Views: 646
Posted By deepthiz
Can you please give me an example of this....so...

Can you please give me an example of this....so that I can use it in my JS
Forum: JavaScript programming 02-27-2012, 05:41 PM
Replies: 5
Views: 646
Posted By deepthiz
I tried this too, it gets disabled before the...

I tried this too, it gets disabled before the form is submitted for a second and when the page reloads the radio buttons have no selection. (they are no disabled). Please advice
Forum: JavaScript programming 02-27-2012, 03:39 PM
Replies: 5
Views: 646
Posted By deepthiz
Disable a radio button on form submit

Hello all,

I have 2 radio buttons
update bsc value
update mnr value

when user selects update mnr value, two more radio buttons should appear.
I have mnr value
I do not have mnr value.
Forum: JavaScript programming 10-21-2011, 06:54 PM
Replies: 2
Views: 266
Posted By deepthiz
Javascript help! auto select

Hi all,

I am newbie to JS. I have the below task. Please advise.

I have a result set of a query being displayed on a page. (5000+ rows).

I have to provide a search capability, a search box...
Forum: JavaScript programming 09-28-2011, 04:56 PM
Replies: 2
Views: 280
Posted By deepthiz
Thanks a lot Philips!

Thanks a lot Philips!
Forum: JavaScript programming 09-28-2011, 04:19 PM
Replies: 2
Views: 280
Posted By deepthiz
Javascript select box help

Hi all,

I am a newbie to JS. So please extend your help suggesstion to solve this problem I have.

I have 2 select boxes. Data in one select box is corresponding to the data in the other select...
Forum: JavaScript programming 05-09-2011, 09:25 PM
Replies: 1
Views: 480
Posted By deepthiz
Below is the piece of code, which is being used...

Below is the piece of code, which is being used to pass values from one select box to the second one.

I have removed the first select box and replaced it with an autosuggest text box.

<script>...
Forum: JavaScript programming 05-09-2011, 08:12 PM
Replies: 1
Views: 480
Posted By deepthiz
Pass value from a textbox to Selectbox

Hi All,

I am a newbie to Javascript, I have a text box which when searched with 3 characters of vendor name will do ajax request and populate the results below the textbox, beside the box are two...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 02:46 AM.