For the first question, use a form to mail script (if you don't have a server side language installed on the server your site is on, you can find a remotely hosted one. Just do a google search). As for the second question; in the script, place the highlighted below just before the content variable like so:
Code:
var default = '<p class="paragraph">MGL offers more than the "industry standard" Import, Export and Custom Brokerage service.</p> <ul><li class="paragraph"> Custom bonded and quarantine (MAF) certified warehousing</li> <li class="paragraph"> Unpacking/packing container stations (locally and overseas)</li> <li class="paragraph"> Integrated, managed warehousing and inventory management</li> <li class="paragraph"> Nationwide distribution</li> <li class="paragraph"> Customised supply chain solutions</li> </ul> <p class="paragraph">Our services are tailored to your individual supply chain requirements.</p>'; //place your default html here
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
Then, for all the links, add this:
Code:
<a href="../dynamicindex11/index.html" onMouseover="changetext(content[8])" onmouseout="changetext(default)"><small>Other</small></a>
Hope this helps.
Bookmarks