Popup On Same Page Refrencing Itself
Jun 6, 2006Page X have button that opens popup that has link to page X ..is it
possible?
Page X have button that opens popup that has link to page X ..is it
possible?
Anyone know how to refrence images? like GetElementByID except for
images. I alread tried ...ByID ...ByName ...ByValue ....
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.
View 4 Replies View RelatedI am trying to do a popup window, which will load when the page loads. Using the onLoad in the <Body> tag. However it doesn't seem to be working. Also when the popup loads there will be a form which the user selects an option and the form is sent to a email address with the answer chosen and then the popup closed. Code:
View 7 Replies View RelatedI'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?
Here is the source code.
Code:
I need an Exit popup page that when a visitor is on leaving my site it
will popup. With "onUnLoad" it can work in this way but it also does
something more that I don't want. When a visitor click links to pages
within my site the popup will also open. I don't want this. What I need
is that only when a visitor is leaving my site but current page, the popup
will open. Anyone have a solution for this please give me a hand.
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...
View 4 Replies View RelatedI'm working on this system, where an admin can manage articles and stuff. The editing, adding and deleting of articles is done from within a Javascript popup. When the new article is added, the admin can hit a "close this window"-link to return to the admin-page, which contains a list of all articles.
This works fine, however, when returning to the list-page, the new article hasn't been added to the list, because there was no page refresh. Is there any way to invoke a page refresh from within the editing-popup?
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.
View 3 Replies View RelatedI have a page where I open a popup (which is really just displaying a hidden div) Is there away I can fade the page while the popup is open?
View 2 Replies View RelatedHow could I open a page/popup after closing one? The objective is to log the user out if they haven't Logged out or clicked Logout.
I am sure there is a simple way to do this. None of my ideas work.
The only answer I could come with (after testing the whole day...) IE(any version), Firefox, and other browsers don't support this idea, due to the fact that the user clicked close and you can't impose things on them.
i need to pass variables to a popup page. I have already made the page i want to be popped up, it is called popup.html and is in the same file location.Here is how i am making the page popup:
<head>
<script type="text/javascript">
function prizes(){
[code]....
I have a page that loads a fancybox popup and it works perfectly with the cookie for setting ho many days to show. the problem i have is that i need it to show 1 every 24 hours over a 3 day period. once the 3rd day is over and the user sees the window for the 3rd day i need a cookie set to never show the window again. here is my code as it sits now. I have worked with this for a couple of days on and off and it is above my head for sure.
[Code]...
How can I use a pop-up page to navigate the parent page?
For instance, on my homepage, I have something like "Click here to choose your location". This should open up a page, with a list of option that I can choose to navigate the homepage!
I have a "Page A" that opens up a popupwindow called oImageDetail....
lets say the page opens the popup, and the visitor leaves the popup open...is there a way to verify that it exists in a given "Page B" or something like that?
or is it not possible because of the window wasnt opened thru that Page B?
I have a little help page that I open as a popup. Is there a way I can place anchors on the help page and based on the link the user clicks the help page will display that section?
View 3 Replies View RelatedI use this code in a popup to refresh the parent browser. It works fine
as long as the user actually clicks on this link but does not work in
cases where the user closes the child popup through the Windows X
(close) button. Any way to accomodate this also?
I have the code below which pops up a pop up on page load.
I simply want to wait for 10 seconds after the page load for the pop up to appear. Is there a jquery way that I could add to the below code to make this work?
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery.lightbox("www.mydomain.com/popup.html?lightbox[width]=650&lightbox[height]=480");
});
</script>
jQuery,<div>
That the page was finished loading? but what I see is that the popup alert comes before my images on my page.....
finished loading? is this correct?
I need to do something to my page when everything is done loading.. how does one do that.
I am using the lightbox popup on a page that is called into an iframe... So the boc centers within the iframe.. Is there a way to have it center on the page instead of the iframe?
View 13 Replies View RelatedI have two questions. I have a html page has two "data-role=page" objects. When I open that page by clicking on a link, the second page is displayed rather than the first. If I add "rel=external" in the link, the first page shows up but the back button is missing. Is there any way to ensure the first page shows up and the back button is visible.
The second, how can I call $("#pageObject").dialog(). I tried this on a link, nothing happens. Can't I use I<a href="#pageObject" data-rel="dialog">Open dialog</a>. This does not seem to work for internal pages. Is there a method to open internal pages as popups?
For example, I have a page: http://www.cmela.com/zz.phpWhen i open a popup by clicking "Click Here to open popup page" and then on popup window, i wanted it to transfer parent page from making a click on a pop up window.Example is at:http://www.cmela.com/zz.phpopen pop up window, and then by clicking on a link on a pop up window i wanted my parent page to go to www.msn.com
View 2 Replies View RelatedSuppose that I have a main page with a link that opens a popup window which has a link with a parameter and I want to pass the parameter to a text input in the main page,
how to do that?
here's what i need to do:
1. open popup
2. on submit -- run the asp to process results and then
3. close the page
4. refresh the paretn page
how can I do this? can anyone help me?
I was curious if such a thing is possible, I've seen it done before, but not exactly sure how that would work. Would it have something to do with the window.close (); function?
View 7 Replies View RelatedI have the lightbox working properly on the site but actually want it to pop up/open automatically, say after 2 seconds after the page is loaded and without having to trigger it by klicking a href link. I noticed daniweb has exactly the same function here on this site! What code would I need to add to make this happen?
View 1 Replies View Related