Forum Moderators: coopster
On my afilliate sites product pages they have included the following:
<HEAD>
<SCRIPT LANGUAGE="JavaScript" SRC="http://example.com/www.afilliatsite.com.js"></SCRIPT></HEAD>
and
<!-- Displays product price -->
$<SCRIPT TYPE="TEXT/JAVASCRIPT" LANGUAGE="JAVASCRIPT">
document.write(product1())
</SCRIPT>
My question is, i am looking for a script(preferably in PHP) that will allow me to update this javascript file via the web (thru a browser). Specifically, i need a script that shows a form to edit selected fields in this javascript file. Does anyone know where i can find a script like this? Is this even possible or is there an alternative way about doing this?
[edited by: ergophobe at 11:02 pm (utc) on Nov. 25, 2004]
[edit reason] url changed to example.com [/edit]