I'd like to learn how to make a popup window, launched from a button, that allows additional instances of itself to be launched from the resulting popup. here's what I have so far:In the head:
<script type="text/javascript">
<!--
function MyPopup() {[code]....
This code is on the page that launches the popup the first time, and also the resulting popup. When I click the "Launch Another Window" from the popup, though, it just reloads inside itself and clicking the first button does the same thing (keeps "refreshing" the already launched popup). Any thoughts?
Been using popup windows for years on my websites, launched by onClick, and they are not blocked, I would assume because they are called from the current page in the same domain. I'm using basically the same script in a new application, but it's launched by onLoad, again from a page in the same domain. It's being blocked by most browsers.
I've recently come across something I didn't think was possible. Let me just write the sample code....
Somehow, clicking on "Whatever" or "Whatever2" actually calls a specific JavaScript script (in the real case, it pops up a window). But of course, the actual script isn't defined at all in the tag - just an ID. I'm guessing that an external script is somehow applied to all hrefs, reads the id, and the acts accordingly. There are many, many external scripts on the particular page I'm using, so it's hard to pinpoint exactly what's causing the action.
Can someone show me how you would allow the links above to pass a javascript (could use going to a new URL as an example).
I am trying to get a VBS to launch from a button click. I have had some help from a colleague but so far no luck, so far all that happens when the button is clicked is it switches from being highlighted "click me..." to a depressed "installing" my Vbs path is correct,
I put together a little script to calculate and list a Fibonacci sequence (with javascript: The Definitive Guide 5th edition). It works fine when left as a plain script to run when the page loads, but if I try to turn it into a function to execute on the push of a button the script appears to do nothing.Here is the plain Fibonacci code:
Code:
document.write("<h2>Table of Fibonacci Numbers</h2>"); for (i=0, j=1, k=0, fib =0; i<50; i++, fib=j+k, j=k, k=fib){ document.write("Fibonacci (" + i + ") = " + fib); document.write("<br />"); }
I then turned it into a function so that it would not run until I clicked an HTML form button. I tried two different methods, one with function containing only the code above and the other as follows:
You'll see I'm a gamer as well as a web/desktop developer and I have built so many application in both technologies.
But yesterday I was amused by something I saw. I like to play this Combat Arms game from Nexon a very well developed FPS online action game, scince I downloaded the update I noticed that when I double click on the game icon it actually open a browser where I login (in the past I log in from the game itself) when I login I press a button IN THE SITE where it says "START GAME" and the game automatically starts.
now the question is "HOW THE HECK DID THEY DO THAT?" [code]...
My code tests for existence of Quicktime plugin.If the plugin is installed. A sample .mov should play but does not.The <h2> header does appear on screen, nothing else, no errors.
I want to use some javascript to launch a windows application (this used on intranet) but don't know how. It'd be neat if I could not only launch the application but minimize the webpage's browser at the same time, but this is just icing on the cake.
what I'm trying to do is to automatically launch a function before going in the $.ajax ({success}); method. I've this:[code]My problem is that I first see "success" and then "ajaxSuccess" or would have the opposite.dataFilter function doesn't help me because I can't detect if query is successfull or not and not have the XMLHttpRequest.
I'm trying to launch two ajax requests at same time. I'm expecting result from the first later than the second. The problem is, it won't return me any result from the second request untill first one is returned.
I'm getting response from the $.getJSON function only when the $.post is over. Is this a bug or a mistake from me ? My aim is to launch a long request and fire multiple other requests to check how is doing the first one.
I've to launch a script to show my diigo bookmarks in my website in a sidebar. I launch the script with this command in a html page, that works :
HTML Code: <script type="text/javascript" src="http://www.diigo.com/roll2/linkrolls?v=3&username=thibaudoc&l_type=0&count=10&desc=1&style=standard&title=Trace%20%26%20Internet&tags=usability"> </script>
However, I don't want these script was launched in certain urls. I do that test, for example when I test a url with this parameter "id=trace-libre:auteur:cv" :
HTML Code: <script type="text/javascript"> var url = String(document.location); var test = url.replace(/id=trace-libre:auteur:cv/,'');
I have documents that I want to automatically add additional meta tags to. The documents already have some meta tags and I want to keep them all together, so I want to add my new meta tags to the end of the existing ones... can someone help me out with a script to do this... example below.=
I am working in ASP.NET 4.0 anduse IE8, Firefoxand Chrome for testing. Inside the web page I have a textbox and a drop down with 5 items. If the 4th item is chosen I want the textbox to become a datepicker.
Here is my best attempt thus far. $(document).ready( function () { $( "#txtSearch").focus(function () { if ($("#ddlSearch").attr("selectedindex") == 4) { $("#txtSearch").datepick("enable"); } else { $("#txtSearch").datepick("disable") .....
I have a website with several pages. Each page having the same menu.I need one of this menu item's text to vary according to each of my customers, where the customer id will be passed from an external link at launch time.I also need to change the menu item link <a href.../a> dynamically.I'm planning to create a redir.html pacge for each client and within that page, I can insert a url with parameters to launch the main page.
I see in a book how to use javascript functions from radio buttons to display text into a form textbox, but what I want to do is instead of display text into a textbox, to display images positioned by CSS. My code is below. All I get is the initial display of radio buttons, the chosen one chosen, and that's it. No display of images. I tried even just using text and no. Here's my code:
I need when a page is accessed to launch 2 popups then close itself. Can anyone help? All help is very much appreciated. One popup is going to be a regular page and an add then for other popup if any ones curious.
I want to put some additional checks while loading the file for that I need to check where each line contain the "|" symbol or not which I am using as a file delimeter.Can anyone tell how can we read the file line by line in javascript.
I have been trying to write a script that allows a user to click on a button like a plus sign to add an additional field for a phone number when they have more than one phone number to enter. I have created a script that sort of does this. It doubles up what is already there, so, the first time, everything is fine, but after that I get a lot more fields than I want. I am a php programmer and not familiar enough with javascript to get to what I want. My script is included below. What I am doing here is retrieving the html content and then adding it to what is already there. In php I would use an if conditional test to see if the data has been retrieved. The first time it would retrieve the data into a variable. After that it would not retrieve it. I think I am getting into some scope and sequence issues here. Javascript is a bit different than php in these regards.Also there is a commented line in the code that asks another question about the use of variables that I don't understand.I also tried using appendChild() here to no avail. I couldn't get that to work at all.
I am using a popup window to show pictures. Each time the user clicks on a thumbnail in the mail HTML page, the popup either appears or reloads a new picture.
Some pictures are portrait, and some are landscape. I build the popup html dynamically. How can I a) resize the popup window to fit the image, and b) pop it to the forefront once the new picture is loaded?
I am trying to get a fairly complex database form set up..at various stages I need to open popups to edit subsections, then close them..
Now this all works fine from the main screen, I can open a popup using window.open() and it spawns in a new browser or tab, do my stuff, and exit to the main screen..
However if I try to open another popup in the child popup, and return to THAT with a window close in the grandchild, firstly it never opens in a new window, but in the child window, and secondly it closes itself and returns not to the child window but to the parent window.
I have googled till I am blue in the face but no joy..no one seems to have a snap solution for this one.
I suspect I need to use the window object that window.open returns,,but have no idea how..?