general question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have added in my net program a java script thats will close the window
"window.close()", but while debuging when it reaches this line it will give
the user a message telling him that the window will close ( yes or no ) so am
i able to stop tis message to make it close directly ??.
another thing is that window.open() will give me a new window am i able to
stop accessing the page that loaded this command till the user finishes from
the new one ??
thank you for responding
 
* =?Utf-8?B?aHVzZWlu?= said:
i have added in my net program a java script thats will close the window
"window.close()", but while debuging when it reaches this line it will give
the user a message telling him that the window will close ( yes or no ) so am
i able to stop tis message to make it close directly ??.
another thing is that window.open() will give me a new window am i able to
stop accessing the page that loaded this command till the user finishes from
the new one ??

What's the relation to the Visual Basic .NET programming language?
 
Husein,

I will advice you to ask this in a JavaScript newsgroup.

Keep in mind that the clossing and opening from windows.open in XP
servicepack 2 will be restricted. (popup.windows)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top