Free JavaScript App
With this software you can easily create website and webpages. You can download this software for free.The tools available here make it easy for you to create a web
Specialties here,
This will create a new web when you open this software.This has provided some of the required codes.
This can be done completely with less effort from there
This app can use javascript as well as html method to create website
Some of the buttons you want to create, web page designers have provided the required codes
For example, button, page design, clock, timers, text effects, title effects.
click this picture or "Download"word for download this app
Let's look at some common types of codes
button 🔳 codes
<html>
<head>
<style type="text/css">
.initial2{ font-weight:bold; background-color:red; font-family: Verdana, Arial, Helvetica, sans-serif;}
</style>
<script type="text/javascript">
var fifteenth="";
function sixteenth(seventeenth, nineteenth){var twentieth=window.event? event.srcElement: seventeenth.target;
if (twentieth.tagName=="INPUT"&&twentieth.type=="button")twentieth.style.backgroundColor=nineteenth;}
function third2(fourth2){
if (fifteenth=="")window.location=fourth2;
else if (fifteenth=="_new")window.open(fourth2);
else parent[fifteenth].location=fourth2;}
</script>
<title></title>
</head>
<body>
<form onMouseover="sixteenth(event, 'yellow')" onMouseout="sixteenth(event, 'red')">
<input type="button" value="Get More Products!" class="initial2" onClick="third2('(this is link spase)paste link hear')">
</form>
</body>
</html>
1 Comments
ok
ReplyDelete