User Profile

Collapse

Profile Sidebar

Collapse
sarvanhsr
sarvanhsr
Last Activity: Mar 30 '10, 01:19 PM
Joined: Jan 9 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    function pagevalidation(formtunisia)
    {
    	var tunisiaNull = document.getElementById('tuninull').value;
    		var alreadyExist = document.getElementById('exist').value;
    	if(!tunisiaNull)
    	{
    		return ModalPopupsAlert();
    	}
    	<? if($_REQUEST['id'] == "") { ?>
    	else if(alreadyExist!= 1)
    	{
    		return ModalPopupsAlready()
    	}
    	<? } ?>
    	else
    	{
    ...
    See more | Go to post
    Last edited by gits; Mar 30 '10, 07:49 PM. Reason: added code tags

    Leave a comment:


  • document.formname.submit() not working in safari browser..

    Hai,
    I have one problem..we finshed a project.. using document.formna me.submit() to submit the form....It's all well working in IE and FIREFOX and remains like mud in safari browser.. nothing happens when we submit form using JavaScript...

    Please help me...
    I cant find answer for this question in earlier post..
    safari version 4.0.3

    thanks in advance..
    See more | Go to post

  • thanks u a lot... i have done that.. its working...

    i used onchange on every elements in my form...

    is there any way to check onchange of whole form using function..

    Again Thank u for kind reply
    See more | Go to post

    Leave a comment:


  • confirmation box when an event occurred in form

    I want confirmation box when i press link "Are you sure want to navigate.. The Entered data will not be saved"... and the condition is ... when form content is not changed i dont want confirm box.(simply.. i want to check the event occurred in form... if it occurs confirm box...else...na vigate...)I am having lot of textbox, checkbox, dropdown in my form.. so i unable to do this.. please help..as soon as possible....

    Thanks...
    See more | Go to post
    Last edited by Dormilich; Mar 20 '10, 03:42 PM. Reason: Please use [code] tags when posting code

  • How to add multiple check box values to single column in database

    Code:
    <table cellpadding="0" cellspacing="0" width="100%">
                            <tr>
                                <td style="width: 156px">
                                    <asp:CheckBox ID="News" runat="server" Text="News"/>
                                    &nbsp;
                                    <br />
    ...
    See more | Go to post
    Last edited by tlhintoq; Feb 19 '10, 02:39 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

  • nothing happens in update table when it executes...

    Code:
        SqlConnection myConn = new SqlConnection();
    
                myConn.ConnectionString = "Data Source=192.168.15.252;Initial Catalog=TestDB;User ID=sa;Password=Pdindia123;";
    
                myConn.Open();
    
                string strqry = "UPDATE Registration SET  Password = ' " + Text2.Text + " ',PhoneNo = ' " + Text3.Text + " ', Email = '" + Text4.Text + "' WHERE (UserName =
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 12 '10, 02:14 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • Thanks..

    but it works in firefox but not in IE
    See more | Go to post

    Leave a comment:


  • how to get overrid of not implemented problem in IE -window.onload

    To visible Drop down box onload if it has value;
    Code:
    function enableDrop(s)
    {			
         if(document.getElementById(s).value != 0)
         {
            document.getElementById(s).style.visibility ='visible';
         }
            return null;
    }
    Script:

    Code:
    window.onload = enableDrop('ageCaffeinatedCoffee');
    It works fine in Firefox and had problem only in IE
    See more | Go to post
    Last edited by Dormilich; Jan 9 '10, 12:36 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...