Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fisa
  • Content: Threads
  • Order by date
  1. fisa

    Dropdown sorting alphabetically

    Friends, I am quite new to Javascripts. I need to sort a dropdown on my html page in alphabetical order, before it is loaded. The drop down has static elements in it. Could anyone help me out in getting this done. Thanks in advance. Fisa
  2. fisa

    Question on javascript events

    I have an HTML page that has a readonly text box input field( say, system name). I have a button on the page , which on click opens up a new page from where the user can select a name which then appears in the text box. What I want to do is to populate the other text boxes in the page...
  3. fisa

    focussing a link using javascript

    Hi All, I have an html page containing an external link and a submit button. Onclick of the submit button I call a java script function. What I need to do in this function is , if some conditions are satisfied I need the focus shifting to the external link. How can I accompish this? I have...
  4. fisa

    javascript window.opener

    Hi all, I am a novice with javascripts. The problem I am facing is as follows: I am trying to get the the value of one of the input fields of a window from it's child window. I am making use of "window.opener" for the same as follows: val = window.opener.test1.sysname.value alert(val) where...
  5. fisa

    sftp status codes

    Hi All, I am having shell scripts that make use of ftp to fetch data from one hp-ux box to another. Currently we are migrating these scripts to sftp. Is it a straight forward one? Also, please clarify my following doubts: 1) In ftp we check the success of ftp by verifying the status codes...
  6. fisa

    CPU specifications

    Can we find out the CPU specifications ( How many MHz) of a hp-ux box? Glance gives me only number of CPUs and not other details of CPU. Also, is there a way to find out the server specifications by knowing the model of the server? What is the funda behind various model classifications...like...
  7. fisa

    ksh spawning multiple processes

    Hi friends, I have a shell script runnung using ksh on my hp-ux box. When the script is running, I have noticed that "ps -ef | grep <script name>" gives multiple entries. I mean, sometimes i can see two same instances of the script and some other times 3 or 4. What could be the reason for this...
  8. fisa

    problem with unzip utility

    Hi Friends, I am facing a problem here with unzip utility installed in my hp-ux box. I created a zip file in windows machine and ftped it on to a hp-ux server. Here when I unzip the file.zip all the directories with capital letter names gets converted to small letter.Please throw some light on...

Part and Inventory Search

Back
Top