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 bkrike 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
  • Content: Threads
  • 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, 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.
  6. 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
  7. 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...
  8. rcsen

    Move hash into array element

    Hi, I am trying to move a "Hash Array" 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; }...
  9. 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
  10. 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
  11. 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[]) { ------ "java code1"; } } I tried with java.lang.Runtime "exec" but it is not working. Can you suggest me how to proceed with...
  12. rcsen

    How to find new mails in Inbox ????

    Hi, I am trying to read the new mails from an Inbox by using the IMAPCLIENT. Is there any function to find out the new mails? ? Also, can I retrieve the Message Header and Message Body using IMAPCLIENT in the same way as it is retrieved using POP3CLIENT? Thanks for your help in Advance...
  13. rcsen

    what are the various email formats?

    Hi, What are the various email formats? Like, somename@somedomain.com &quot;Some Name&quot; <somename@somedomain.com> then??? Any help is appreciated. Thanks. rcsen.
  14. rcsen

    Remove trailing spaces?

    Hi, I have given my code below. I tried to remove the trailing spaces in the message field using regular expression but couldn't succeed. Can you suggest how to go about? Any help will be appreciated. $pop = new Mail::POP3Client( USER=>&quot;User name&quot...
  15. rcsen

    Is it possible to code perl script inside HTML?

    Hi all, COuld you suggest me whether it is possible to code perl scripts inside HTML? The file extension will be .html Thanks. RCSEN
  16. rcsen

    Hi, Could you please suggest me h

    Hi, Could you please suggest me how to calculate the load time of a particular webpage? I haven't used JavaScript before. Ex: Time for a Registration page of Website to load. Any help is appreciated. Thanks RCSEN
  17. rcsen

    How to calculate a webpage load time using perl?

    Hi , I am new to perl. Could you please suggest me,how to find the the total time for a particular webpage to load? Any help is appreciated. Thanks. Sincerely, Senthil
  18. rcsen

    How do I forward an email using PERL?

    I would like to &quot;FORWARD&quot; or &quot;DELETE&quot; or &quot;REPLY&quot; to an email using Perl. For my case, let us assume the email to be saved in a text file. So how do I proceed with replying or deleting or forwarding. It will be of great help, if you help me. Thanks

Part and Inventory Search

Back
Top