[pmwiki-devel] Page opening in an iframe

Petko Yotov 5ko at 5ko.fr
Fri Jun 21 11:54:46 PDT 2019


If the forms software allows you to set the target attribute, do it on 
the form.

Otherwise, I'd create a mostly blank page on the wiki with a single link 
with the %target=_top% or %target=_parent% wikistyle.

Something like this:

   https://www.pmwiki.org/wiki/Test/LinkTarget

The form will redirect to the blank page in the iframe, then when a user 
clicks the link the browser will open the link in the top window.

Petko

On 21/06/2019 11:48, Simon wrote:
> I have a google form embedded in a pmwiki page (thanks APE
> <https://www.pmwiki.org/wiki/Cookbook/Ape>).
> I have a link after the form is submitted to ask users to return to a
> different page on the wiki, but it opens in the iframe,
> is there any way in PmWki I can force it to open in the parent or top 
> frame
> <https://www.w3schools.com/tags/att_a_target.asp>?



More information about the pmwiki-devel mailing list