Webmasters:
This page contains the code to be inserted on the website for the
I-Announce
pedigree
Accounts' Popup..
INSTALLATION METHOD
1:
Copy
and Paste the code below into the source code of your webpage:
(Highlight
the code below - Copy it - Paste it into your HTML source)
This method is
the easiest to install and requires no additional code changes.
(The exact code needed is included below!). After the code is installed
on
the webpage, it will bring up a small Logo and the link text will
automatically
be the page title of the Popup. (See working example
below).
Using this method, If the Page Title is changed for the Popup, -
the link text is automatically changed on the webpage!) .
Exact working
sample link to your popup created by method 1 code.
<!------------------- I-Announce code for Method 1 ------------------>
<!-- Start Copy of I-Announce Popup Code with this line-->
<script src="http://www.i-announce.net/IAN/i-announce.js"></script>
<center>
<script language="javascript" src="http://www.i-announce.net/IAN/preload.phtml?id=pedigree">
</script></center>
<!-- End I-Announce Popup Code with this line -->
<!------------------------------------------------------->
INSTALLATION METHOD
2:
The below code will give your website a text link
only to the I-Announce Popup.
Exact
working sample link to your popup created by method 2 code.
Using this
method, the link text is defined by you - and not the popup title
And
- there are no graphics.
Copy/paste
The below code into your site then:
Change the link text in the code :
Click here for our Announcements!
to whatever you want
- after you insert the code in your page source!
<!------------ I-Announce code for Method 2 -------------->
<!-- Start Copy of I-Announce Popup Code with this line-->
<script src="http://www.i-announce.net/IAN/i-announce.js"></script>
<!-- This is the Popup Link Code -->
<center>
<p><a href="javascript:popUp('http://www.i-announce.net/IAN/load.phtml?id=pedigree')">
Click here for our Announcements! </a>
</center>
<!-- End I-Announce Popup Code with this line -->
<!------------------------------------------------------->
NEED ADDITIONAL HELP?