Connecting Tech Pros Worldwide Help | Site Map

i want to form the new window as like a n alert message

  #1  
Old May 12th, 2006, 10:35 AM
Praneeth Padala
Guest
 
Posts: n/a

vWinCal.opener = self; i want to form the new window as like a n alert
message. Because the control from the popup should not go to Parent
window with out pressing any key in the Pop-up.

regards,
Praneeth.Padala


*** Sent via Developersdex http://www.developersdex.com ***
  #2  
Old May 12th, 2006, 12:45 PM
Erwin Moller
Guest
 
Posts: n/a

re: i want to form the new window as like a n alert message


Praneeth Padala wrote:
[color=blue]
>
> vWinCal.opener = self; i want to form the new window as like a n alert
> message. Because the control from the popup should not go to Parent
> window with out pressing any key in the Pop-up.
>
> regards,
> Praneeth.Padala
>
>
> *** Sent via Developersdex http://www.developersdex.com ***[/color]

Your question being????

Erwin Moller
  #3  
Old May 22nd, 2006, 02:05 PM
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a

re: i want to form the new window as like a n alert message


Praneeth Padala wrote:
[color=blue]
> vWinCal.opener = self;[/color]

Error-prone (and pointless), don't do that.
[color=blue]
> i want to form the new window as like a n alert
> message. Because the control from the popup should not go to Parent
> window with out pressing any key in the Pop-up.[/color]

<URL:http://groups.google.com/groups?as_q=modal&as_ugroup=comp.lang.javascript&s coring=d&filter=0>
<URL:http://jibbering.com/faq/>

Please do not use buggy Web interfaces to Usenet, like Developersdex's
AspNNTP 1.5; use a newsreader application, like Thunderbird or KNode.


PointedEars
--
When the power of love overcomes the love
of power, the world will know peace.
-- Jimi Hendrix
  #4  
Old May 22nd, 2006, 05:45 PM
Randy Webb
Guest
 
Posts: n/a

re: i want to form the new window as like a n alert message


Thomas 'PointedEars' Lahn said the following on 5/22/2006 9:06 AM:[color=blue]
> Praneeth Padala wrote:
>[color=green]
>> vWinCal.opener = self;[/color]
>
> Error-prone (and pointless), don't do that.[/color]

But no answer to the question? That is typical TL style....
[color=blue][color=green]
>> i want to form the new window as like a n alert
>> message. Because the control from the popup should not go to Parent
>> window with out pressing any key in the Pop-up.[/color]
>
> <URL:http://groups.google.com/groups?as_q=modal&as_ugroup=comp.lang.javascript&s coring=d&filter=0>[/color]

Useless link as it doesn't do what the OP wanted.
[color=blue]
> <URL:http://jibbering.com/faq/>[/color]

Nothing in the FAQ about Modal Windows, alerts, or simulating an alert.
A better place to search for a possible solution would be Richards
in-window popup page:
<URL: http://www.litotes.demon.co.uk/js_info/pop_ups.html>

Modal, Smodal.
[color=blue]
> Please do not use buggy Web interfaces to Usenet, like Developersdex's
> AspNNTP 1.5; use a newsreader application, like Thunderbird or KNode.[/color]

And what makes you think Thunderbird or KNode are bug free? They aren't.
Far from it.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch/Block-Mode updates to Select Lists - How to avoid? Richard Maher answers 16 March 25th, 2007 04:55 AM
Page_Unload event fires to early Heidi Hundåla answers 19 November 17th, 2005 11:33 PM
onselect open new window Rob Wahmann answers 8 July 20th, 2005 04:02 PM
REQ: Question on how to call functions (New JavaScript Student) Sue answers 5 July 20th, 2005 01:49 PM