Log in

View Full Version : variables and .ssi pages



Maestre
03-27-2007, 04:48 PM
hey, I was wondering if it was possible to call an .ssi page with a variable for example like

var kind;
kind = 'hello.ssi'
so I can use it like this
<script type="text/javascript" src="kind">
</script>

obviously I dont know the actaull code.
thanks