473,587 Members | 2,492 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cross-Domain scripting solution

CJD
Hello,

I want to create a server-side object that tracks the clicks of a user
while they do a task in a browser. The tasks would take place on
external web sites. Since there does not seem to be an all
incompassing solution to the javascript cross-domain scripting
permission problem, I am wondering if anyone has any server-side
ideas. The link below proposes to do this, but I can't figure out how.
Looking at their code, they are apparently doing something on the
server side, as the javascript in their pages is not tracking URLs.

(Remove spaces)
http : //surveys.rele vantview.com/demosu rvey.asp

Thanks for any ideas! Could use HTA's but that would limit to IE only.
Jul 23 '05 #1
7 5079
CJD wrote:
I want to create a server-side object that tracks the clicks of a user
while they do a task in a browser. The tasks would take place on
external web sites.


Oh, you mean SPYWARE?

I think that only works client-side.

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #2
CJD wrote:
Hello,

I want to create a server-side object that tracks the clicks of a user
while they do a task in a browser. The tasks would take place on
external web sites. Since there does not seem to be an all
incompassing solution to the javascript cross-domain scripting
permission problem, I am wondering if anyone has any server-side
ideas. The link below proposes to do this, but I can't figure out how.
Looking at their code, they are apparently doing something on the
server side, as the javascript in their pages is not tracking URLs.

(Remove spaces)
http : //surveys.rele vantview.com/demosu rvey.asp

Thanks for any ideas! Could use HTA's but that would limit to IE only.


As clicks happen at the client side I doubt that you will find a server-side
solution to track them.

--
Markus
Jul 23 '05 #3
CJD
"Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message news:<41******* *************** *@news.easynet. ch>...
As clicks happen at the client side I doubt that you will find a server-side
solution to track them.


That would seem logical, but the link below claims to be a server-side
solution and it's been baffling me as to how they are doing it. It's
got me stumped. Well, what would be the best client-side solution to
this problem in your opinions, considering the window will be in an
external domain?
Jul 23 '05 #4
si*******@yahoo .com (CJD) wrote in message news:<a3******* *************** ****@posting.go ogle.com>...
Hello,

I want to create a server-side object that tracks the clicks of a user
while they do a task in a browser.
Write your own custom page to track clicks.
The tasks would take place on
external web sites. Since there does not seem to be an all
incompassing solution to the javascript cross-domain scripting
permission problem, I am wondering if anyone has any server-side
ideas. The link below proposes to do this, but I can't figure out how.
How is what you want to do a benefit to the user?

What is does is popup a window and ask questions about what is in the
other popup. On the pages where you click, it is a custom page written
my the folks doing the survey. The site switches between the survey
site and custom pages.
Looking at their code, they are apparently doing something on the
server side, as the javascript in their pages is not tracking URLs.

(Remove spaces)
http : //surveys.rele vantview.com/demosu rvey.asp

Thanks for any ideas! Could use HTA's but that would limit to IE only.


The site didn't work in Netscape 7.1.

I am glad that I use Netscape.

Robert
Jul 23 '05 #5
CJD
Robert) wrote:
Hello,

I want to create a server-side object that tracks the clicks of a user
while they do a task in a browser.


Write your own custom page to track clicks.
The tasks would take place on
external web sites. Since there does not seem to be an all
incompassing solution to the javascript cross-domain scripting
permission problem, I am wondering if anyone has any server-side
ideas. The link below proposes to do this, but I can't figure out how.


How is what you want to do a benefit to the user?

What is does is popup a window and ask questions about what is in the
other popup. On the pages where you click, it is a custom page written
my the folks doing the survey. The site switches between the survey
site and custom pages.
Looking at their code, they are apparently doing something on the
server side, as the javascript in their pages is not tracking URLs.

(Remove spaces)
http : //surveys.rele vantview.com/demosu rvey.asp

Thanks for any ideas! Could use HTA's but that would limit to IE only.


The site didn't work in Netscape 7.1.

I am glad that I use Netscape.

Robert


Thank you for your suggestions. I'm not quite clear on what you are
suggesting though. What I want to do is for web site owners to test
their website usefulness and navigation by having others use it. How
is the site above actually logging each page you visit in the larger,
non-question window (the window with the site being analyzed)??

I think it has something to do with the fact that it starts out as an
..htm page in their domain, and then redirects using javascript to the
site being tested.
Jul 23 '05 #6
CJD wrote:
"Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message
news:<41******* *************** *@news.easynet. ch>...
As clicks happen at the client side I doubt that you will find a
server-side solution to track them.


That would seem logical, but the link below claims to be a server-side
solution and it's been baffling me as to how they are doing it. It's
got me stumped. Well, what would be the best client-side solution to
this problem in your opinions, considering the window will be in an
external domain?


I think you will have to add a javascript to the documents of the external
domain that on every click sends the cursor position to you. I don't know if
that is possible. Anyway IMO there is no possible solution without modifying
the pages you want to track (and I would quite hate the fact of being wrong
in this point...).

I think there are softwares for tracking user clicks, but you will have to
invite the test users to visit you and do the testing sitting at your box. I
know a company who does professional usability testing that way, they have
good coffee and always find test users.

--
Markus
Jul 23 '05 #7
si*******@yahoo .com (CJD) wrote in message news:<a3******* *************** ****@posting.go ogle.com>...
Robert) wrote: Thank you for your suggestions. I'm not quite clear on what you are
suggesting though. What I want to do is for web site owners to test
their website usefulness and navigation by having others use it. How
is the site above actually logging each page you visit in the larger,
I did not look at the visited site code. The survey site doesn't have
access to the visited site usage. The survey site is creating an
illusion about the internaction

You need to check with a usability consultant. These sort of tests
are usually done in a usability lab. They usually record the test with
cameras.

In a test situation, you can install special software on the PC to
record all mouse clicks.
non-question window (the window with the site being analyzed)??

I think it has something to do with the fact that it starts out as an
.htm page in their domain, and then redirects using javascript to the
site being tested.

Yes, although redirect may not be what they are doing.

The survey site may be modified to assist with the testing.

I didn't look at the survey site in detail.

Page1
1) introduces you to the survey.
2) Open the survey window on your left

Left window
1) Displays the questions.
2) Opens the site window on the right.
I assume that no changes have been made to the survey site.
3) User answers question about site.
4) Left window submits information to its host.
5) Left window asks another of question on the site
6) Left window takes down the site window.
7) Left window opens new window that you can click on
New window is coded by survey site owner.
New windows is on survey site web site.
When user click on the new window, the new
window pass where user click on it back to
the left window.
New window closes itself.
8) Left window gets results and adds results to your question.
9) User complete question and left window passed this result to its
host.
10) left window continues with the above until all questions are
answered.

By intermixing site windows and survey site windows an illustion more
interaction can be created than there actually is.

You could copy survery site windows to you local site and change them.
Assuming you have the authority to do so.

Robert
Jul 23 '05 #8

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

Similar topics

12
3857
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
3
3091
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white rectangles with a big red cross in it. Pressed a button (the one I thought might be ok). My file appeared to load. Then when I clicked on any...
4
5564
by: David Peach | last post by:
Hello, hope somebody here can help me... I have a query that lists defects recorded in a user defined date range. That query is then used as the source for a Cross Tab query that cross-tabs count of defect type by calendar month. Defect types are stored in one table, defect transactions in another along with date etc. When I cross-tab the...
23
6511
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the queue, grab it and run a system command. Now I want to make sure that system command doesn't hang forever, so I need some way to kill the command...
8
4840
by: Pieter | last post by:
Hi, I'm having some weird problem using the BackGroundWorker in an Outlook (2003) Add-In, with VB.NET 2005: I'm using the BackGroundWorker to get the info of some mailitems, and after each item I want to raise the ProgressChanged-event to update the DataGridView. It works fine when only one Progresschanged is fired, but at the second,...
1
2755
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I have a table containing records for each job done, the records contain date, employee name, job done (a code representing the type of job), cost code...
6
13148
by: Robert Bravery | last post by:
Hi all, Can some one show me how to achieve a cross product of arrays. So that if I had two arrays (could be any number) with three elements in each (once again could be any number) I would get: the two arrays {"one","two","three"},{"red","green","blue} the result one red one green
7
2624
by: Charles | last post by:
I'd like to develop a simple cross-platform application in C++. I'd like it to run in Windows, OS X, PC-BSD and Linux. From my research, it seems I should use Qt or Gtk as a graphical library. Do you agree? Do you have other tips? How Cygwin could help me? Thanks.
1
2558
by: Otacon22 | last post by:
Hi all, I want to create a robot with a router board based on processor atheros 2.6, called "fonera". I have installed a version of linux, Openwrt and python and i want to use it for some reasons, but i have problems to have access to GPIO pins on the board to read and write on harware(pic, memories...) so i want to include into python a...
3
2906
by: Squat'n Dive | last post by:
Does anyone have an idea why -fno-strict-aliasing is turned off when cross compiling? in configure generated for 2.4.4: case $GCC in yes) # Python violates C99 rules, by casting between incompatible # pointer types. GCC may generate bad code as a result of that, # so use -fno-strict-aliasing if supported.
0
7920
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8347
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7973
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6626
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5394
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3844
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1454
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1189
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.