Need assistance with a js popup window
hi guys,
im adding pop window works website display small faq. downloaded cool 1 http://orangoo.com/labs/greybox/ im having trouble getting work. window comes looking how should page says "cannot find page". added google url in , had same result. instructions got listed below , code below that. okay post , apologize if im wasting anyones time
thanks..
- append following header section (in between
<header>...</header>).
gb_root_dir url static files located:
gb_root_dir should absolute.<script type="text/javascript">
var gb_root_dir = "http://mydomain.com/greybox/";
</script> - append following scripts , 1 stylesheet:
<script type="text/javascript" src="greybox/ajs.js"></script>
<script type="text/javascript" src="greybox/ajs_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />
-------------------------------------------------------------
<script type="text/javascript">
var gb_root_dir = "popupwindow/greybox";
</script>
<script type="text/javascript" src="popupwindow/greybox/ajs.js"></script>
<script type="text/javascript" src="popupwindow/greybox/ajs_fx.js"></script>
<script type="text/javascript" src="popupwindow/greybox/gb_scripts.js"></script>
<link href="popupwindow/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
<a href="popupwindow/greybox/popup.html" title="caption" rel="gb_page_center[600, 400]">faq</a>
i should add site done in asp , pop page made .html. if matter
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment