placing an iframe

H

Harlan Messinger

Nospam said:
Harlan Messinger said:

If i needed a particular referrer to get to foo.html
How would I amend the below code?

<IFRAME src="foo.html" width="400" height="500"
scrolling="auto" frameborder="1">
[Your user agent does not support frames or is currently configured
not to display frames. However, you may visit
<A href="foo.html">the related document.</A>]
</IFRAME>

The only way you can have the page change the referrer is to write code
that sends a request to the server *instead of* letting the browser send
the request. You'd have to use some kind of client-side programming that
lets you set the headers for an HTTP request.
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top