Forum: JavaScript / DHTML / AJAX Nov 13th, 2008 |
| Replies: 0 Views: 561 Hi all,
I'm trying to add 3 rows on a click of a button and each row has 14 columns with text boxes and 4 of these textboxes has onblur events which dont work in the new rows added can someone help... |
Forum: JavaScript / DHTML / AJAX Nov 11th, 2008 |
| Replies: 2 Views: 1,207 <html>
<head>
<script language=javascript>
function updateopen()
{
var c_value = "";
var cb = document.getres.checkbox;
for (var i=0; i < cb.length ; i++)
{
if... |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 8 Views: 7,587 Hi All
i want to develop a code such that when i click on the text next to the radio button the radio button should be selected and even if the button is clicked
how can i achieve this
any help... |
Forum: PHP May 5th, 2008 |
| Replies: 1 Views: 433 Hi there
i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new... |
Forum: JavaScript / DHTML / AJAX May 5th, 2008 |
| Replies: 1 Views: 3,551 Hi there
i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new... |
Forum: PHP Apr 4th, 2008 |
| Replies: 4 Views: 8,546 i want to assign the value of a java script variable to a php variable ????
can any one help me plz |
Forum: PHP Apr 4th, 2008 |
| Replies: 5 Views: 1,199 how do i assign javascript variable to php variable? |
Forum: PHP Apr 3rd, 2008 |
| Replies: 5 Views: 1,199 on the submit button
<input type="submit" value="Save" name="Save" tabindex="7" style="font-size: xx-small" onclick="save()">
inside the form |
Forum: PHP Apr 3rd, 2008 |
| Replies: 5 Views: 1,199 Hi
i'm trying to display a default value in a atext field then when user changes it im grabbing it in javascript and passing it as a hidden variable but it doesnt work
//javascript function... |
Forum: PHP Mar 27th, 2008 |
| Replies: 15 Views: 3,763 <?
session_start();
$_SESSION['sname'] = 'supnum';
include ("../../Include_Files/ServerSide/e2a.inc");
include ("../../Include_Files/ServerSide/connect_qisuser.inc");
$query = "select sran8... |
Forum: PHP Mar 27th, 2008 |
| Replies: 15 Views: 3,763 |
Forum: PHP Mar 27th, 2008 |
| Replies: 15 Views: 3,763 like write the code for validation in the page which its redirecting to or on the same page where onsubmit it calls a JS function and checks for validation? |
Forum: PHP Mar 27th, 2008 |
| Replies: 15 Views: 3,763 Hi I'm new to PHP and i'm stuck in this code....
i knw how to do it in javascript but not in PHP
i want to grab the value from a text field and check if tht value exist in an array and if it does... |
Forum: PHP Mar 27th, 2008 |
| Replies: 15 Views: 3,763 Hi I'm new to PHP and i'm stuck in this code....
i knw how to do it in javascript but not in PHP
i want to grab the value from a text field and check if tht value exist in an array and if it does... |