answersLogoWhite

0

w2=window.open("http://www.w3schools.com");

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the correct JavaScript syntax to write Hello World?

document.write("hello world");


What syntax-based language integrates into HTML pages?

JavaScript


What is the correct JavaScript syntax to insert a comment that has more than one line?

The proper syntax to insert a multi-line comment into JavaScript is to surround the comment with /* and */ function useless() { /* This function doesn't do anything We should come back to it. Soon. */ }


How do you save javascript on Roblox?

It is not possible to save and execute Javascript code on Roblox. You can save Javascript code as plain text in script objects, but there is no way to execute the code. Roblox uses a scripting language called LUA in-game which is somewhat similar to JavaScript, but it is not identicle. You can learn about LUA syntax on the Roblox wiki.


The syntax and keywords of JavaScript most closely resemble those of?

C. The C language is the basis for JavaScript, as well as C++, C#, PHP, and Java. (Among others.)


What is the syntax of a programming language and what are the primary goals of syntax analysis?

Well, syntax is the fancy name for programming code. Without syntax, you wouldn't really have a program. It's good to analyze syntax as you are making sure that it is correct. If it isn't correct, then it won't work.


Any violation in the syntax of a program statement is called logic error?

No. A violation in the syntax of a program statement is called a syntax error.


Is this sentence correct- Are you based in Canada?

The syntax is correct - it may or may not be true.


Where you went is it correct?

Yes, the sentence "Where you went is it correct" is not grammatically correct. It can be rephrased to "Is where you went correct?" for proper syntax.


Which of the following functions is written in the correct syntax?

NOW


A set of Rules that define a programming language is called?

The rules of a language is called its syntax.


What is the correct syntax for referring to an external script called testjs?

To refer to an external script called testjs.js, you would use the <script> tag in your HTML document. The correct syntax is: <script src="testjs.js"></script>. This tag should be placed within the <head> section or at the end of the <body> section of your HTML file to ensure proper loading of the script.