Jaime Shaker

Greenhorn
+ Follow
since Mar 03, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jaime Shaker

Originally posted by Aman Rustogi:
Hi,
I've a parent HTML page from which i'm invoking a child window (html) and i need to both these pages to communicate with each other. The child window has a certain set of codes which when selected should populate a combo box in my parent html window.
How do i go abt doing this? plz help me
Thanking you in advance...
Aman Rustogi


Hi there
If your using javascript, couldn't you just use the
opener object to target the parent window?
Jaime

Originally posted by Mark Herschberg:
Player 1: "I can name that software in 10 bytes."
Player 2: "I can name that software in 6 bytes."
Player 1: "I can name that software in 3 bytes."
Player 2: "I can name that software in 2 bytes."
Player 1: "Name that software."

The software is... AIM,


Now that's funny!
Jaime
24 years ago
Great, appreciate the help!
Also, thanks for the tip about the "Command" pattern.
Everyday pattern examples are what makes them sink in.
Jaime
24 years ago
Hello everyone
As a junior programmer, I'm not quite sure which is the better way to handle gui events.
I have seen examples that use inner classes and others implement listeners.
Which is the best practice?
How are events handled in "real world apps"?
Thanks
Jaime
24 years ago