answersLogoWhite

0


Best Answer

You cannot create a popup using HTML. You need to use a bit of programming code, like a scripting language and build that into the web page. The alert command in Javascript or the prompt command for example, can do it. There are lots of ways in different languages.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

Try this: javascript.internet.com/generators/popup-window.html There are also numerous other places in which offer tools to create pop ups, yet you could still use the HTML code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a pop-up window from HTML code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a popup menu for Tumblr?

With basic HTML.


How can you make your song into a HTML code?

There is no software, program, or pattern that transforms songs into HTML.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.


Can someone make an HTML code where i can just put my file in and it to work please?

You have to give the complete file in order to make and HTML file. The file should be compatible with the code.


How do you code a layout on photofiltre?

you don't code the layouts in photofiltre , u make them then code them using HTML


How To Use HTML?

HTML stands for Hypertext Markup Language. HTML is the code used on websites all across the Internet. HTML is the code that makes a website a website. HTML is quite simple to learn how to use. HTML code that is typed by hand to create a website is old school now days. There are several programs out there are enable you to create a website without the need to know HTML code by hand. The new programs out there enables nearly anyone from the new person to the advanced person to make a website within minutes.The HTML code to make a link on your website is quite simple. HTML code is basic code that just learn to memorize in your mind. It is simple to remember to short code lines that you input to create certain things on a website like a small link to another page. HTML code is just a code like a different language. It is all memory.The new software out there made for creation of a website has the HTML code built into


How do you make a website like naruto arena?

by using HTML or CSS code we make website.


How do you convert HTML to c code?

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.


How do you make every popup on Internet Explorer 7 open as a new tab as default IE 7 has popup blocker?

On the right-hand side of the IE 7 window, click on Tools >> Internet Options >> General tab >> look on general tab to where it says Tabs & click Settings >> go down to "When a popup is encountered" >> select "always open popups in new tab.


What is the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be <a><table>Table-Stuff</table></a>.


How do you make a loop wav in HTML?

You add the following to your embed code: loop="true" <html> <embed src="my_file.wav" hidden="true" loop="true"></embed> </html>


Is HTML code case sensitive?

as far as i know, HTML 4.01 transitional(standard HTML) is NOT case sensitive. XHTML is i think!!! check out w3schools if you want to make sure