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 SkipVought 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
  • 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, Posting the complete code requires permissions to be granted by the autorities. Anyway I will try for the same. Thanks for ur help.
  5. fisa

    javascript window.opener

    Also, please note that I am able to access the field variables present in other forms of parent window , using the same code. Only for this form(test1), it fails. Does it give any clue?
  6. fisa

    javascript window.opener

    Hi, I tried both the suggestions and both did not work. There is no other problem with the code. If I comment out just this statement everything goes through fine. Please let me know, if the approach to the scenario(explained above) is fine. I am totally clueless to what is happening...
  7. fisa

    javascript window.opener

    Hi, My apologies if there was a confusion. Let me clarify the scenario. Window1(parent) -------- has many forms defined within. One of them is test1. test1 has many input fields. One of them is sysname. There is a link defined within test1 , which onClick calls for a javascript function(say...
  8. fisa

    javascript window.opener

    Hi, Thanks for pointing out a typo in my first communication. Please read the same as "where test1 is the name of the form in the parent window , which has the input field sysname in it." Thanks again...There is no frame defined in the parent html page. It has only forms in it.
  9. fisa

    javascript window.opener

    Hi, I have tried the following: val = window.opener.parent.document.forms["test1"].elements["sysname"].value and it did not work. Please note thatI don't have any frames defined in the parent html page. Also, I am able to access the field value when I defined the field in a dummy form...
  10. fisa

    javascript window.opener

    Friend, Thanks a lot for ur replies. I have tried out the suggestions but still it does not work. To clarify the scenario further, please note that the input field element that I am trying to access is present in the same form from where I call a java script function that opens up the child...
  11. 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...
  12. 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...
  13. 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...
  14. fisa

    pc to HP-UX interface

    Hi All, I need to give a urlconnect from my shell script and stream the data from the url. Is it possible using shell commands?Please shed some light...
  15. fisa

    ksh spawning multiple processes

    Hi All, Sorry for the delay to put in my comments here as i was indisposed for the last week. As you suggetsed it may be better if i could post the script here. But I am afraid as this is a bit confidentail stuff. Let me give more inputs towards understanding the script. The script starts...
  16. fisa

    ksh spawning multiple processes

    Hi Steve, Thanks for the info. Let me give more details on the same. The multiple processes that are running are(update.sg is the script name) [hlk150]/scripts $ ps -ef | grep update wwwadmin 10195 1 79 21:21:28 ? 115:21 /bin/ksh ./update.sh wwwadmin 21947 21946 0 19:19:35 ...
  17. 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...
  18. fisa

    problem with unzip utility

    Hi SuperTekFreak, thanks a lot for the detailed reply. Let me convey my reply. This is not an FTP issue. In different HP-UX boxes this behaves differently. So either it is a problem with the version of unzip utilty or with some system settings.unzip 5.1 version is giving a problem whereas...
  19. 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