473,385 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

more info please... ken???

How can I differentiate 2 windows on the same machine opened to the same .asp
session???

Client-side Javascript is fine and I don't need to worry about anyone
defeating it.

I info as to *HOW* to tell one window from another... code, sample, another
ng???

TIA

In article <u6**************@TK2MSFTNGP09.phx.gbl>,
ke*******@THISadOpenStatic.com says...

I can't think of any good way of doing this server-side.

Client-side you could check the number of windows that you have using
Javascript, but the end-user can easily defeat that if they wanted to...

Cheers
Ken

"yabba" <RE*********************@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
: Is there a way to tell if a user (IE6) is opening a new window to the same
: session.... ie. both (or more) windows are looking at the same info.
:
: Just a clue as to how to determine this would be helpful...
:
: Server is running .asp and the client is always IE6.
:
: .asp, vbscript, jscript or dhtml clue would be great.
:
: TIA
:


Jul 19 '05 #1
1 1253
page1.asp
<script>
window.name = 'mywin1';
</script>
page2.asp
<script>
window.name = 'mywin2';
</script>

yabba wrote:
How can I differentiate 2 windows on the same machine opened to the same .asp
session???

Client-side Javascript is fine and I don't need to worry about anyone
defeating it.

I info as to *HOW* to tell one window from another... code, sample, another
ng???

TIA

In article <u6**************@TK2MSFTNGP09.phx.gbl>,
ke*******@THISadOpenStatic.com says...
I can't think of any good way of doing this server-side.

Client-side you could check the number of windows that you have using
Javascript, but the end-user can easily defeat that if they wanted to...

Cheers
Ken

"yabba" <RE*********************@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl.. .
: Is there a way to tell if a user (IE6) is opening a new window to the same
: session.... ie. both (or more) windows are looking at the same info.
:
: Just a clue as to how to determine this would be helpful...
:
: Server is running .asp and the client is always IE6.
:
: .asp, vbscript, jscript or dhtml clue would be great.
:
: TIA
:


Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Fresh Air Rider | last post by:
Hello Could anyone please explain how I can pass more than one arguement/parameter value to a function using <asp:linkbutton> or is this a major shortfall of the language ? Consider the...
14
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a...
5
by: Hexman | last post by:
I've come up with an error which the solution eludes me. I get the error: >An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in HRTest.exe > >Additional...
15
by: sparks | last post by:
We get more and more data done in excel and then they want it imported into access. The data is just stupid....values of 1 to 5 we get a lot of 0's ok that alright but 1-jan ? we get colums...
11
by: cdkorzen | last post by:
I'm sorry if this is a rehash, but all I see is the same info. Here's my debacle: I CAN get the PATH_INFO to work. With ANYTHING but ASP. Python, Perl, Cmd files... works fine. ASP can't...
9
by: MrHelpMe | last post by:
Hello again experts, I have successfully pulled data from an LDAP server and now what I want to do is drop the data into a database table. The following is my code that will insert the data but...
0
by: Gordon.E.Anderson | last post by:
short description: i've got a .net web site set up using a tableadapter attached to a sql server table - returning results only, no update of data. i've got a query (qry code below) set up to...
8
by: Lloyd Sheen | last post by:
Please is there anyone who knows where the cached info for VS 2008 is. I have had so many troubles with this IDE that it is ridicules. Now everytime I change something in the main form I get a...
5
by: rolfjb | last post by:
Friends, Thanks for being here! I am pretty new to all this ... I want to avoid people having to scroll on my website to see the content. Therefore I am using 4 layers overlapping each...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.