Guest Posted October 30, 2009 Posted October 30, 2009 Hi all I wish to know if anybody has successfully installed java script into the oscommerce code and have it work. If they have can links and a detailed description be given so i may do this also. Thanks for reading :blush:
knifeman Posted October 30, 2009 Posted October 30, 2009 Hi all I wish to know if anybody has successfully installed java script into the oscommerce code and have it work. If they have can links and a detailed description be given so i may do this also. Thanks for reading :blush: Numerous add ons have javascript in them. Here is one in particular: add on link So it can be done. Tim
MrPhil Posted October 30, 2009 Posted October 30, 2009 You are asking about "Javascript", and not "Java" script? Javascript is included with the HTML output (inline or a separate file), runs on the browser, and gives interactivity to the displayed page. Java is a completely separate language and is used on some sites to build the pages (rather than PHP). This generally requires "Java Server Pages" on your server configuration, and is not really compatible with the PHP that osC is written in. It's also possible to use Java to write "applets" that the visitor downloads and runs on their PC, but that's separate from Javascript or generating pages using Java.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.