log user click

H

helen.helen

I need to assign a user a website. And see which link they visited.

<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="control.asp " name="control" scrolling="NO" noresize >
<frame src="http://www.yahoo.com" name="assignedwebsite">
</frameset>
<noframes>

The problem is that the assigned website is in a different domain.
So
it seems that the access between frames are not allowed.


Can I do that with ajax? How?
 
T

The Magpie

helen.helen said:
[snip] it seems that the access between frames are not allowed.
Can I do that with ajax? How?
Not on my browser, no - because as you mentioned earlier in your post
it is in a different domain and my browser blocks and prevents all
cross-site-scripting (XSS). Since the somewhat laughable "improved
security model" of IE8 does the same, I would not rely on it ever
working for any browser ever again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top