|
LINK CODE Copy and paste the code between the lines EXACTLY AS SHOWN in the location that you would like the button to show. Make sure you do not break any lines. CODE MUST BE PLACED IN THE HTML CODE |
--------------------------------------------------------
<script LANGUAGE="Javascript">
<!--
function quotationpopup(){
quotation_location="http://www.quoteaday.com/";
var quote_window=null;
quote_window=window.open(quotation_location, 'quote', 'toolbar=no,location=no,title=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,left=0,top=0,width=630,height=400');
}
// -->
</script>
<a href="javascript: quotationpopup()"><img src="http://www.quoteaday.com/buttonimages/qadlogo.gif" width="88" height="51" border="0"></a>
--------------------------------------------------------