javascript examplesProbably the most frequent javascript question is how do i open a window using javascript? the truth is that you dont need a javascript tutorial to open a window, in fact you dont need to use javascript, because simple html can be used to open a new browser window. All that is required to open a new window is to add target="_blank" to links, here's an example <A HREF="index.html" target="_blank">home</A>
|
![]() |