Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Help coderanch get a
new server
by contributing to the
fundraiser
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
HTML Pages with CSS and JavaScript
diasbling the parent window, until pop-up is closed
Prajatna Mahunta
Greenhorn
Posts: 25
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to restrict the user to do any action in the main (parent) window until, pop-up window is open.
Can any body please help me in this regard , how to do this with help of
Java
script.
Prajatna Mahunta
Bauke Scholtz
Ranch Hand
Posts: 2458
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Why is the message all in green? Do you want to make it harder-to-read?
Bear Bibeault
Sheriff
Posts: 67750
173
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Contrast is too low. Too hard to read.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Prajatna Mahunta
Greenhorn
Posts: 25
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to restrict the user to do any action in the main (parent) window until, pop-up window is open.
Can any body please help me in this regard , how to do this with help of Java script.
Now I think it is ok to read..
Prajatna Mahunta
Bear Bibeault
Sheriff
Posts: 67750
173
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Best bet is to not use a popup at all but to overlay the main window with a positioned div.
See my
BlackBox game implementation
for examples.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Bauke Scholtz
Ranch Hand
Posts: 2458
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Push an transparent iframe on top and use a div element to mimic a popup on top of that iframe.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Problem Refreshing Page-Struts
Too many window.open calls cause problem?
How to trap browser close button
close pop up window and redirect to parent window in struts2
Control parent window when there is a pop up window
More...