I am designing a text exchange, and i want to put the HTML code of 1 document (show.php) into another document (the persons website). I have php code in that document that exports some javascript code into the source code, but not into the actual document.
<SCRIPT language="JavaScript" src="http://example.com/show.php"></script>
Does not work becuase the javascript code is in the source code, and i think that only works with .js files.It would be great if someone could tell me what to do :loveyou:
<SCRIPT language="JavaScript" src="http://example.com/show.php"></script>
Does not work becuase the javascript code is in the source code, and i think that only works with .js files.It would be great if someone could tell me what to do :loveyou:







