how do I call upon an http or an a href when set up like this?
i cannot figure out how call upon http link outbound website this:
onclick="mm_openbrwindow('../images/large_image.gif','width=600,height=593','50','50')" >
is possible? make large_image.gif link website.
not 100% sure how written if included in this?
thanks!
put in head section:
<script>
function openwindow() {
window.open('file.html', 'newwindow', 'width=xxx,height=xxx,scrollbars=yes');
}
</script>
then link way:
<a href="javascript:openwindow()">somewhere</a>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment