Hi,
This is rather a simple & straight-forward project for those who are expert in javascript.
I’m using an e-commerce application (Delavo) on my server to manage by business. One of the rules for running an affiliate program to be integrated with the script is that my sites must be stamped with necessary Javascript codes on all of my webpages.
However recently I just got my site re-designed and it contains menu buttons with mouse-over capabilities.
Now with the increased codes, I am confused on how to type the format of the javascript code correctly to the menu buttons.
Simple JS codes required are as follows:
<script>jvmPrintHref(‘http://YOUR_LINK_HERE’,'DESCRIPTION_HERE’);</script>
Example 1:
<script>jvmPrintHref(‘http://www.orderlink’,'Order Now’);</script>
or if using an image instead:
<script>jvmPrintHref(‘http://www.server.com/index.html’,'<img src=http://www.server.com/homepage.gif>’);</script>
Ok, all these are straightforward..
But now my menu button codes look like this:
<a href=”http://The-Link-Here.com” onmouseout=”MM_swapImgRestore()” onmouseover=”MM_swapImage(‘Image1′,”,’images/nav01b.jpg’,1)”><img src=”images/nav01.jpg” name=”Image1″ border=”0″ /></a>
Therefore, I need to know how to stamp the java-script code to this menu button.
The new site I mentioned about can been seen here:
http://www.hotmarketingvideos.com/new.html
You can look at the source code to look through at the format of the menu buttons.
So I just need someone to test & correctly give me the format URL of the JS code.
Thanks.
Regards,
Amazing Marketing