CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    1

    How to hide referrer [iframe] pls help

    Hello guru ,
    I need help

    Im using this iframe code ,
    <iframe src="http://google.com" border="0" framespacing="0" marginheight="0" marginwidth="0" vspace="0" hspace="0" frameborder="0" height="100%" scrolling="yes" width="100%"></iframe>

    how to deliver traffic via iframe with no referrer

    pls help

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: How to hide referrer [iframe] pls help

    You cannot control that through any client-side scripting.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured