Hi,
I'm a novice to Unix, so please help me understand the correct syntax.
i've these steps in my K shell:
var=filename
"$var"=`echo "thereport"`
But the system is giving an error:
filename=thereport: not found
Why would nt this work?
What should I do to make it work?
I eventually have to use...
Can anyone please tell me if there is any difference in the following ways of a String creation.
class A{
String X;
A(){ X = new String("Hello");
}
}
class A{
String X=new String("Hello");
}
Which option is better?
Thanks in advance
Can anyone please tell me if there is any problem with ie6 and style sheets?
I used a css with my html and included the class inside an <input> like this:
<input type="text" name="test" value="test" maxLength=4 readOnly class="tb" size=4>
This textbox...
Ed, Thanks for the Leap year corrections. I try to include those in my script. As i said I dint write the script myself and am not too good at script. Shall try to work without those semicolns. Thanks
I got this script from some site and am using it. Hope this helps.
----------------------------
TODAY=`date "+%y %m %d" | nawk '{split("31,31,28,31,30,31,30,31,31,30,31,30",month,",");
if ($1 % 4 == 0)
{
month[3]=29;
};
day=$3-1;
mon=$2+0;
year=$1+0;
if (day == 0)...
Can anyone please help me with this:
I need to send an attachment located on the client machine. I know how to do this through java mail API if the attachments are located on the server. Basically I would like to know if there is any javascript or any java classes available.
Thanks in advance
Can anyone please help me with this:
I need to send an attachment located on the client machine. I know how to do this through java mail API if the attachments are located on the server. Basically I would like to know if there is any javascript or any java classes available.
Thanks in advance
I'm getting IllegalStateException and then i'm getting the following error
"Error during native write operation! Status Code: -1"
in stdout log on the webserver.
Any ideas on how to avoid these errors.
All i'm doing in the servlet is get RequestDispatcher object and forward it to a...
Glowball if you refer to cell 5 in the above table, by including in that cell, i get an illusion of loss of "middle" vertical alignment even though browser actually aligns the text and It happens only on boundary conditions when the data is just sufficient enough to fit...
BTW style="border-collapse: collapse" doesnt work in Netscape. But style:"empty-cells: show", shows a border for empty cells in Netscape 6.0. This doesnt work in Internet Explorer.
If jasonslas means to put a for empty cells, how to do it JSP's where i cant determine...
I would like to know if there is any way to get border for a cell in a table when no data is present in the cell without using nbsp; in the TD tag.
For all cells in first column, i'm using nbsp; at the end of the data. Here is the code i'm using (i'm removing & before nbsp; because it...
I need to send a report as an email with an attachment in an excel sheet format. Using awk, I could reformat the report ,with a "\t" in the printf statements as this is recognised as the cell separator in an xls file.
Is there any way I can set the font attributes also in a similar...
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.