• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
|

|
How to create a VML scale?
(VML free example written by Anton Zamov.) |
How to create a VML scale?
<html>
<!-- Creation date: 2/28/2003 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
<xml:namespace prefix="v" />
<style>
v:* {behavior=url(#default#VML)}
o:* {behavior:url(#default#VML);}
.scaletd{font-family:verdana;font-size:7pt;color:white}
</style>
<script>
var vml_scale_1='<v:shape fillcolor=#ffffff strokecolor=#ffffff style="position:relative;left:-1;width:100;height:7" coordsize="100,100" path = "m 0,0 l 0,-80 0,0 10,0 10,-55 10,0 20,0 20,-55 20,0 30,0 30,-55 30,0 40,0 40,-55 40,0 50,0 50,-55 50,0 60,0 60,-55 60,0 70,0 70,-55 70,0 80,0 80,-55 80,0 90,0 90,-55 90,0 100,0 x e"> </v:shape> ';
var vml_scale_2='<v:shape fillcolor=#ffffff strokecolor=#ffffff style="position:relative;left:-1;width:100;height:7" coordsize="100,100" path = "m 0,0 l 0,-80 0,0 10,0 10,-55 10,0 20,0 20,-55 20,0 30,0 30,-55 30,0 40,0 40,-55 40,0 50,0 50,-55 50,0 60,0 60,-55 60,0 70,0 70,-55 70,0 80,0 80,-55 80,0 90,0 90,-55 90,0 100,0 100,-80 100,0x e"> </v:shape> ';
function generateScale(){
var vmlScale="";
var vmlGraphic="";
vmlScale+="<table class=scaletable ><tr><td><table width=600 style='position:relative;top:6;left:-45' ><tr>";
for(u=0;u<6;u++){
vmlScale+="<td class=scaletd width=120 align=center>"+(213645)+"</td>";
if(u==5) continue;
if(u<4) vmlGraphic+=vml_scale_1;else vmlGraphic+=vml_scale_2;
}
vmlScale+="</tr></table>";
//alert(""+vmlGraphic);
vmlScale+="</td></tr><tr style='position:relative;top:0;left:-2'><td >"+vmlGraphic+"</td></tr></table>";
return vmlScale;
}
function init(){
scale.innerHTML="<br><br><br>"+generateScale();
}
</script>
</head>
<body bgcolor=#224452 onload=init()>
<div id=scale></div>
</body>
</html>
|
Still have questions?
Ask your question on TechOnlineHelp.com
or find more examples on www.netartmedia.net/examples
If this example was useful for you, please support my company and click Like on the button below.
Thank you very much!
|

|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
PHP Store, powerful e-commerce system written in PHP
Pharmacy System, software for running online pharmacies
|