Automatically Close Lauching Page Without IE Promt
Jul 20, 2005
my page contains an applet. When I click on a link on the page, the
applet will be launched. Now I need my page can be automatically closed
when I close my applet. I can call the script from my applet to do
this, but the poor thing is each time the script is called, IE will
prompt to ask "the page you are viewing try to close the window ..".
Is there any possible way for the browser not to prompt like that. I
only know that a closing a popup window will not askk anything, but I
don't know more than this.
Ok so I have a site that I want to automatically close the window when the focus is lost from the page. For example, if the user clicks off the page to something else on there desktop I want the page to close. So far I have managed to do this but the grids on my page and the scroll bars all trigger the close function when clicked on. Is there anyway to make the scroll bars and drop down boxes not trigger the function?
I have an alert message just like alert("Hiii"); I want to close it automatically as soon as it appears. It means I don't want to show this alert message to client.
i m new to javascript and other languages in web designing,so i need some basic help i have a prompt dialog box to obtain information from the user and place it in the textbox,how do i do this?
As per the rather long subject, I would like to (well, my boss would like me to...) on a popup have one button to close and another to close but then redirect to another page.
I am new to javascript but I can usually get examples of simple scripts I need to work, but can't figure this one out. I am trying to link to this page (link1.html) from another page and I want to password protect it. If the password is correct, I want to automatically link to another page (link2.html).
The reason I am trying to do it this way is if I don't I get a message saying IE is preventing scripts or ActiveX from running. If I don't click to allow it to run then it will automatically display the content of the page (link1.html) I am trying to protect. I will make link1 blank and put my data in link2.
And I realize this is a very low level of security.
I've got 16 pages, one for each of 16 days. Then I've got index page. Where will be mine usual stuff but I want to add 16 visible buttons and under each button will be its content, let say for example a picture with some text. I need automatically when user open mine index for example 3rd to show 3rd picture with some text. Is that possible? To be more specific. I need some content to be automatically changed from 1st of January 2010 to 17th of January 2010.
What i want is, to show a pop up or a simple div or a modal or any dialogue box to to load on my home page to show welcome message, whats new etc stuff, which will be displayed only once in a day to every visitor of my site,(at the first visit of the day only ) But i want to load this modal after a sec when all the other elements of the pages have been finished loading.
how to automatically redirect to a fullscreen page? i googled it but everything ifound don't work for me.. don't know why. all of those codes just open a popup with half a page width and height. And i need it compelety like when u click F11. no any other detail. and i need it to work on Chrome.
I'm using an intermediate page to break up some data and assign it new names. What I then want to do is pass them onto to the next page. However, I don't want to use any method which involves sending them in a query string. So, in short, I want to automatically POST (ie no user intervention) the data.
When a visitor visits my website and clicks anywhere on the page, (regardless of where the mouse clicks) it will automatically redirect him to another site.
I think an event listener might be a solution, but I'm not sure.
On my homepage (index.html), I have a search field which fires the users input (text) parameters off to another website to perform the search (ie. results.html). What I'm now trying to do is create an iframe on index.html which shows the search results on the same page (without the user having to visit the other website. Does anyone know if this is possible using javascript?
The reason behind this is so that we can use the search on our old website on our new one... without having to re-invent the wheel.
I am recently installed auto thickbox in wordpress. Now what want is to auto load a external html page when someone visit my site for the first time. I have tried my best but failed.
I wrote an ASP-page which allows friends to upload a datafile which will be processed and stored in a database. Because large files take some time to process I want to open a popup 'Please wait, processing' with some fancy graphics. So, onSubmit -> check form and open popup if correct. When data is written into the database (and summary page has finished loading) I want to close the popup.... although I named it winDialog (winDialog = window.open(...)) the new page tells me it can't find this popup ( if (window.winDialog) { winDialog.close() } ). Can anyone tell me what's wrong? Maybe I'm doing things wrong. Or could you perhaps put me in a right direction...
I'm having a problem on a particular site I am working on.
The URL is [url]
The problem is that when I try to close the browser in IE on the main page I get an popup with an error which says: "An error has occured on the script on this page"
Do you want to continue running scripts on this page?
"Yes" or "No" (Buttons to Click)
I have to click the 'Yes' button about thirty times before the browser will finally close. Does anyone have any idea what this is?
I have this script which I found bits-and-pieces and put together to display and close the popup. The problem is I couldn't figure out a way to close the popup by clicking anywhere on a page. I can close by clicking on the link but that's not what i want. I want to be able to click anywhere on a page to close the popup.
Before the user can close a page, I would like to have a message come up that asks if this is really what they want to do. the page needs to stay open.
I got this, edited, from msdn function closeIt() { event.returnValue = ""; } <body onbeforeunload="closeIt()" >
It works just fine, too well. I get the message when the user refreshes the page, something I do not want. Any thoughts?
I use xmlhttpreq object to add data to the current html file. It will add to a specifiy place, like after a tag or before a tag And if it adds too many data after that tag, the whole page will become big and need to scroll down to see the latest added data how to let it scroll down automatically without any annoying scrolling down?
One way I can use is to use a anchor which is at the bottom of that page and after i put my data into the textbox and click the link( which is linked to proper file to process the data but also point to the anchor) the page will show from the bottom. but the whole page will first jump up a little space then jump down.
Actually it has been just 3 months i started using JQuery and its whole lot exciting with the things we can do using jquery. Is it possible to call a javascript function inside aaspx page created in sharepoint designer on a daily basis automatically .
I want a script that would automatically load the content of my web page for preview when the user hovers on the link; and hence load and display it fully when he/she clicks it. I need something similar to the news component of www.yahoo.com home page.
to create a hyperlink which closes the window. However with pages which display data retrieved from a database using PHP i use a form to submit a search on the page which displays results. At the bottom of the page is the close window link, however it fails to work once a form has been submitted on the page. It only works when the page first loads.
Any ideas guys on how i can get a close window option that works on my results page after submitting a search?
I'm not sure if this question should go to the "JavaScript" section; but I'm open to non-JavaScript (like VBScript) options too. So, I'm posting this here.
I have the following problem:
For my application, I need to ask a confirmation when the user closes the browser-window. If the answer is positive, I would like to log-off the session and close the window. If the answer is negative, I would like to stay back (no logging-off, no closing the window).
I can't do this in the window.unload event because the window is already closed when the unload event is fired. I tried doing this in the beforeUnload event. But the beforeUnload event gets called even when I refresh the page and in that case, I don't want to ask this question or logoff.