Search Results

Showing results 1 to 38 of 38
Search took 0.03 seconds.
Search: Posts Made By: nish123 ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Aug 17th, 2009
Replies: 22
Views: 1,117
Posted By nish123
I dont think it is possible to change Id.. by using CloneNode...!!
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009
Replies: 22
Views: 1,117
Posted By nish123
function add(oRow)
{
var selObj = oRow.getElementsByTagName('select')[0];
if(selObj[0].selected){ // Check for empty ledger entry
alert("Please select ledger");
...
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009
Replies: 22
Views: 1,117
Posted By nish123
actually i dont want to use ID...!! major reason is that i m also using a delete button which will delete the row..!!
.
.
this mean that again there can be same Id which will create problem..!! :(
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009
Replies: 22
Views: 1,117
Posted By nish123
can you tell where should i make changes in my code..?
Forum: JavaScript / DHTML / AJAX Jul 11th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Thank u Sir...!!!
Finally i got that how this function works...!!!

Yeah i m working Autocomplete...
but first of all i have to remove select dropdown and commands related to it...!!! and in...
Forum: JavaScript / DHTML / AJAX Jul 9th, 2009
Replies: 37
Views: 4,348
Posted By nish123
I will Surely give a try to your proposal...!! but seniors want it in that way only... and now they are suggesting to use Autocomplete or Autosuggest in place of Dropdown..!!!!

means another text...
Forum: JavaScript / DHTML / AJAX Jul 9th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Debit and Credit are accounting terms and i m making web application just like telly software(popular accounting software)...!!!

if debit is filled with values then Credit must be blank and if...
Forum: JavaScript / DHTML / AJAX Jul 9th, 2009
Replies: 37
Views: 4,348
Posted By nish123
thnx to God and Sysel..
Finally i have done.. what i want..!!!

Dom is very Complex and Confusing..!!
Forum: JavaScript / DHTML / AJAX Jul 8th, 2009
Replies: 9
Views: 1,778
Posted By nish123
Nice worK....!!
but i still want to know is there any to way refresh a particular div through ajax...!!!
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009
Replies: 2
Views: 815
Posted By nish123
i did it.. but i found only complex code...!!!
i just want a simple script..!!

Can u provide.. any Link..?
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Sir i want to disable the textbox also.. if first textbox is filled then second textbox got disabled...vice versa..
I know i have to make changes in emtryStr() but i didnt find the right way..!!! ...
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009
Replies: 2
Views: 815
Posted By nish123
this thing is being seen on many websites...!
while page is loading.. user see a page loading Icon until the page loads..!!!
i dont knw wht exactly it is called.?? i hope u understand what i...
Forum: JavaScript / DHTML / AJAX Jul 6th, 2009
Replies: 9
Views: 1,778
Posted By nish123
this is my full page code..!!! its a dirty work..lolzz..!! Kindly Explain your code little bit.. i m unable to understand..!!!! Thanks for reply..!! :)


<? include_once('session.php');?> ...
Forum: JavaScript / DHTML / AJAX Jul 6th, 2009
Replies: 1
Views: 521
Posted By nish123
Just a small query..!!
how can i stop user to enter future date..

or user can enter or user can enter future 10 days..!

Thnx
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Great Sir.. Code is working perfectly and fine in IE and Firefox..!!!
Earlier i tried to add new row in beginning for column headers.. and thts creating problem.. i think that interrupting the DOM...
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009
Replies: 9
Views: 1,778
Posted By nish123
<?while($row=mysql_fetch_array($result))
{?>
<td><?echo $row['ledgerName']; ?></td>// column name Ledgers
<td><input type="textbox"></td>// column name Amount
<?}?>
<input type='button'...
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009
Replies: 9
Views: 1,778
Posted By nish123
No replies... is it not possible...?????? :O
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Okay Sir.. may be thats why when i tried to insert my Html code in it.. its shows error..in Firefox... and yes i use firebug... its a great tool..
i want that if u didnt select any option from...
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009
Replies: 9
Views: 1,778
Posted By nish123
hello friends have a look on my attechments..

the rows are dynamically genrated from database..!! In column Amount user fills values....!!!

when user click on add ledger.. a new popup window...
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009
Replies: 37
Views: 4,348
Posted By nish123
<?
include_once('session.php');
include_once('datainsert.php');
include_once('config2.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009
Replies: 37
Views: 4,348
Posted By nish123
<?
include_once('session.php');
include_once('datainsert.php');
include_once('config2.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009
Replies: 37
Views: 4,348
Posted By nish123
and one more thing.. when i send data... the BRAND array shows blank..!! i dont knw why..??
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009
Replies: 37
Views: 4,348
Posted By nish123
Thanks again Sir...!!! Superb Work..!!!
but have to notice.. the brand u select once does not come for second time..!! i means once u select 'Water'option...it does not
come in second Row..!! :(...
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 37
Views: 4,348
Posted By nish123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html dir="ltr"><head>
<title>Journal Entry</title><meta http-equiv="Content-type"...
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 1
Views: 548
Posted By nish123
Or is there anyway to disable the back button of broswer..??
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 1
Views: 548
Posted By nish123
Hello friends..
I want to destroy the session when user click on Back button or browser... is it part of Javascript or Php..?

i think its just a small Query..!!

Thank u..!! :)
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 7
Views: 2,977
Posted By nish123
For IE Go for it
chbk.onclick = function(){urFunctionName();};
For Firfox Go For it
chbk.setAttribute('onClick','urFunctionName()');
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 37
Views: 4,348
Posted By nish123
Thank you Sir, thanks a lot..!!! :)
yes u r right sir... we cant send values of textbox on submit..until it is Disabled.. So instead of disabled.. can i use ReadOnly attribute.. that will decrease...
Forum: JavaScript / DHTML / AJAX Jul 1st, 2009
Replies: 37
Views: 4,348
Posted By nish123
Sir.. u r real Champ..!! :)
i dnt knw why u think tht i want to argue...?? i nvr thnk of it.. :O

thanx for the advice... i will surely work on it...!!!
kindly help me in ur code..
When i add a...
Forum: JavaScript / DHTML / AJAX Jul 1st, 2009
Replies: 37
Views: 4,348
Posted By nish123
tht was almost the perfect function....!!!! Thank u so much..!!
but sir i said only one text box from a row should be filled not both the fields...!!!
and there is one more field in which i m using...
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Bravo Maan... exactly wht i looking for... but still there are few validation tht i want in it.... Can u guide me little bit...!!!
i will be thankful to u...!!!
Validation are like this-
1) At...
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Ayesha..
It is useful thread...but i want it in javascript....!!! i m making a small accounting web application.. i want it to enter multiple transactions...!!!
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009
Replies: 37
Views: 4,348
Posted By nish123
yeah i m also asking for the code only..!! :D
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009
Replies: 37
Views: 4,348
Posted By nish123
Hello Frndz i m in complete mess...

i have to a table with Add/Remove rows features...
it should look like this -

textbox1 | textbox2 | Add Button

after clicking the add button Row will...
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009
Replies: 10
Views: 827
Posted By nish123
okay... i have done the same before... but i got problem because it create the span tag but didnt ends the span tag..!!

i want output like this--

textbox1 | textbox2 | Add New Item button
...
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009
Replies: 10
Views: 827
Posted By nish123
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009
Replies: 10
Views: 827
Posted By nish123
hello frndz..

i have a function in javascript to add new cell in a table...!! tht work perfectly but now i want to create a span tag within cell tag..!!


var cellLeft = row.insertCell(3);
...
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009
Replies: 16
Views: 1,564
Posted By nish123
document.write(' document.stats.site.value + \'/\');"');

can u tell me why u ' \'/\');' in end of line..?? :O
Showing results 1 to 38 of 38

 


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

©2003 - 2009 DaniWeb® LLC