gokulanand narayanan

Greenhorn
+ Follow
since Feb 16, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gokulanand narayanan

Hi,

Can i have a class like this? and will i be able to run this?

class A
{
private static void main(String args[])
{
System.out.println("Hello World!");
}
}

I am able to do this (only with the version jdk1.3.1_20)

Can anyone explain me!!!

Thanks
Gokul
16 years ago
Hi,

I have a table in my html page, where i have metioned the cellspacing="20".

In the same table i dont want the spacing on the top. so i used (style="spacing-top:0px;") on the same table.

But still i am getting the space on the top of the table.

Can anyone help me to solve the problem.

HERE IS MY TABLE

<table align="center" cellspacing="20" cellpadding="0" border="0" width="100%" height="595" style="spacing-top:0px;">

Thanks in Advance
Gokul.
[ September 04, 2007: Message edited by: gokulanand narayanan ]
Hi,

Anybody can explain the how the history.back() function is woring in javascript.

Thanks in advance
Gokulanand.
Hi,

Thanks for all.
16 years ago
Hi,

Which will be the right way of importing the classes.

1. import java.sql.ResultSet;

2. import java.sql.*;

but i need only the ResultSet class from the package.

is there any advantages using import like (point 1).


thanks
gokul
16 years ago
Hi,

In my application i need to send a String Array form a java class to a String Array of a JavaScript Array Object.

i created a java class which returns a String array.

now i should make call to the class and get the String array to a JavaScript Array.

Please help me to achive this.

Thanks.
Hi all,

i have problem in declaring the variable in javascript.

Example :

var x=10;
alert(x);

the above declaration is working fine in javascript. but

int y=10;
alert(y);

the problem is, the alert is not coming for the declaration.

i dont understand the reson.

can any one help me.

thanks
Hi All,

In my application i need to assign a javascript variable to java variable.

How can i achive this.

Thanks
Hi,

How can i get the Time difference B/W the current TimeZone to GMT ?

Thanks

Gokul
[ March 12, 2007: Message edited by: gokulanand narayanan ]
17 years ago
Hi,

I am a newbiee for Xml .

I need to create a xml file through java coding and that xml file i want t call in HTML file to display the details.\

This is possible r What ? If anybody have code for that pls send me Or guide me

Thanks in advance.
Hi,

Can anybody suggest me how to create xml dynamic menu.

In a web application there are hundred menus and ten users only very few of them will have the access (RIGHTS) to the all menus, remaining will have some restriction. They may not have rights(that menu also should not be displayed)

all these menus are going to be java classes.

When a user is logged in, he will be having rights to access to use some menus, only that classes should loaded and only that menus should get displayed.

Using Xml Dynamic menu i want to do this.

Suggest me OR Guide i am a newbiee to Xml.

Thank u
Hi,

I need use the session values, can i able to get or print those values.

gudie me

Thanks
18 years ago
Hi,

I need use the session values, can i able to get or print those values.

gudie me

Thanks
18 years ago
Hi,

I am intersted to maintain the details regarding the clients of a perticular application, When the client logging on to the application, i should get the IP of the client and i should maintain the time of logon,IP address, and his HostName should be collected.

When the user logging off the time and IP address to be collected and his hostName should removed from the list.

the list always should show the Active users only.

Please help me for this and if any Source Code available for this send me.

If it is available for Tomcat also no problem.

Or guide me How to Build, bcos i am a newbie.

Thanks
18 years ago
Thank u guys

I got it.
18 years ago