User Profile

Collapse

Profile Sidebar

Collapse
Asghar baig
Asghar baig
Last Activity: Jan 18 '08, 07:11 AM
Joined: Jan 8 '07
Location: Pakistan
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Asghar baig
    started a topic connect two compute with lan card

    connect two compute with lan card

    i have two computer, i want to make a P to P network, i have a cat 5 cable also, what i need more.please tell me urgently and step by step
    See more | Go to post

  • Asghar baig
    started a topic it very important for me

    it very important for me

    hi all friends i have encounterd a problem can any body help me to fix it
    my problem is that last night when i loged on to my computer a strange thing happen, my computer doesn't logon me it demands for password but i use to accounts one is administrator other is power user without any password. now is any possible way to fix it or change the password here is my email address
    please its very very important for me to use compter for...
    See more | Go to post

  • how to recover Cut & Pasted file after a power outage?

    i am facing a problem if any one can answer please help me

    "sometimes i use USB drive to handle my data, if i cut the data and paste it on any drive it will start processing but if suddenly electricity fails in the midle of procces the data on clipbord will loss what i have to do to recover it"
    See more | Go to post

  • Asghar baig
    started a topic what is the best

    what is the best

    what is the best
    --------------------------------------------------------------------------------

    . An organization ABC has a computer lab of 40 computers. You must be able to add more computers without any disruptions to the network. The network administrator has to troubleshoot the network frequently. In the given conditions which topology do you think is most suitable among Star, Bus, Ring and Mesh topologies
    ...
    See more | Go to post

  • Asghar baig
    started a topic Star, Bus, Ring and Mesh topologies

    Star, Bus, Ring and Mesh topologies

    . An organization ABC has a computer lab of 40 computers. You must be able to add more computers without any disruptions to the network. The network administrator has to troubleshoot the network frequently. In the given conditions which topology do you think is most suitable among Star, Bus, Ring and Mesh topologies
    See more | Go to post

  • Asghar baig
    replied to how i can use time in condiation
    Code:
    var today=new Date();
    var h=today.getHours();
    var m=today.getMinutes();
    var s=today.getSeconds();
    if(h=02)&&(m=30){
    window.open("http://www.thescripts.com");
    }
    alert("u can open it only at 02:30 o clock");
    what i have to for this
    See more | Go to post

    Leave a comment:


  • Asghar baig
    started a topic how i can use time in condiation

    how i can use time in condiation

    hi friends i want to create a scripts in which i want to use a function
    which works on condiation.that "if time= time" then on click open selected program.
    See more | Go to post

  • Asghar baig
    replied to multiple inputs in an input box
    ithink you want to say that "using prompt for more then one input with only one statement"
    you have to do
    Code:
    <script>
    ja=new Array(5);
    var as = "The names you entered are";
    for(a=0;a<ja.length;a++) {
    ja[a]=prompt("Enter Name"+a,"");
    as += "\n" + a +"Array["+a+"]=" + ja[a];
    }
    document.write("The values
    ...
    See more | Go to post

    Leave a comment:


  • Asghar baig
    replied to help me
    thank u very much u have solved my problem
    See more | Go to post

    Leave a comment:


  • Asghar baig
    replied to help me
    I want to show it on only one alert box. the method u told it show many alert box.
    what u do for this code
    Code:
    <html><head>
    <script>
    ja=new Array(2);
    for(a=0;a<ja.length;a++){
    ja[a]=prompt("Enter Name"+a,"");
    }
    {
    alert("Names u enterd are\n1="+ja[0]+"\n2="+ja[1]);
    
    }</script>
    <title></title>
    ...
    See more | Go to post

    Leave a comment:


  • Asghar baig
    replied to help me
    I want to show it on only one alert box. the method u told it show many alert box.
    what u do for this code
    Code:
    <html><head>
    <script>
    ja=new Array(2);
    for(a=0;a<ja.length;a++){
    ja[a]=prompt("Enter Name"+a,"");
    }
    {
    alert("Names u enterd are\n1="+ja[0]+"\n2="+ja[1]);
    
    }</script>
    <title></title>
    ...
    See more | Go to post

    Leave a comment:


  • Asghar baig
    started a topic binary numbers and computers

    binary numbers and computers

    Computer understands information only in binary format i.e. in the form of zeros and ones. Do you think that Binary number system is essential for computers to understand and process the information OR do you think that any other number system can be more powerful than Binary number system? Post your answers with valid arguments?
    See more | Go to post

  • Asghar baig
    started a topic help me

    help me

    i want to display an Array of length 5 on a alert box using loop what i have to do
    See more | Go to post
No activity results to display
Show More
Working...