How to redirect from modal content if opened without main window? -


I have a little bit where all the pages are loaded in a modal window. But the search engine forwards the visitor to the subpages without the main window (for example, one)

I'm curious, whether the sub-pages of sub-pages with visitors Is it possible to open instead? Do I try to include the content of the subpages in the main page and somehow call them through a bookmark (because I think I can not identify it from an html, even if it was opened in a modal window Ho), but I'm sure someone's experience can come with a fair idea.

Thanks a lot!

Thank you, this is a possible solution.

  function parentExists () {return (parent.location == window.location)? True False; } If (guardian ()) ....; Other {window.location.replace ("http: // ...... .COM"); }    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -