473,405 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Interact with secundairy form.

I'm looking for a javascript solution (NOT using ASAX) to popup a 2nd form
which invokes an .ASPX url.
Nothing fancy, the 2nd form get's a result in the html.

The 1st form should wait until 2nd form has completed execution, the 2nd
form may be terminated by the user via the close button.
Then the 1st form needs some info from the 2nd form, i'm thinking of some
kind of innerHTML reading.

Does someone has an example to do this?

The result in the 2nd form is most likely made invisible using some div
statement.
So i could try to read that div's innerHTML ?

Thanks,
Dec 5 '05 #1
6 866
this would be covered in a javascript coding book
-- bruce (sqlwork.com)
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
I'm looking for a javascript solution (NOT using ASAX) to popup a 2nd form
which invokes an .ASPX url.
Nothing fancy, the 2nd form get's a result in the html.

The 1st form should wait until 2nd form has completed execution, the 2nd
form may be terminated by the user via the close button.
Then the 1st form needs some info from the 2nd form, i'm thinking of some
kind of innerHTML reading.

Does someone has an example to do this?

The result in the 2nd form is most likely made invisible using some div
statement.
So i could try to read that div's innerHTML ?

Thanks,

Dec 5 '05 #2
I know how 'over-strict' some of you people are.
I could subscribe to every newsgroup but the way i see it, and maybe some of
us see it this way, a group like this could handle all kinds of questions
related to asp.net somehow.
While this isn't asp.net question per se, i'm an asp.net programmer and i
prefer to use as little groups as possible and still get a (total) solution.

+ if i subscribe to a javascript group and post this question, i might
abandon the group to soon because of my lack of interest, others might
dislike that.
This group has my main interest.

O and btw, in many cases someone always has to tell...
Not seem to realize a topic like this isn't even read after 2 days.

"Bruce Barker" <br******************@safeco.com> schreef in bericht
news:%2*****************@TK2MSFTNGP12.phx.gbl...
this would be covered in a javascript coding book
-- bruce (sqlwork.com)
"Edwin Knoppert" <ne**@hellobasic.com> wrote in message
news:43**********************@text.nova.planet.nl. ..
I'm looking for a javascript solution (NOT using ASAX) to popup a 2nd
form which invokes an .ASPX url.
Nothing fancy, the 2nd form get's a result in the html.

The 1st form should wait until 2nd form has completed execution, the 2nd
form may be terminated by the user via the close button.
Then the 1st form needs some info from the 2nd form, i'm thinking of some
kind of innerHTML reading.

Does someone has an example to do this?

The result in the 2nd form is most likely made invisible using some div
statement.
So i could try to read that div's innerHTML ?

Thanks,


Dec 5 '05 #3
Quite possibly, the reason that Bruce gave you the answer that he did,
is that you would tend the get the best answer for you question in a
Javascript group. I wouldn't ask a vegetarian newsgroup where I could
find a good steak, just because I happened to subscribe to it.

Also, in the 10+ years that I have participated in Usenet, I have never
run accross the mentality that people would "dislike" subscribing to a
group to ask a question and leaving the group afterwards. Usenet is
intended as just another means to share information, it is not a social
club.

We understand that you are frustrated, as we all have been there. On
that note, try the irt.Org JavaScript FAQ. Specifically, look at the
articles related to the Window object. Perhaps, FAQ 40 or FAQ 166 is
of use?

http://www.irt.org/script/window.htm

Joseph

Dec 5 '05 #4
A good steak is in no way related to vegetarions.. since they don't use/eat
it.
JS is part of internet programming.

Frustrated, mwah, not really about the examples, i simply keep on searching.
Maybe i have misunderstood the intentions.
But i guess you did not misunderstood my reaction, some people seem to live
for telling me i can't ask a simple side-ways related question (who cares is
my attitude)

Well, i keep your remark in mind and might want to participate a JS group as
well.
After all, i said my posts would be lost in 2 days, so would he on a JS
forum so my remark does not hold ground anyways :)


"Joseph Ferris" <jo***********@gmail.com> schreef in bericht
news:11**********************@g14g2000cwa.googlegr oups.com...
Quite possibly, the reason that Bruce gave you the answer that he did,
is that you would tend the get the best answer for you question in a
Javascript group. I wouldn't ask a vegetarian newsgroup where I could
find a good steak, just because I happened to subscribe to it.

Also, in the 10+ years that I have participated in Usenet, I have never
run accross the mentality that people would "dislike" subscribing to a
group to ask a question and leaving the group afterwards. Usenet is
intended as just another means to share information, it is not a social
club.

We understand that you are frustrated, as we all have been there. On
that note, try the irt.Org JavaScript FAQ. Specifically, look at the
articles related to the Window object. Perhaps, FAQ 40 or FAQ 166 is
of use?

http://www.irt.org/script/window.htm

Joseph

Dec 5 '05 #5
I use Google Groups now, myself. Adding and removing group
subscriptions is very quick and painless. I don't think I'll ever go
back to a desktop app to read my news again. ;-)

Maybe my analogy wasn't the best, but my point was that the "premier"
JavaScript talent might just not be hanging out here. ;-)

Joseph

Dec 5 '05 #6
It's ok Joseph, i got the picture, while i like to meet people doing similar
things as i do over here, i might indeed look for a solid JS forum.

Edwin,
:)

"Joseph Ferris" <jo***********@gmail.com> schreef in bericht
news:11**********************@f14g2000cwb.googlegr oups.com...
I use Google Groups now, myself. Adding and removing group
subscriptions is very quick and painless. I don't think I'll ever go
back to a desktop app to read my news again. ;-)

Maybe my analogy wasn't the best, but my point was that the "premier"
JavaScript talent might just not be hanging out here. ;-)

Joseph

Dec 5 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bob Sanford | last post by:
I am working with php scripting under an apache-based web service in Windows. The "allow service to interact with desktop" feature is NOT checked for this service, and I don't want it to be. But I...
4
by: ThunderMusic | last post by:
Hi, I created a service application. This service, can possibly start other applications or display message boxes, so it needs to interact with the desktop. The question is the following : How can...
6
by: Ian Frawley | last post by:
Hello everyone I have written a Windows Service to monitor local and remote Processes/Applications. However I am stuck because if it is installed as a user account I cannot get it to interact...
1
by: lltaylor | last post by:
Hello, Does anyone know if windows controls can interact with web controls or vice versa. For example, I would like to have a web page with a Windows Tree Control embedded, and use that...
10
by: Steve | last post by:
I want to make a web application that will run on my home server and would like to be able to have the web application interact with another, winforms application. For example, let's say I wanted...
2
by: Frank | last post by:
Hi, I have an vb6 app that I want to port to .net. I tried the wizard but it doesn't convert it all. In my app I have a form with a datagrid on it. If a user doubleclicks on a row a form is shown...
5
by: Ron L | last post by:
I have a DataTable that is being maintained in a Model class. I also have a View class which creates a DataView from the DataTable that the Model passes it. The view class then has methods to...
5
by: aalmakto | last post by:
Hi I am new here, I am having a hard time with this scenario. I am working on a PHP Website that needs to interact with a System Administration GUI called Webmin (http://www.webmin.com/) located...
2
by: pvenkatesh2k4 | last post by:
hi i am new to .net development, i have created a service which has forms to interact with user. now before starting the service , i need to change the property of service to interact with...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.