Thks buddy,
It will be helpful if you can explain how to implement the above said. I am new to JSP.
thks
Adi...
User Profile
Collapse
-
-
Hi Dude,
In perl you can execute any linux commands by putting them in `.
Eg:
`ls -l test.pl`;
:)Leave a comment:
-
-
Hi Dude,
use something like this:
@newval = split(/, /,$string);
the above will split the string with commas and you will get the output in an array.
($val1,$val2,$v al3) = split(/, /,$string);
:)Leave a comment:
-
Hi Dude,
Just pass the parameters as
http://www.somesite.co m?username=test &password=xy z
try it out....
:)Leave a comment:
-
-
hi Dude,
qq in perl means "quoting quotes". you can quote multiple lines using this.
Eg:
$temp = qq|
<HTML><BODY>
Hello World
</BODY></HTML>
|;Leave a comment:
-
Hi Dude,
you can comment multiple lines in perl using the head and cut method.
eg:
...some perl code...
=head
........some perl code to be commented....
=cut
hope this will solve your problemLeave a comment:
-
How to Install and configure JSP on WindowsXP
Hi,
Can anyone tell me how to install and configure JSP on an WindowsXP machine? It would be better if anyone caan give me "Hello World" examples.
Thks
Adi -
Hi,
I got the solution for this bug:
instead of using parentTable.ins ertBefore(x,y) we can use y.parentNode.in sertBefore(x,y). This will surely solve the bug.... :)
Regards
AdiLeave a comment:
-
insertBefore IE BUG:
Hi all,
i have a Javascript function as shown:
Code:function move_row(tr_id,position){ var parentTable = document.getElementById("TABLE"); var table_length = parentTable.rows.length; if(parentTable.nodeName != 'TBODY') parentTable = parentTable.getElementsByTagName('TBODY')[0]; if(parentTable.nodeName != 'TBODY') return false; if(position=='up'){
No activity results to display
Show More
Leave a comment: