User Profile

Collapse

Profile Sidebar

Collapse
dhaval1993
dhaval1993
Last Activity: Mar 26 '14, 09:16 AM
Joined: Apr 21 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dhaval1993
    started a topic Please help with confusion!!

    Please help with confusion!!

    hello guys...i am totally new beginner to unix and linux..
    i want to know Is there any difference between unix shell programming and linux shell programming??

    can i write unix shell scripts in my Ubuntu Os?

    please reply..
    See more | Go to post

  • dhaval1993
    started a topic Suggest book for javascript

    Suggest book for javascript

    Hello everybody..
    I want to learn javascript from very basics to its syntax and all.
    Please give me suggestion how to start with it.
    Thank you.
    See more | Go to post

  • dhaval1993
    replied to code doesn't work
    ok thanks..
    but after unchecking the checkbox it was not going to its original state that is disabled the button
    See more | Go to post

    Leave a comment:


  • dhaval1993
    started a topic code doesn't work

    code doesn't work

    this code does not work for me.I want to enable button only if checkbox is on.
    please help.



    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
    ...
    See more | Go to post

  • dhaval1993
    replied to code doesn't work!!
    function person(firstnam e)
    this is called or not!
    as there is no output on my browser!
    See more | Go to post

    Leave a comment:


  • dhaval1993
    replied to code doesn't work!!
    Code:
    <p>heyy</p>
    First name:<input type="text" id="fname" onclick="callme()">
    <script type="text/javascript">
    
    	
    	function person(firstname)
      	{
    		  this.firstname=firstname;
    		 
      	}
    	
    	function callme()
    	{
    		var n=document.getElementById("fname").value;
    		myMother=new person(n);
    ...
    See more | Go to post

    Leave a comment:


  • dhaval1993
    replied to code doesn't work!!
    okay i just edit my code.In that i remove document.write( ).
    but still it has no effect on output!!!
    See more | Go to post

    Leave a comment:


  • dhaval1993
    replied to code doesn't work!!
    sorry,i cant get it what you trying to say.please elaborat.
    Thank you.
    See more | Go to post

    Leave a comment:


  • dhaval1993
    started a topic code doesn't work!!

    code doesn't work!!

    i wanted to print name which is given by user dynamically.
    that is "myMother.first name".but it does not work any more.please help me solve this.
    Code:
    <body>
    <p>heyy</p>
    First name:<input type="text" id="fname" onclick="callme()">
    <script type="text/javascript">
    <!--
    	
    	function person(firstname)
      	{
    ...
    See more | Go to post

  • dhaval1993
    replied to for career related options
    ok thank you very much.
    there is one year time limit of our project.and now i am willingly go for java
    thanks once again.
    See more | Go to post

    Leave a comment:


  • dhaval1993
    replied to for career related options
    yeah.Thanks a lot for your valuable guidance.i am studying in computer engineering and i am in last year.we have to make project on one of this technologies.It can be web application or desktop application.
    so i just confused to select between java and .net
    i have knowledge of core java(J2SE).
    thank you.
    See more | Go to post

    Leave a comment:


  • dhaval1993
    started a topic for career related options

    for career related options

    i want to ask about right choice of software technology as a career options.i have options like php,java and .net and i am living in india.and accrodingly i wanna go for options.
    so can you please tell me the right option to choose as a career to make my future brighter.i'm very confused to choose.and i have to make project on one of the previous options so please help me to figure out for this freaking situation.
    thanks
    See more | Go to post

  • can't insert value getting error: Function name must be a string

    please check this codes i am not able to enter values to my created database through php code!


    enterinfo.php
    Code:
    <form action="insertinfo.php" method="post">
    <table cellspacing="1" cellpadding="3">
    <tr><td>cityname:</td><td><input type="text" size="20" name="cityname"></td></tr>
    <tr><td>area:</td><td><input
    ...
    See more | Go to post
    Last edited by acoder; May 12 '13, 03:24 PM.
No activity results to display
Show More
Working...