Script That Will Close Other Tabs - Windows - When Goes To Same Site To Sign On

Feb 21, 2011

Imagine a wife has signed on to a web site in a browser tab. She does not sign off and walks away to do something else. Her husband sits at the computer and seeing her signed on, opens a new tab and tries to sign on to the same site.

I am trying to write a script that will close other tabs/windows when the husband goes to the same site to sign on.

So, on the sign on page (or even better, the sign off page), when the sign on button is clicked, a piece of Javascript code is run first. The javascript simply goes through all tabs on the browser, and checks to see if any such tabs has an HTML document that came from the same domain as the sign on page. If such tabs exist, then before POSTing the user name and password to the server, the Javascript code will close those tabs that contain HTML documents came from the same domain.

So, I understand I need to set the window.name to a specific value. But does anyone know what the code on the sign on/sign off page to close the other tabs/windows would look like?

View 2 Replies


ADVERTISEMENT

Close Tabs And Or Windows When 2nd User Tries To Sign In To Site

Feb 21, 2011

Imagine a wife has signed on to a web site in a browser tab. She does not sign off and walks away to do something else. Her husband sits at the computer and seeing her signed on, opens a new tab and tries to sign on to the same site.

I am trying to write a script that will close other tabs/windows when the husband goes to the same site to sign on.

So, on the sign on page (or even better, the sign off page), when the sign on button is clicked, a piece of Javascript code is run first. The javascript simply goes through all tabs on the browser, and checks to see if any such tabs has an HTML document that came from the same domain as the sign on page. If such tabs exist, then before POSTing the user name and password to the server, the Javascript code will close those tabs that contain HTML documents came from the same domain.

So, I understand I need to set the window.name to a specific value. But does anyone know what the code on the sign on/sign off page to close the other tabs/windows would look like?

View 1 Replies View Related

Removing Cookies Once You Sign Out Or Close Explorer

Jul 23, 2005

I would like to remove cookies once I sign out of a website or close explorer is there such an option to do this?

View 3 Replies View Related

Opening New Windows/Tabs

Nov 18, 2006

How can I make this script I generated with HomeSite, open links in new
windows/tab instead of the same? ....

View 4 Replies View Related

JQuery :: Change Default $ Sign To Any Other Sign Like # Or @

Aug 18, 2010

how can I change default $ sign to any other sign like # or @ etc. The basic problem is when I try jquery with mootools js then mootools have also default $ sign so that bot are conflict to each other.

View 4 Replies View Related

Opening Multiple Windows Or Tabs

Aug 4, 2011

I am currently designing a website for our public library. I have added a card catalog search bar on the side of every page. Our catalog software company has supplied the code. After embedding it, I previewed each page to make sure it was working properly. At the time, it worked fine. Since then, I have added other elements to the homepage such as a Twitter feed and a Flickr slideshow. Now, when I attempt to search in the catalog search bar on the homepage, it opens two tabs, but only in Firefox.

Our IT person from the software company suggested I make a copy of the page and strip the code down to see what the problem is. After doing this, I have made no headway. Even with the catalog as the only code left on the page, other than text, it still opens two tabs.

[Code]...

View 3 Replies View Related

Close Multiple Tabs/complete Browser On IE 7?

Jan 12, 2010

Need some help on closing the IE browser, having multiple Tabs. Currently we can close the current tab with window.close(), but is there any other way where we can close the complete browser having multiple tabs by writting some logic program...???

View 1 Replies View Related

Open Multiple Browser Tabs And Then Close

Feb 22, 2011

I am trying to find a script that allows you to open multiple browser tabs and then close each of those tabs, either one by one or all at once.

View 1 Replies View Related

Open Multiple Browser Tabs With Script And Then Close Them ?

Feb 22, 2011

I am trying to find a script that allows you to open multiple browser tabs and then close each of those tabs, either one by one or all at once.

View 2 Replies View Related

AJAX :: Windows XP - Yahoo Hosting - Site Worked Fine In IE But Not In Firefox

Apr 8, 2010

I ran in to a strange problem with a client who uses Yahoo hosting. The web site uses AJAX (jquery, php, javascript). There is no problem viewing the site using IE8, Firefox on a Windows 7 computer. On an XP computer the site worked fine in IE, but not in Firefox. The site never worked properly using Chrome or Safari.

I tried jquery 1.3.2 and 1.4.2 but got the same results.

I use this same combination (jquery, php, javascript) on other web hosts and don't have these problems.

I know that Yahoo hosting injects tracking code in the web pages it serves for the sites it hosts (at least for my client). I think this could be the source of the problem.

When I removed jquery (I was only using the load function anyway) and used my own code- the problem disappeared. The site now works in all browsers.

View 2 Replies View Related

Enlarge The Image With A Close Button In Site?

Oct 8, 2010

I want to enlarge images in my site with a close button, by clicking on zoom link/button. How to do this?

View 2 Replies View Related

Creating Popup Windows - Add A "Close Window" Button On Survey.html Page

Mar 13, 2010

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?

View 1 Replies View Related

Lightbox OnLoad - Add An "x" Graphic In The Top Right Corner Of The Projected Image To Close The Banner And Return To Veiwing Our Site?

Mar 25, 2010

I am a systems analyst and network admin for [url].... We already have an exisiting site, which has JS. We now need to add a lightbox effect onload that will basically overlay the page in grey and focus on a banner before you can access it. Thus, pushing everyone who visits to read a banner. I would also like to add an "x" graphic in the top right corner of the projected image to close the banner and return to veiwing our site.

View 1 Replies View Related

JQuery :: Tabs Links Inside Tab To Other Tabs Work But Active Class Not Visible & External Link

Mar 7, 2011

I'm having issues with jquery and the tabs I'm using. My tabs work but... I want some more functions and that seems to be a big problem for a Javascript and jquery newby.

My HTML:

Code:
<ul class="tabs">
<li>Tab1</li>
<li>Tab2</li>

[Code]....

I really don't know if this is correct but it works! What doesn't work is the active class. If you use one of the buttons in the first tab you go to the right tab but the tab itself has no class called active and that ruins the style.

2)
I also have one other question: lets say that all the above is my second page and I have my frontpage in which I also have buttons. I want somebody to use the button and end up in the third tab of page 2. My link is something like

Code:
page2.html#tab3

I read that using this should lead you the third tab but it's not working for me. You go to the first tab of page 2 instead.

I've been reading a LOT! Jquery for dummies, I googled, read the forum and other forums. I posted on a Dutch forum but no answer. I've added a lot of different code but it doesn't work.

View 9 Replies View Related

JQuery :: Nested Tabs That The Remote Page Should Decide What Would Be The Tabs?

Jan 20, 2010

I have nested tabs in jquery tabs which are pretty simple to do if we want static jquery tabsbut what if we want nested tabs that the remote page should decide what would be the tabs.or in other words i want nested tabs in a remote page (or ajaxified) For example i m calling this page(remote page) through tabs

<div id="container-2">
<ul>
<li><a href="#fragment-1a"><span>Section 1a</span></a></li>

[code]....

View 9 Replies View Related

JQuery :: Tabs - Long Content In Hidden Tabs

Nov 9, 2009

I am using jQuery tabs and when I have very long content within the tabs, my browsers scroll bar reflects the content in the tab with the most content.

Example, "Tab 1" & "Tab 3" has a very long scroll bar, even though it has no content (because of Tab 2) and you can scroll down through the empty space

[URL]

Is there a way I can hide the content in Tab 2 so that my browsers scroll bar displays correctly in relation to the content in the active tab?

View 4 Replies View Related

Tabs Shooting. Content Not Showing On 2nd And 3rd Tabs?

Jun 10, 2011

I'm having trouble figuring out why content isn't showing up on the 2nd and 3rd tabs of a tabbed content section embedded on a page. The content shows fine for the first tab but not at all for 2 and 3.

Page of tabbed content is [URL].. It's an OsCommerce site using STS Templates for the pages. Here's the code:

[Code]...

View 2 Replies View Related

Remove # Sign From Javascript

Mar 12, 2007

why is this not working?

var testing ="#tesing something # something";
testing = testing.replace ("/#/g", "");
alert (testing);

View 3 Replies View Related

Need To Merge Two Sign-up Forms Together

Aug 23, 2001

I have an ezine with two different editions, a European and North American. I've decided to merge the two forms into one to simplify the sign-up procedure. However, I can't get the thing working

Here is the code for the two seperate forms, which was created automatically by the excellent Max-eMail. I've tried to merge them with a radio button like:

Code:
<input type=radio name="lists[15]" value="1LitNorthAmerica" CHECKED> North American Edition
<input type=radio name="lists[14]" value="1LitEurope">European Edition
but the values in [] are different for the countries, sex, etc. (For some reason the "[14]" and "[15]" stop the radio-button working - can't select between the two)

Could anybody be so kind as to help me merge the two forms together?

Here's the code (I haven't listed all the world's countries in the drop-down box to save space):

View 3 Replies View Related

Open Windows Under Current Windows?

Apr 6, 2010

below is clickunder code , but it open under windows when visitor click everywhere on the pagei need it be speacial for links , whenever visitor click on speacial link , it opens windows

<SCRIPT LANGUAGE="Javascript">
function PopShow3() {
CookieTest=navigator.cookieEnabled; if(CookieTest)

[code]....

View 5 Replies View Related

Add A Dollar Sign The The Front Of Total?

Oct 17, 2009

So how do add a dollar sign the the front of total??

total = round_decimals(order_total, 2)
total = "$" + total;

View 2 Replies View Related

Auto Sign In Without Having To Click On Link?

Jun 29, 2010

I really don't know what I am doing, but I need to know how to alter this script to load this website without having to click "Weathersentry online". I would like to double click on the icon the code is attached to and it sign in automatically.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

[code].....

View 3 Replies View Related

Getting Golf Sign Program To Work?

Dec 7, 2010

I almost got part of this one program to work. It is of a golf sign with a golf ball moving across and landing in the word Golf into the "o" When the ball lands in the o the sign of "your online source of golf equipment" appears after ball has landed and grows in size.

right now the ball is what I have but I can not get my sign to appear.

I use 2 external files

I will post all the coding here

here is my main file I worked on

this is my golfpage.htm file

<html>
<head>
<!--
New Perspectives on JavaScript

[Code]....

What i am not able to get work i think is to call the changeFontSize() function to increase the size of the "sign"

also an if statement to test value of fs variable is less then equal to 20

how do i get my sign to appear on the output?

View 34 Replies View Related

Getting My Output To Display A Dollar Sign

Dec 3, 2009

I am having a problem with getting my output to display a dollar sign. I have the program running the way it is supposed to, it just won't format for currency. I have tried a couple of different methods and do not understand why the current code does not work.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitonal//EN"
"http://www.w3.org/TR/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[Code]...

View 2 Replies View Related

How To Catch Whole Line Or Recognize Whitespace Sign In PDF

Dec 21, 2005

How to catch whole line in the PDF document using javascript?
or How to recognize/catch whitespace signs (e.g. "
" ) in PDF document

Which method I should use?
Or any other possibility are ?

View 4 Replies View Related

JQuery :: Select All Inputs That Have A Value Containing A Minus Sign?

May 29, 2010

I am so close to finishing this project and I stumbled upon this block...

<div class="line first">
<input type="text" value="0,00" class="nbr first">
<input type="text" value="" class="date">
<input type="text" value="" class="date2">

[Code]...

I have here two inputs with class nbr. The initial values are set, and those values change programmatically over time. My list of inputs is a lot longer than this but I simplified. You can see the work in progress on [URL]. Just insert two random dates in page1 with the datepicker and the navigation will appear. At the end of a series of calculation I need to grab all inputs with positive numbers, and all inputs with negative numbers.I was thinking of selecting all fields with nbr class first, then use .filter() with a function

edit: nevermind, I found it.

$('input.nbr.first').filter( function(){
if($(this).val().indexOf( "-" ) !== -1) {return true} else {return false}
} )

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved