DW development Q
DW development Q
Out of context: Reply #13
- Started
- Last post
- 14 Responses
- n_m0
it doesn't need to be. why don't you just use javascript instead? then its gonna run on windows/linux/php/asp/front page extensions/ the fridge, everything.
all you do is take out the generic code and put it in a js file (output it using document.write). then every page that you want to include that on, you simply have a script tag that includes the code. for example:
<script language="JavaScript" src="script.js"></script&g...
bob's yer uncle