Forum: JavaScript / DHTML / AJAX Sep 11th, 2009 |
| Replies: 0 Views: 422 hello friends,
i am searching a ajax captcha from some time which have following properties,
- intimate user for wrong verification code without refresing ... 2ndly
- if the user enters the... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 11 Views: 393 thank you very much for your responses. when i declare arry() before the loop according to your advise, script run fine. |
Forum: PHP Sep 3rd, 2009 |
| Replies: 11 Views: 393 I used following code as per your suggestion,
------sql query here------------
$result = mysql_query($sql):
while ($row = mysql_fetch_array($res))
{
$row[tableLegends];
$link = array ();... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 11 Views: 393 hi friends,
my code is as follow,
------sql query here------------
$result = mysql_query($sql):
while ($row = mysql_fetch_array($res))
{
$row[tableLegends]; |
Forum: PHP Aug 25th, 2009 |
| Replies: 2 Views: 210 In php file while loop is used to populate data in array in a following
way,
$result = mysql_query($sql ) or die ('Error, list failed. ' . mysql_error());
while($row =... |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2009 |
| Replies: 1 Views: 723 hi,
i have passed following parameters in ajax function,
onclick = "agU(<?php echo $u . ' , ' . $msg; ?>);"
its not working. when i test the same function in following way it runs fine. |
Forum: JavaScript / DHTML / AJAX Jun 18th, 2009 |
| Replies: 0 Views: 528 i have displayed a button on a page, by which a user may report anything to admin about contents complaint. when user click on this button, it leads to a new page where in a form he fills data & send... |
Forum: PHP Jun 16th, 2009 |
| Replies: 3 Views: 389 i am getting the list of values from databas table, some values are null, i want to show the values, which are not null. example is as follow,
//sql query
while ($row =mysql_query($result))
{... |
Forum: PHP Jun 15th, 2009 |
| Replies: 3 Views: 2,010 thank you for the solution. |
Forum: PHP Jun 12th, 2009 |
| Replies: 3 Views: 2,010 i have four checkboxes, user have option to select all or any of them as per the nature of complaint. the html code is as follow....
<input type="checkbox" name="comp1" value="Abusive words are... |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009 |
| Replies: 11 Views: 1,770 thank you very much.............its working now, after your advised ammendments....... |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2009 |
| Replies: 11 Views: 1,770 its runnung very much fine....your solutions are always give me something different....thinking of doing things differently....
when i test the following....it does not respond...please can you... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 11 Views: 1,770 sorry essential, i used every method including all the instructions given by you, but no success.... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 11 Views: 1,770 |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 11 Views: 1,770 is it possible to use the xmlHTTP.responseText in any other java function, after execuation of stateChanged() function??? example in ajax...
function stateChanged(){
if (xmlHttp.readyState==4... |
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009 |
| Replies: 11 Views: 2,618 thank you essential, for giving so much ideas & solutions. |
Forum: JavaScript / DHTML / AJAX Jun 5th, 2009 |
| Replies: 11 Views: 2,618 actually, it is for capatcha securimage validation. when any user enters the wrong picture words in input field or does not enter any words, the script respond with message alert box, if he enter the... |
Forum: JavaScript / DHTML / AJAX Jun 5th, 2009 |
| Replies: 11 Views: 2,618 thank you very much essential for the solution. i was trying to get the solution for last 10days. i have a request, can you please post all the right code. |
Forum: JavaScript / DHTML / AJAX Jun 5th, 2009 |
| Replies: 11 Views: 2,618 thank you for detailed reply.
the script is running fine, when i enter no code in input box, it alerts "Please enter the right word" when enter right or wrong code it alerts "Thank you and this... |
Forum: JavaScript / DHTML / AJAX Jun 5th, 2009 |
| Replies: 11 Views: 2,618 sorry, its just spellling mistake, but the result is at its place.. |
Forum: JavaScript / DHTML / AJAX Jun 4th, 2009 |
| Replies: 11 Views: 2,618 i want to get the alert on responce text, but getting nothing, my code is as follow,
<?php session_start(); ?>
<script type="text/javascript">
var xmlHttp
function checkCAP(str) {
if... |
Forum: JavaScript / DHTML / AJAX Jun 4th, 2009 |
| Replies: 4 Views: 510 thank you very much for the valueable comments.actually i want to ask something else. i am going to start new post for it. |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 4 Views: 510 i want to display alert on the basis of responce text in AJAX, meaning to say i am getting responce text in id "responce " through php file by AJAX method, when responce is incorrect it shows alert... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 3 Views: 2,467 thank you very much for so helpful scripts. |
Forum: JavaScript / DHTML / AJAX Apr 24th, 2009 |
| Replies: 3 Views: 2,467 i want to populate drop down box values on the basis of other drop down box value dynamically(without refreshing the page) using java script. i tried to search on google, but could not find anything.... |
Forum: JavaScript / DHTML / AJAX Apr 20th, 2009 |
| Replies: 10 Views: 2,263 Thank you wblakenc, now the code is working very much fine on IE7, Safari and Fire Fox.
Thank you very much once again. |
Forum: JavaScript / DHTML / AJAX Apr 20th, 2009 |
| Replies: 10 Views: 2,263 thank you very much for your very good solutions, i tried them all but Unfortunately still no success, my complete code sample is as follow,
<html>
<head>
<title>DEMO</title>
<script... |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 10 Views: 2,263 the code did not work by removing with(form). however thank you very much for helping me... |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 10 Views: 2,263 Thank you nav33 for guiding... 1st solution is very much working,
but 2nd one is nor working, the code is as follow,
function validate(form) {
with(form) {
if(form.conPerP1.value=="" ||... |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 10 Views: 2,263 i want to validate whether the checkbox is empty or not, if it is empty, the alert box show message, but the following code is not working...
function validate(form) {
with(form) {
... |
Forum: PHP Mar 3rd, 2009 |
| Replies: 7 Views: 1,209 thanks for your valueable solutions...
please can you suggest me any tutorial for fruther and advance guidance in this regards...
shuja |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,209 i am using POST method..
nav33n, when i use $action == 'preview' and $action=='submit', it does nothing with no error.
however, i just tried GET method, which is running fine.
But i wana use... |
Forum: PHP Mar 2nd, 2009 |
| Replies: 7 Views: 1,209 i want to provide an option to user to preview the form input before form submission, it runs well, but it does the same action on pressing submission or preview button
html
<form>
<tr>
... |
Forum: PHP Dec 12th, 2008 |
| Replies: 4 Views: 610 once again thank you sikka_varun for your valueable solution. actually i was using $sql return value of function instead of function its self.
$result =... |
Forum: PHP Dec 11th, 2008 |
| Replies: 4 Views: 610 Thank you sikka_varun for your response, when i use the same query in regular scrips, it runs fine, but when it is used in finction it does not response without any error message.
However i... |
Forum: PHP Dec 11th, 2008 |
| Replies: 4 Views: 610 Hellow evey body,
I have to use same sql query frequently on diferenet php scripts pages in a appliction, i want to put this query in a funtion to use it where i want but this funtion is not... |
Forum: JavaScript / DHTML / AJAX Dec 11th, 2008 |
| Replies: 5 Views: 1,130 sikka_varun thank you for your valueable solution...this is very much working.
jbennet, I think you may prevent these files path to steal by using php or some server side coding, if any body try to... |
Forum: JavaScript / DHTML / AJAX Dec 3rd, 2008 |
| Replies: 5 Views: 1,130 Hellow,
Can we prevent exposing java script and css in source code of web page on the user machine???
please if anybody know about it????
shuja |
Forum: PHP Nov 21st, 2008 |
| Replies: 4 Views: 867 yes, it was my mistake. this code is working fine......
Thank you very much Pritaeas and Rhyan...... |
Forum: PHP Nov 21st, 2008 |
| Replies: 4 Views: 867 but this code is not working, some else solution please.... |