transfering the templateRe: [Helpers] FST links - Round 1
Sachiko M
sachiko at Heartinjewelry.com
Tue May 10 12:52:33 PDT 2005
----- Original Message -----
From: "Mystress Angelique Serpent" <Mystress at fire-serpent.com>
To: "FST Helpers list." <Helpers at fire-serpent.org>
Sent: Monday, May 09, 2005 12:15 PM
Subject: Re: transfering the templateRe: [Helpers] FST links - Round 1
> Hey Sachiko:
>
> I'm doing the search and replace to add the popup. I am wondering
> if the popup box can appear more than once in the page... I have
> added it to the off site links box, I am wondering if I can also add
> it to the navtable link?
>
> Can we use the same header script for the long quote popups, and
> other stuff or does there have to be a different code snippet in the
> header for each popup box?
Java script for the open window function should be included within
header once, but this function can be called anytime as many time
as you link within the same page. Just like reguler link <a href="">
Every time you'd like to use open window browser, write the link
as you can see below.
<body>
<p><a href="#"
onClick="MM_openBrWindow('test1.html','subwin','toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=450,height=120')">test
1</a> </p>
<p><a href="#"
onClick="MM_openBrWindow('test2.html','','location=yes,scrollbars=yes,width=300,height=100')">test
2 </a></p>
</body>
Sachiko
More information about the Helpers
mailing list