javascript - Open HTML page -


I have an .html file (x) which is a value that some other .html file while opening (Y ) Should open immediately .html file (x) What is the best way to implement it within javascript?

In addition to this, I want the user press 'Refresh (F5)' on Y The page that should be reloaded is one (x).

I have an .html file (x) which depends on anything .html When opening the file (x), the value must immediately open the second .html file (Y). What is the best way to implement it within javascript?

You can do this.

In addition, I want that when the user presses the "Refresh (F5)" page on Y. HTML should be reloaded, which started the existing one (X).

You can place it in the position of the page (y)

  window.parent.window.location.href = window.parent.window.location.href;  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -