Forum: PHP Sep 29th, 2009 |
| Replies: 3 Views: 294 hello friends..
<?while($row=(mysql_fetch_array(result))
{?>
<tr>
<td><?echo $row['photo']?></td>
<td><?echo $row['info']?></td>
</tr>
<?}?> |
Forum: JavaScript / DHTML / AJAX Aug 17th, 2009 |
| Replies: 22 Views: 1,052 I dont think it is possible to change Id.. by using CloneNode...!! |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 22 Views: 1,052 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,052 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,052 can you tell where should i make changes in my code..? |
Forum: PHP Jul 15th, 2009 |
| Replies: 11 Views: 797 I m using 5.2 version...!! i tried the same code... that showing error missing mysqli class..!!
Is there any change i have to made in my php.ini..???? :O |
Forum: PHP Jul 15th, 2009 |
| Replies: 11 Views: 797 Can you help me how to use Mysqli..!!
mysqli = new mysqli("localhost","root","pass",false, 196608)
this showing error: mysqli class is missing...!! :O |
Forum: PHP Jul 13th, 2009 |
| Replies: 11 Views: 797 I have tried that also..!!
still showing error...!!!! |
Forum: PHP Jul 12th, 2009 |
| Replies: 8 Views: 2,062 Well that is helpful...
i have read somewhere that for running store procedure.. we need mysqli functions..!!! how much that are useful..? |
Forum: PHP Jul 11th, 2009 |
| Replies: 8 Views: 2,062 i have to call Mysql Procedure from Php... I dnt know how it is work..!!
Waiting for positive reply..!! :) |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2009 |
| Replies: 37 Views: 3,897 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: 3,897 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: 3,897 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: 3,897 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,564 Nice worK....!!
but i still want to know is there any to way refresh a particular div through ajax...!!! |
Forum: Geeks' Lounge Jul 8th, 2009 |
| Replies: 38 Views: 2,575 May God provide him peace... he was a great personality.. it's ridiculous to talk about what he did wrong..!!
he suffered a lot for his mistakes..!! ! and learned from them...!! |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 2 Views: 776 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: 3,897 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: 776 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,564 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: 460 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: 3,897 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,564 <?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,564 No replies... is it not possible...?????? :O |
Forum: JavaScript / DHTML / AJAX Jul 4th, 2009 |
| Replies: 37 Views: 3,897 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,564 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: PHP Jul 3rd, 2009 |
| Replies: 5 Views: 216 Hello Vanessia
<h2>Current Items and Quantities:</h2>
<table width="100%" cellpadding="1" border="1">
<tr>
<? $query = "SELECT description, quantity from products";
$result =... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 37 Views: 3,897 <?
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: 3,897 <?
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: 3,897 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: 3,897 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: 3,897 <!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: 485 Or is there anyway to disable the back button of broswer..?? |
Forum: PHP Jul 2nd, 2009 |
| Replies: 2 Views: 673 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: 1 Views: 485 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,811 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: 3,897 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: 3,897 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: 3,897 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: 3,897 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... |