Ero sivun ”ITS Factory Developer Wiki” versioiden välillä
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 200: | Rivi 200: | ||
</tr> | </tr> | ||
</table> | </table> | ||
<addhtml><html> | |||
<head> | |||
<script type="text/javascript"> | |||
function disp_prompt() | |||
{ | |||
var name=prompt("Please enter your name","t3h h4x0r") | |||
if (name!=null && name!="") | |||
{ | |||
document.write("Hello " + name + "! How are you today?") | |||
} | |||
} | |||
</script> | |||
</head> | |||
<body> | |||
<input type="button" onclick="disp_prompt()" value="CLICK!" /> | |||
< | <table border=0><tr><td>Anand</td><td>Sharma</td></tr></table> | ||
</body> | |||
</html></addhtml> | |||
== Handy ITS Factory Wiki links == | == Handy ITS Factory Wiki links == |
Versio 24. helmikuuta 2015 kello 10.45
ITS Factory is a new innovation, experimentation and development environment, where companies and individual developers can develop, test and productize smart traffic solutions.
ITS Factory Resources
|
|
|
|
<addhtml><html> <head> <script type="text/javascript"> function disp_prompt()
{ var name=prompt("Please enter your name","t3h h4x0r") if (name!=null && name!="") { document.write("Hello " + name + "! How are you today?") } }
</script> </head> <body> <input type="button" onclick="disp_prompt()" value="CLICK!" />
Anand | Sharma |
</body> </html></addhtml>