PHP expert |
|
als je moe bent moet je rusten/slapen
heb het dan maar even opgezocht voor je:
<html>
<head>
<!--
This file retrieved from the JS-Examples archives
http://www.js-x.com
1000s of free ready to use scripts, tutorials, forums.
Author: JS-Examples - http://www.js-examples.com/
-->
<script src="http://www.js-examples.com/bin/div_construct.js"></script>
<script>
var _msg='<font color=blue>SAMPLE TEXT<BR><a href="javascript:colorIt1()">Change font color to gold</a></font>';
//function NewDiv(window, id, body, left, top, width, height, zIndex, absolute) {
var _d = new NewDiv(window,"d0",_msg,0,0,300,300,1,"RELATIVE");
</script>
</head>
<body>
<script>
_d.output();
function colorIt1() {
var _msg1='<font color=gold>SAMPLE TEXT<BR><a href="javascript:colorIt2()">Change font color to blue</a></font>';
_d.setBody(_msg1);
}
function colorIt2() {
var _msg1='<font color=blue>SAMPLE TEXT<BR><a href="javascript:colorIt1()">Change font color to gold</a></font>';
_d.setBody(_msg1);
}
</script>
<BR><center><a href='http://www.js-x.com'>JS-X.com</a></center>
</body>
</html>
<html> <head> <!-- This file retrieved from the JS -Examples archives http://www.js-x.com 1000s of free ready to use scripts, tutorials, forums. Author: JS-Examples - http://www.js-examples.com/ --> <script src="http://www.js-examples.com/bin/div_construct.js"></script> <script> var _msg='<font color=blue>SAMPLE TEXT<BR><a href="javascript:colorIt1()">Change font color to gold</a></font>'; //function NewDiv(window, id, body, left, top, width, height, zIndex, absolute) { var _d = new NewDiv(window,"d0",_msg,0,0,300,300,1,"RELATIVE"); </script> </head> <body> <script> _d.output(); function colorIt1() { var _msg1='<font color=gold>SAMPLE TEXT<BR><a href="javascript:colorIt2()">Change font color to blue</a></font>'; _d.setBody(_msg1); } function colorIt2() { var _msg1='<font color=blue>SAMPLE TEXT<BR><a href="javascript:colorIt1()">Change font color to gold</a></font>'; _d.setBody(_msg1); } </script> <BR><center><a href='http://www.js-x.com'>JS-X.com</a></center> </body> </html>
mvg stijn
edit
Als je moe bent script dan niet |