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

    inline iframe trying to target to PHP page

    Ok so I am having a bit of trouble. I created a Wordpress page listing the archives of each blog post. And so on my index.php file I created an inline frame so that it lists the wordpress posts, but they are popping up in a new window. So I want to target the links that are inside the frame into index.php. What should I Do? I have tried target="_self" _main but they are all going into a different window. Please help .

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

    Re: inline iframe trying to target to PHP page

    [ moved thread ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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

    Re: inline iframe trying to target to PHP page

    _parent
    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