Trying to paste a JS into a webpage - Joomla! Forum - community, help and support
i trying paste simple script webpage using html editor , page displaying text of code
i run website on different cms , works fine when paste there.
i run website on different cms , works fine when paste there.
code: select all
<!doctype html>
<html>
<head>
<script type="text/javascript">
var today=new date();
today.setdate(today.getdate()+14);
document.write("your pass expires on:"+ today.tolocalestring());
</script
</body>
</html>
never mind, found extension helped.
why extension required this?
why extension required this?
Comments
Post a Comment