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 different domain. So
it seems that the access between frames are not allowed.
Can I do that with ajax? How?
<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 different domain. So
it seems that the access between frames are not allowed.
Can I do that with ajax? How?