Hey there folks, one question, it is probably so simple I could smack myself, but I am very new to java. I have the code worked out, I just need to know how to call it from a hyperlink on an existing page. The code is as follows:
<script>
window.open('http://www.mysite.net/chat.htm', 'DummyName', 'height=350,width=520', false);
</script>
This works fine on a page by itself, but it opens the "chat.htm" page, as well as one before it that runs the code. It would be much better to just run it from a hyperlink button from the main page and not load the first unnecessary page in the first place. Thanks for any and all help. I know this has to be something very simple that I just haven't caught/stumbled onto yet.![]()




Bookmarks