Probably the wrong wording but since I'm not a scripter I won't claim
to know what I'm talking about.
I got this script from www.htmlgoodies.com
<script language="JavaS cript">
<!--
window.open ('photos01.html ','photogallery ',config='heigh t=550,
width=750,toolb ar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no');
-->
</SCRIPT>
Obviously, it opens a new browser window with my Photo Gallery in it.
How do I convert it into a "function" in the <head> section to call
later from a link or from within a Flash movie? And, what is the
wording that I would use to call it that would be placed in the <a
href="javascrip t:??> section?
Thanks for the help!
Mike
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
to know what I'm talking about.
I got this script from www.htmlgoodies.com
<script language="JavaS cript">
<!--
window.open ('photos01.html ','photogallery ',config='heigh t=550,
width=750,toolb ar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no');
-->
</SCRIPT>
Obviously, it opens a new browser window with my Photo Gallery in it.
How do I convert it into a "function" in the <head> section to call
later from a link or from within a Flash movie? And, what is the
wording that I would use to call it that would be placed in the <a
href="javascrip t:??> section?
Thanks for the help!
Mike
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Comment