Add Newsfeed


The World of Squash
at Your Fingertips

HOME
NEWS
RESULTS 
CALENDAR
EVENTS
PLAYERS
CLUBS
RULES
LINKS
MAGAZINE
FEATURES
GEAR
DIRECTORY
WORKSHOP
PROMOTIONS
COLUMNS
ARCHIVE
About SP
Squash on TV
Search
UK Counties
World Links

Online Store
Books, Subs, Videos

Squash Directory
Where to get it all

Classified Section
Job, Jobs, Jobs Something to sell ...

 


Add SquashPlayer's NEWSFEED to your site
All the links open in a new browser window, so your visitors are not taken away
from your site. SquashPlayer solemnly swears never to introduce advertising on
the NEWSFEED page.

The code you need How it looks on your site  eg Kent Squash
Just copy and paste the code in red to give your readers direct access to the fastest, most comprehensive squash news service available. NEWSFEED appears in an 'inline frame' on your page, which can be viewed by anyone with Internet Explorer 4+ or Netscape 6+.

<iframe name="newsfeed" src=
"http://www.squashplayer.co.uk/newsfeed.htm" target="_top" marginwidth="1" marginheight="1" height="250" width="375" scrolling="no" border="0" frameborder="0"> </iframe>

You can change the height, width, scrolling and border settings to customise the appearance.
 

 
Or, you can get NEWSFEED as a button which opens a popup window like this ...

 

For the popup version there are two steps required:

1. Copy the code below and paste it into the <HEAD> section of your page

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,
menubar=0,resizable=0,
width=400,height=500,left = 312,top = 134');");
}
// End -->
</script>

2. Copy the code below and paste it into your page where you want the button to appear

<form>
<input type=button value="NewsFeed" onClick="javascript:popUp
('http://www.squashplayer.co.uk/newsfeed.htm')">
</form>