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 Andrzejek 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: rcsen
  • Order by date
  1. rcsen

    Select box scrolling in NETSCAPE only !!!

    Hi, Is there any way to display the "selected" option in a SELECT box in NETSCAPE only on TOP? Actually, this works fine in IE. Scenario is::: The size of the select is 5. We have 10 options in the select box. So, we'll be able to see only 5 options in the page and the rest...
  2. rcsen

    Problem with SELECT box in NETSCAPE only !!!!!!

    Hi, Is there any way to display the "selected" option in a SELECT box in NETSCAPE only on TOP? Actually, this works fine in IE. Scenario is::: The size of the select is 5. We have 10 options in the select box. So, we'll be able to see only 5 options in the page and the rest...
  3. rcsen

    Issue with Netscape [TEXT AREA]

    Hi, Could you please help me in the following issue?? Issue is: There is TEXTAREA wherein I am poping an alert after the user enters 160 characters in this. After clicking OK in the alert box, the cursor is suppose to go to the end of the message in the TEXT Area but it goes to the...
  4. rcsen

    Netscape : Text Area: Focus:

    Hi, Could you please help me in the following issue?? Issue is: There is TEXTAREA wherein I am poping an alert after the user enters 160 characters in this. After clicking OK in the alert box, the cursor is suppose to go to the end of the message in the TEXT Area but it goes to the...
  5. rcsen

    How to convert a String to Floating number??

    Hi latch and Tracy, Thank you very much for the help. -RCSEN.
  6. rcsen

    How to convert a String to Floating number??

    Hi, I would like to convert a string variable which contains fraction to a numeric value, say, 125 1/2 to 125.50 Could you please suggest a solution? Thanks in Advance. -RCSEN.
  7. rcsen

    Check Cookies in the browser???

    Hi, Could you please say how to see the cookies in the browser? I know, I have to write a javascript but I am not familiar with javascript. Could you suggest me how to go about? Thanks. RCSEN
  8. rcsen

    Focus on MAIN window without minimizing the POP UP window.

    Actually, I thought of using key press event but my UI team wants me to do this way.(Like, seeing in the POPUP and entering the values in the parent window) Yap. I tried the <body blah blah onBlur=&quot;self.focus()&quot;> Thanks for your help. Please let me know if there is ?????? -RCSEN
  9. rcsen

    Focus on MAIN window without minimizing the POP UP window.

    Hi, I just want to enter information in the parent window by seeing the values in the popup window. Is there anyway to do that?? Thanks. -RCSEN.
  10. rcsen

    Focus on MAIN window without minimizing the POP UP window.

    Hi I have a MAIN window which has a TEXT BOX and A BUTTON On clicking the BUTTON, a POP-UP WINDOW opens which contains a lookup table. Now my requirement is, THE POP-UP window should STAY on the TOP of the MAIN window BUT the FOCUS should be in MAIN window and I should be able to enter text...
  11. rcsen

    Move hash into array element

    Thanks Stillflame and Tracy for spending your precious time. Now, I am genetrating a HASH dynamically for EVERY QUOTE. Its working fine now. Thanks. -RCSEN
  12. rcsen

    Move hash into array element

    Hi, Is there anyway to generate HASH names dynamically??? So that I could move every QUOTE tag in the XML file to a different HASH. Thanks for your help. RCSEN
  13. rcsen

    Move hash into array element

    Hi Stillflame, I'll be having a set of XML tags between <QUOTE> </QUOTE>. I wanted to parse all the tags between them and store it in a HASH. Then, if I have another <QUOTE> tag , I should parse that aswell. So, I would like to move the previous hash value somewhere and populate it with new...
  14. rcsen

    Move hash into array element

    Hi, Thanks for your response. I have attached the code and the XML file below. Thanks for your help in advance. Sincerely, RCSEN. #!/usr/local/bin/perl use XML::DOM; use CGI; print &quot;Content-type:text/html\n\n&quot;; my $parser = new XML::DOM::Parser; my $xml_dom =...
  15. rcsen

    Move hash into array element

    Hi, I am trying to move a &quot;Hash Array&quot; as an element of an Array. I am doing this in a loop. Whenever I try to retrieve the values, I am able to get the last value of the array only. Is there any special restrictions to do this??? I have tried with (Loop) { $array[0] = \%hash; }...
  16. rcsen

    Difference between XML::DOM and XML::Parser

    Hi, Can you please suggest me where to find the details other than the CPAN documentation? Thanks. -RCSEN
  17. rcsen

    Difference between XML::DOM and XML::Parser

    Hi, Can you please explain the advantages and disadvantages of XML::DOM and XML::Parser modules? And also, which is best suited to parse a XML file without a XML DTD? Thanks in advance. -RCSEN
  18. rcsen

    How can I execute a SYSTEM COMMAND??

    Hi Otto, I tried that. But I couldn't find the details for JAVA. Thanks. RCSEN
  19. rcsen

    Calling Perl from JAVA??

    Hi, How can I call a perl function inside JAVA code?? Is there any specific package to be installed?? If yes, can you send me some examples. Thanks in advance. -RCSEN
  20. rcsen

    How can I execute a SYSTEM COMMAND??

    Hi, I would like to execute a SYSTEM COMMAND inside the java code. Example: class syscomm{ public static void main(String args[]) { ------ &quot;java code1&quot;; } } I tried with java.lang.Runtime &quot;exec&quot; but it is not working. Can you suggest me how to proceed with...

Part and Inventory Search

Back
Top