User Profile
Collapse
Profile Sidebar
Collapse
tarunkhatri
Last Activity: Dec 14 '09, 11:18 AM
Joined: Sep 15 '09
Location: London
-
Is there no way to do it by php ? as dnt knw anything abt AJAX -
Submitting data to database after drag and drop.
Hi , I am really confused that how to submitted data back to the database with respective to the drag and drop happened on the client level. Below is my detailed problem.
I have three DIV containers containting various div's holiding the value coming from the database. So on the 1st load all the div containers have the values coming from the database. As soon as the data populated I provide the functionality of moving a div from one... -
-
Even i found a lot of javascript calender but.. no one with the functionality of start and to date. and one with this functionality was not freeLeave a comment:
-
need javascript pop up calender
Hi Everyone,
I am doing some development using php and sql I need a pop up javascript calender for a form which has start date and end date. So if someone selects a start date from the 1st pop up calnder 2nd calender shuold start from that date.
Can any one help me finding where I can find the source for such calendar.
Many Thanks -
If u dont want to use external style sheet u can use style properties as below.
Code:<input type="text" style="text-align: right;" value ="">
Leave a comment:
-
Parameter passing to php. can anyone help me debugging the code
Hi,
I want to pass the parameter of employee_id to a page. My code is working fine and passing parameter to page but the problem is rather then the current parameter. It passed the parameter which was selected in previous submit. Below is the code.
Code:<form action='manager_employee_select.php?proc_employee_id=<?php echo $_POST['proc_employee_id']; ?>' method="POST"> <table> <tr>
-
Hi Atli,
Your idea worked for me, thank you very very much for your help. I just rearranged the code as guided by you and it was all fine.
Many Many thanksLeave a comment:
-
Thnks fr ur help Zorgi & Atli
I cnt change the sequence of the code. It 1st selects the data from database to show in a excel like grid. Then user can edit it and submit it back to the database. But as soon as some one submits the edited information The grid still shows the previous information untill refreshed manually.
Refreshin by AJAX ? dnt knw anythng abt ajax so cnt comment & wud nt be possible to put the...Leave a comment:
-
Hi Paulraj. there are many queris in that form not one. So I dnt think Ur method wud be suitable for me.Leave a comment:
-
Page not gettin refreshed on form submit.
Hello,
I have a php page with a form(grid) which is submitting values to the database.
Code:<form action="<?php echo $_SERVER['PHP_SELF']?>" method="POST">
Is there any way by which this refresh happens as soon... -
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptThanks Dormi...I got a way around passinf count variable was doin all the prob..Anyways thanks very much for ur helpLeave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein Javascripthumm ok... I changed it to
Code:document.getElementById(rowno).innerHTML= id;
Leave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptI have changed my code to below.. but still dosnt work.?? does any one has a solution
Code:<script type="text/javascript"> function displaytaskid(ths,rowno) { var id= ths.options[ths.selectedIndex].value; alert (id); document.getElementById('task_id_rowno').innerHTML= id; }
Code:<?php for($count; $count <15; $count++) {?> <tr>
Leave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptThanks vry much Dormi. This wud be really helpful. I know I really have to read this otherwise I ll keep on hanging around. But still rgt now if u have a solution for above do let me knw.Leave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein Javascriptyes there are 2 td per tr.. In one td there is the cell where i want my value to be changed and in 2nd is the actual dropdown list. which is trigerrin the js function. A little bit about DOM. Whenevery this JS bit comes in my code i get confused as I m really not good at it.Leave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptTHanks Dormi, sounds a good idea.. but then how to identify it by the js function(what change I need to do to my JS function) to identify each cell with the respective change in the dropdown listLeave a comment:
-
tarunkhatri replied to Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptYeahh Dormi I know tht. But I really dnt knw how to change my code to do that.Leave a comment:
-
tarunkhatri started a topic Js function to change respecive cell value onchange selected value of dropdown valuein JavascriptJs function to change respecive cell value onchange selected value of dropdown value
Hi. I have a javascript function to change the value of the cell on chnage event of a dropdown list.My code is workin but the problem is that the value of the cell is chaning but not respective to the selected dropdown list( as there are 15 dropdown list and 15 cells), but only on the 1st cell. So need some identification for each cell. Can anyone help me just refine my code.
Code:<script type="text/javascript">
No activity results to display
Show More
Leave a comment: