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...
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...
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...
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...
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.
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
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="self.focus()">
Thanks for your help.
Please let me know if there is ??????
-RCSEN
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...
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
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
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...
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 "Content-type:text/html\n\n";
my $parser = new XML::DOM::Parser;
my $xml_dom =...
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;
}...
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.