 |
 |
Connecting YourFootballChallenge to your website is very simple.
However, if you have any problems implementing this, just send
us the "link page" you wish to use and we will send you back the page with the necessary code to make it work.
The necessary script is described below.
|
The "Link
Page" is the page on YOUR website that
users must go to in order to pop-up the LOGON screen
for YourFootballChallenge. (It will receive
many hits, so make sure you sell a banner on it!)
You will receive "link
code" from us similar to the one below.
|
|
http://www.YourFootballChallenge.com/YFCLogon.asp?URLPoolId=YFC2003
|
|
Include the following JavaScript Code underneath the </head> tag
on your "Link Page": (Usually towards the
top of your page.)
|
<SCRIPT
LANGUAGE="Javascript">
function openlogon() {
window.open("http://www.YourFootballChallenge.com/YFCLogon.asp?URLPoolId=YFC2003", "UserLogon", "width=640,height=420,toolbar,resizable,menubar,scrollbars")
}
</SCRIPT>
|
The following needs to be implemented on the word(s) or image(s) that you wish to have your
users click on to start up the application:
|
<a
href="JavaScript: openlogon()">Logon
Here</a>
|
|
or
|
<a
href="JavaScript: openlogon()"><img
src="LogonImg.gif" border="0"></a>
|
|
|
 |
 |