Creating A Pop Up Window That Won't Be Killed By Pop Up Killers
Sep 16, 2003
I am trying to figure out a way to do a pop up window with out having a pop up killer kill the pop up. My goal is to open a chat window up when they press on a button but sometimes it doesn't work because of pop up killers.
I have a javascript code that works in IE but is falling down in Firefox (1.0.4). The problem seems to be that I can't get the value from a text box (groupcount) in FF. Again, this works fine in IE. Code:
I have this code that when just enclosed in a <script> works:..dto = new window["imenus_data"+(x2=x2.substring(6))];but when i put this code in a class and access the function:
I have got a page on my website which has a log-in button, when this button is clicked I want a window to pop-up which enables the user the login. After the have typed in their username and password and it has been confermed I want the popup window to close.Now I know this bit is possible, but I would like to take it further if possible:This leaves the user on the page where they clicked the log-in button. After the log-in window closes I want this page to change to another page (not loading another window). SO at the end of it the user hasn't had to open or close any windows and they end up with only one window open.
I know the first bit is possible but I am not sure about the second bit.I would like to know if this is possible and how to do it.
I have a main window in which there is a link opening popup. In newly opened window there are links that allow to insert some HTML with form elements ( button) in the parent window document. The problem is when user closes popup window the added button is inactive (action assigned to it doesnt work) What is more the problem exists in IE, in FF code works quite well.The code inserting new elements to parent window is below.[code]
1. the 1st popup should open automatically and open a URL 1 2. then after 30sec the popup should close 3. then 2nd pop up window should appear and open URL2 4. then after 30sec the popup should close and so on
can any body help me with this please. I really need it.Or it can be like this also,The 1st popup should open automatically and open a URL1 then, after 30sec it should open URL2 and after 30 sec open URL3 and so on in the same popup.
I'm relatively new to javascript. I want to create an editable text window popup. Upon writing a free text the user should have an option to save or clear the text. He should be able to save the text in a predefined location locally. How can this be done in javascript.
hey when i open a popup window by javascript it is an usual window though some customizable like whether displaying menubar, displayed position and some other options. but i want to createpopup windows like facebook popup windows which is nice,thin and immovable.
Anyone know how to create this in JS? User clicks on a link, the link opens a new window with new webpage AND the page that had the link then changes to a new webpage as well. So end the end that link takes the user to two new pages. For instance, I am on PageA.html and I click an <a href="">Link</a>. Link take me to a newly targeted page called PageB.html. Then at the same time PageA.html turns into PageC.html.
I read about window object and specifically about creating popup windows. The code below produces a popup window when a link is clicked:
Code JavaScript: var Survey = { init: function() { var surveyLink = document.getElementById("survey"); Core.addEventListener(surveyLink, "click", Survey.clickListener); }, [Code]....
I would like to add a "Close Window" button on survey.html page and when that button is clicked, the window would close. How do I do that? I know that I should use (reference to popup window).close(), but how and where do I attach even listener to that button?
I created a forloop and that runs fine, but it wont run any code after the loop finishes.I've tryed playing around with it but nothing I do will make it display the alert. Heres the problem code:
I have a CMS system using Tinymce and after making some alterations noticed the updates weren't showing up.After much messing (sql, set up etc) I started to delete the content bits at a time and came to the conclusion that is was the character
My function the_magnitude() takes in values from 4 different asp:textboxes. The textboxes "easting" and "northing" contain numbers that don't change, but the textboxes "east" and "north" contain numbers inputed by the user, and the function returns "error" as a value to be put into another textbox that we'll call "error box". So what it's suppose to do is when I update the information in either "east" or"north" it will update, on change, the number in the "error box". It kinda works.My problem is that if the number is a value that changes the style to red, #ff0000,in the function it wont update the "error box" and it just leaves a red zero that is a default number in the box. The only way I can get the number to change is if I end up with a number less than 200, which would make the text green.I'm pretty sure it's a problem with my javascript.here is my function
<script type="text/javascript"> function the_magnitude(easting, east, northing, north, error) { var a = easting.value;
i created a javascript for opening a page on a new window and added it on an html file. i then used the said html file as the source of my iframe on a joomla page. but the javascript isnt working. the said iframe is called Scroll News on this page: [URL]..
We have one website [URL] it will open in only IE not in any other browsers. When it will open in other browsers it will shows source code. I have to make changes in it so that it will open in all the browsers.
have a function which finds the highest value of an array and im trying to get it to work on 2 arrays.however I dont really know how to do this so the function works fine on the first array but when i try to make it work on the second one it returns the same value as the first array, even though the second array shouldnt contain that value. I have put the code below, the funtion I am working on is findHighestValueIndex and the arrays I need it to work on are highestScoreIndex and highestWeightedScoreIndex.with the thank user button
Im writing a piece of javascript that dynamically adds a link to a page, this is the code i'm using
var newP; newP = document.createElement("a"); newP.innerHTML = "Click here";[code].........
However, it wont work?!?! the link appears in the right place on the page when i remove the line newP.setAttribute("href","http:[url]......);and if i view the source the link is <a>Click here</a> (without any href) so there's got to be something wrong with that line but i don't know what it is.I'm using firefox.
1 - the pics wont show in the slideshow. Only the text follows through to the next window. Why?2 - when you click the button "markera alla bilder" (mark all pics) only half of the pics get checked. why?Heres the code:
/.../ <script type="text/javascript" language="javascript"> var checked = new Array();
I can get both to work separately. If Iput the slideshow below the menu bar in the body it does not play if I put the slideshow first the menu bar does not appear.
i,m trying to make an application with JS and html5 i have tryed to make a google map who loads my position and let me choose a target positioni got it to work but sudenly the map have stoped loading as it shud i need to tilt my phone to get it to load the full map and i can`t figure out what i have done wrong:(