Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

javascript link to other html page code example

Example 1: javascript redirect

window.location.href = "http://mywebsite.com/home.html";

Example 2: javascript link to another page

window.open("http://mywebsite.com/home.html")

Tags:

Html Example

Related

python turtle not close window code example php is session started code example c++ println code example how to pass data with history push code example updateOne in mongoose code example PHP declaring sessions code example css image hover zoom in code example how to put button html code example center imge to center code example python color printing code example radiobutton in react code example sessions install in node js code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy