Praveen Kumar

Greenhorn
+ Follow
since Sep 26, 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 Praveen Kumar

Hi Friends,
I am trying to query more dhan domain in ldap(through .net) by setting rootpath. Can anyone say how can I do it?

Thanks.
Praveen
16 years ago
hi all,
I want to pass the form id to another js function instead of hard coding the form id in the javascript. But i don't know how to refer it from another js file.

for eg,

How can i do it?
please advise.
Thanks in advance.
We have a server say server 'A'. It has an web-application (ASP) named WEBAPP1.

We have server 'B'. It has a web application 'ADSearch'. This application accept Windows Login ID as input and gives its corresponding attributes as output.

We want to open ADSERACH as a pop-up on click of a button of WEBAPP1 and get the result back and populate some of the text boxes on the application.
(We try to access via Javascript which gave 'Access is denied' error)

Please suggest.
16 years ago
We have a server say server 'A'. It has an web-application (ASP) named WEBAPP1.

We have server 'B'. It has a web application 'ADSearch'. This application accept Windows Login ID as input and gives its corresponding attributes as output.

We want to open ADSERACH as a pop-up on click of a button of WEBAPP1 and get the result back and populate some of the text boxes on the application.
(We try to access via Javascript which gave 'Access is denied' error)

Please suggest.
16 years ago
We have a server say server 'A'. It has an web-application (ASP) named WEBAPP1.

We have server 'B'. It has a web application 'ADSearch'. This application accept Windows Login ID as input and gives its corresponding attributes as output.

We want to open ADSERACH as a pop-up on click of a button of WEBAPP1 and get the result back and populate some of the text boxes on the application.

Please suggest.
One small change on the error I am getting.
It is not illegal Arguments.
It is invalid Arguments.

Help me in this issue.
Hi Ranchers,
I am working with popup windows which are stored in two different domains(say server1 and server2).
Hence I try to set the document.domain="server2" from server1. It gave me "illegal Arguments" exception.
But for testing I gave document.domain="server1" from server1. It works finely.
Where might be the problem?
please give me some solutions.

Thanks in advance.
Hi,

Can anyone say, how can I access the child window events(eg: button click) from parent window.

Say for example, if a button has been clicked in the popup window, that information should be transformed to the parent window.

Thanks in advance.
Hi,

Can you please say how can I transfer data to parent window from child window if both the windows are in different machine.

I am getting access is denied error at runtime.

I write code some thing like this on child window.

opener.document.parentForm.pf2.value = "some value";

Please help me out in this issue...

Thanks in advance
Hi all,

I am trying to return values from popup window to parent window. The problem is, since both the windows are in different machines and due to which it is returning an 'access is denied' error when I try to use

opener.document.Form1.txtFullName.value = 'something';

How can I resolve this issue. When Both the windows are in same machine then at that time, I am not facing any problem with this statement.

Please help me in this issue.

Thanks in advance.
hi srini,
The answer is very simple.
According to inheritence, first it will execute all the static blocks and constructors of parent class gets executed first and then the child class.

All the best.
Hi,

Unfortunately sun certified professional card that was
given to me along with the certificate.

Is there any way to get a duplicate of it.

Please help me.
Hi,

My suggestion is... for the last 2 days go through the notes that are
available in the internet. Other than that dont learn new things at the last
minute.

Keep yourself in a relax mood before going into the exam hall.

I am sure that you will complete the exam with in 1 hour.

Make revisions for the rest of the time.

All the Best.
I saw the sample of logo.

Java Ranch and You people played an important role in my certification preparation.

Now I am Preparing for SCWCD exam. I hope it will continue in that exam also.

Thanks for all for your valuable comments.

Bye