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

    How to hide the iframe link (not the iframe)

    I need to make the iframe link not recognizable. I offer this as a subscription site and I can't have the real link visible.

    <tr>
    <td height="100%">
    <iframe src="ebindx.html" frameborder="0" width="100%" height="100%"></iframe>
    </td>
    </tr>

    I do not program, but I can make sure things are put in the right place.

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

    Re: How to hide the iframe link (not the iframe)

    Sorry, but there is no way ever to hide/encrypt any client-side code. If it is readable by a web browser, then any human can find/decode it.
    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