I need real help with this one guys!
I have the following code for my users to place on their site, which displays some HTML from an external js file:
That is all fine and very simple, but...Code:<SCRIPT LANGUAGE="javascript1.1" src="http://xnames.homepagenames.com/xnames2.js"></SCRIPT>
I need to tell the js file to add a variable at certain places in the HTML code it creates. And that variable needs to be passed from the code above.
I tried the following, but that didn't work:
Can someone please help?Code:<SCRIPT LANGUAGE="javascript1.1" SRC="http://xnames.homepagenames.com/xnames.js"> var affid = "joelmoss"; </script>





Bookmarks