Re: Google Chrome - Automatically opens new tab http://www.omniforexsignals.com Hardware and Software by thp … too have had the same webpage appear in a "popup tab". According to Norton's Safe Web, this site (see… installed WordWeb (which i have unstalled and still had one popup tab since rebooting), I might have given permission to such advertising… Re: Performersoft setup popup Hardware and Software Information Security by caperjack > I have to wait for this popup from Performersoft > to appear and decline and cannot access …) run the program as administrator ,and go to the login tab and look for anyting releated to Performersoft ,if found uncheck… Re: Outlook 2003 - Popup in subfolders, How to? Hardware and Software Microsoft Windows by PierlucSS …;New Rules..." button under "E-Mail Rules" tab 3. Check "Start from a blank rule", select… Re: Tab tools Programming Web Development by newbie14 ….onload = function () { driverLicenseExpiryCal = new Epoch('epoch_popup','popup',document.getElementById('driverLicenseExpiryDate')); driverGDLExpiryCal = new Epoch('epoch_popup','popup',document.getElementById('driverGDLExpiryDate')); document.getElementById("driverDetails… Popup otherwise open new window Programming Web Development by valonesal …. So we would like to create something that opens a popup as normal however if javascript is disabled it opens a… new tab or window with the information. But if javascript is enabled it just opens the popup not the new… Re: popup virus Hardware and Software Information Security by mhshoc10 … wouldn't let me click on the Firefox or Opera tab. The browser seems to be running much much better though… Re: Popup otherwise open new window Programming Web Development by ShawnCplus You could have the click be on an <a> tag with a target="_blank" which will open a new window. But if they have javascript enabled you can bind events to it with onlclick to open a popup and return false (to prevent the other window from opening; Re: Popup otherwise open new window Programming Web Development by ShawnCplus …; target="_blank" onclick="return popupSomeWindow();">Popup or new window</a>[/code] Re: Popup otherwise open new window Programming Web Development by valonesal Ok I put this together and seems to work beautiful, thanks for the referral. [CODE]<a href="http://mywebsite.com" target="_blank" onclick="window.open('http://mywebsite.com','popup','width=507,height=600,scrollbars=yes,toolbar=no,menubar=no,'); return false"><MY LINK" /></a>[/CODE] Re: "Popup" window that WILL NOT GO AWAY!!! Hardware and Software Microsoft Windows by Reverend Jim If you run Task Manager and go to the Applications tab, select the line corresponding to the displayed text, right click and select **Go to process**. What is the executable? In the Processes tab you can do View -> Select columns, then choose **Command Line**. That will show the fully qualified path and file name of the executable. Re: popup windows+w32IRCbot Hardware and Software Information Security by swatkat …;Options" button and here go to "Advanced" tab and uncheck the option "Only delete files in Windows… Re: popup virus Hardware and Software Information Security by crunchie … [b]scan every file.[/b][*]Click [b]On scan[/b] Tab.[*]Click on [b]Complete system scan.[/b][*]Let the program… Stupid IE7 Popup Problem Programming Web Development by djMot …just blind or something, but IE7 just stopped letting a popup I've written in javascript from opening in a (duh…!) popup window. Instead, it's loading in the same tab as the link was called from… established to pretty much open everything in a new tab. Also, although the popup blocker is enabled, this IS NOT an auto… focus on element fails after popup Programming Web Development by sharonig … an input element on a form. When I open a popup form and then close it, I try to put the… fails and it doesn't get focus. When I press tab to get out of this input element, it takes several… tries for it to get the tab event (since it wasn't focused, but how come it… Re: focus on element fails after popup Programming Web Development by lambing Do you know callback in JavaScript? Using callbacks you can popup a form and after it focusing on a particular element. Callbacks are functions executed after performing a particular operation. Re: focus on element fails after popup Programming Web Development by Taywin Make me think how do you open a new popup for your new window? Re: Age verification popup window Programming Web Development by dbalas …var winH = $(window).height(); var winW = $(window).width(); //Set the popup window to center box.css('top', winH/2 - box.height…var winH = $(window).height(); var winW = $(window).width(); //Set the popup window to center $(id).css('top', winH/2-$(id).height… Open partial view in a new popup window Programming Software Development by Stat_1 I tried to popup partial view, but its not working ,this is my link &…).attr('href'), '_blank'); }); </script> It opens a new tab instead of a new window Re: I dont have security tab on folders ! Hardware and Software Information Security by ShadowPuterDude … clean up.[/COLOR][/LIST][COLOR=Black][B]In the Windows Tab: [/B][/COLOR][LIST] [*][COLOR=Black]Clean all entries in the… you choose.[/COLOR][/LIST][COLOR=Black][B]In the Applications Tab: [/B][/COLOR][LIST] [*][COLOR=Black]Clean all in the Firefox… Re: form validation how to open popup window if a field is empty Programming Web Development by chrisschristou i tryed `window.open(#login-box)` it open the current page in new tab like this url.php#login-box and popup don't apear. and i tryed window.opedialog nothing happen. i have created my popup in jquery i just want to open it if client field is empty `onSubmit` Re: Need help with Best Offers popup Hardware and Software Information Security by tayspen … Window will now Open 5 Click the View Tab 6 In the view tab window look down the list for a section… I dont get security tab on folders! Hardware and Software Microsoft Windows by Montes …:\WINDOWS\system32\RUNDLL32.EXE C:\WINDOWS\iexplorer.exe C:\Programfiler\PopUp Killer\popupkiller.EXE C:\PROGRA~1\PANICW~1\POP-UP…] C:\WINDOWS\iexplorer.exe O4 - HKLM\..\Run: [PopUpKiller] C:\Programfiler\PopUp Killer\popupkiller.EXE O4 - HKLM\..\Run: [Pop-Up Stopper] "… I dont have security tab on folders ! Hardware and Software Information Security by Montes …:\WINDOWS\system32\RUNDLL32.EXE C:\WINDOWS\iexplorer.exe C:\Programfiler\PopUp Killer\popupkiller.EXE C:\PROGRA~1\PANICW~1\POP-UP…] C:\WINDOWS\iexplorer.exe O4 - HKLM\..\Run: [PopUpKiller] C:\Programfiler\PopUp Killer\popupkiller.EXE O4 - HKLM\..\Run: [Pop-Up Stopper] "… Re: Custom tab design Digital Media UI / UX Design by newbie14 ….onload = function () { driverLicenseExpiryCal = new Epoch('epoch_popup','popup',document.getElementById('driverLicenseExpiryDate')); driverGDLExpiryCal = new Epoch('epoch_popup','popup',document.getElementById('driverGDLExpiryDate')); document.getElementById("driverDetails… Getting current tab url with a chrome extension Programming Web Development by emir_gradacac …;default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "…http://*/*"], "offline_enabled": false } <!--popup.html--> <!DOCTYPE html> <html> <… Re: Getting current tab url with a chrome extension Programming Web Development by emir_gradacac I'm trying to make a chrome extension that will display the current tab's url when clicked Re: detect close browser tab and window.open Programming Web Development by JorgeM … allow pop-ups. <body onunload="popup()"> <script> function popup() { popupWin = window.open('http://www.daniweb.com… Re: Open partial view in a new popup window Programming Software Development by JamesCherrill > It opens a new tab instead of a new window That's a setting that is in the user preferences for Safari, and probably for other browsers as well. Re: Simple question: Popup page to post data to mother page Programming Web Development by mali01 Great Stuff! It works much better in IE because the new[Ctrl + N] comes on top of the main/parent window. So the user/visitor won't make a mistake of filling the form many times untlike in Firefox because you might not notice the new tab[Ctrl + T]...Thanks a lot! Re: I want that a popup form is opened when the user click on Hyperlink Programming Web Development by diafol Have a look at jQuery dialogs or even lightboxes that accept html data. These produce a way to create popups without opening a new browser tab or window - something that could be blocked by the user's browser.