Please help! How to use Enhancing JS?
-
I put JavaScript below in Enhancing JS area.
How to call this javascript function in html?If inline javascript, it should be:
Open a popup windowIf using Enhancing JS, what should I do?
Thank you.Please help!
<script type=”text/javascript”>
function newPopup() {
url = ‘www.yahoo.com’
popupWindow = window.open(
url,’popUpWindow’,’height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes’)
}
</script>
The topic ‘Please help! How to use Enhancing JS?’ is closed to new replies.