Log in

View Full Version : Link to a specific page within an Iframe



gene438
04-25-2013, 05:41 PM
I have researched and cannot find a solution to my problem.

I have several pages that I access via act=?"name of page".

For example, I have my wordpress blog show via an iframe by creating a page called blog.php which i can call by my website.com/index.php?act=blog

This works fine. Now, I would like to find a way to create a link to a specific post in my blog. The url is something like, www.mywebsite.com/blog/thisarticle

The question is how can I access that article directly in the iframe.

I thought www.mywebsite.com/index.php?act=blog?thisarticle or something like that would work...but no such luck.

Any ideas?

Again, is there a way to link directly to a specific post or page within an iframe?

letom
04-26-2013, 07:33 PM
Can u post the url of your website to get a clear picture about this issue

seccondbest
05-22-2013, 02:06 PM
did you try something like the _parent command,


<a href ="www.mywebsite.com/index.php?act=blog?thisarticle" target="iframe"></a>