James Jobs
03-29-2009, 07:05 PM
I have found a script called "ModalBox" From http://➡.ws/﵊筨.
After reading the Reference page I worte this code.
The CSS
<link rel="stylesheet" href="includes/modalbox.css" type="text/css"
media="screen" />
The JS
<script type="text/javascript" src="includes/prototype.js"></script>
<script type="text/javascript" src="includes/scriptaculous.js? »
load=builder,effects"></script>
<script type="text/javascript" src="includes/modalbox.js"></script>
Body
<p><a href="reviews.html" title="Our Reviews" onclick="this.blur(); Modalbox.show(this.href, {title: 'Our Reviews', width: 600}); return false;"><span>Start Demo</span></a></p>
But when I try it it just goes to /reviews.html
After reading the Reference page I worte this code.
The CSS
<link rel="stylesheet" href="includes/modalbox.css" type="text/css"
media="screen" />
The JS
<script type="text/javascript" src="includes/prototype.js"></script>
<script type="text/javascript" src="includes/scriptaculous.js? »
load=builder,effects"></script>
<script type="text/javascript" src="includes/modalbox.js"></script>
Body
<p><a href="reviews.html" title="Our Reviews" onclick="this.blur(); Modalbox.show(this.href, {title: 'Our Reviews', width: 600}); return false;"><span>Start Demo</span></a></p>
But when I try it it just goes to /reviews.html