Press Release: could you send it to everybody please?

Radio shows, podcasts, live events, CD releases, etc...
Post Reply
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Press Release: could you send it to everybody please?

Post by Chris Abbott »

The Bit Live Brighton press release is at the site (http://www.backintimelive.com) in Word format? Could the people here forward it to anyone they think might be interested? Magazines, producers, egg-sellers, unicyclists, etc.

A bit of viral marketing will do wonders: let's see what we can do :)

Thanks guys!

Chris
User avatar
DHS
Forum God
Forum God
Posts: 1035
Joined: 22/11/2002 - 9:43
Location: Verona, Italy
Contact:

Post by DHS »

done.
--
DHS of The SoundWavers
http://soundwavers.com/
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

Thanks man :) Such a pity you're not coming :-(

Chris
dan gillgrass
Built from Stella and KFC
Built from Stella and KFC
Posts: 1399
Joined: 07/04/2003 - 19:52
Location: Azeroth
Contact:

Post by dan gillgrass »

Chris Abbott wrote:Thanks man :) Such a pity you're not coming :-(

Chris
Chris, if you give me the code to make a pop up on my site Ill do a BIT pop up when you enter it.......just mail me!
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

Er....!!!

Anyone? :)
dan gillgrass
Built from Stella and KFC
Built from Stella and KFC
Posts: 1399
Joined: 07/04/2003 - 19:52
Location: Azeroth
Contact:

Post by dan gillgrass »

Chris Abbott wrote:Er....!!!

Anyone? :)
yea, ok, I only get not many visitors to my site the way it is (its due for a LONG overhaul next month...everything will be up and running,) but cmon, I get average 400 hits a month, yea, not many, but ill put that pop up up and I always but notcie of the BIT (England Events) on there!
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

No, it's not that, I just couldn't remember the code to do that...

window.open somethingsomethingsomething...
dbfm
Commodore Fan
Commodore Fan
Posts: 20
Joined: 01/08/2003 - 21:52
Location: UK

Post by dbfm »

Hi everyone. First post here :)

Friend of mine told me about the Back in Time Live concert in Brighton. Bought the tickets and looking forward to the event!

To create a pop-up use the following code:

<!-- TWO STEPS TO INSTALL POPUP WINDOW:

1. Paste the first into the HEAD of your HTML document
2. Use the code to open the popup page on your site -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp() {
props=window.open('listen2.html', 'poppage', 'toolbars=1, scrollbars=1, location=1, statusbars=1, menubars=1, resizable=1, width=250, height=30');
}
// End -->
</script>


<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->

<BODY onLoad="javascript:popUp()">

<!-- Script Size: 0.73 KB -->


I've added a pop-up ad. to my website to help spread the news. check it out at: http://www.dbfmradio.co.uk

cheers all
Chris Abbott
Forum God
Forum God
Posts: 5307
Joined: 22/11/2002 - 12:21
Location: Dubai. No, not really.
Contact:

Post by Chris Abbott »

Thanks, mysterious and heroic paying customer :D
dbfm
Commodore Fan
Commodore Fan
Posts: 20
Joined: 01/08/2003 - 21:52
Location: UK

Post by dbfm »

oops, for some reason part TWO of the that script post disappeared. doh!

If you want a copy of code, i've uploaded to:
http://www.dbfmradio.co.uk/autopop-up.txt

regards,
The 'mysterious and heroic paying customer' known as 'Gav' to his friends :)
Guest

Post by Guest »

dbfm wrote:oops, for some reason part TWO of the that script post disappeared. doh!

If you want a copy of code, i've uploaded to:
http://www.dbfmradio.co.uk/autopop-up.txt

regards,
The 'mysterious and heroic paying customer' known as 'Gav' to his friends :)
Thanks to my cope of IE buggering up it wont let me view source anymore, anychance you could paste it into a mail for me...thanks!
dbfm
Commodore Fan
Commodore Fan
Posts: 20
Joined: 01/08/2003 - 21:52
Location: UK

Post by dbfm »

Thanks to my cope of IE buggering up it wont let me view source anymore, anychance you could paste it into a mail for me...thanks!
what's your email address ?

or maybe you forgot to login ? :)

BTW, if anyone is having trouble viewing that .txt file, I've uploaded an html version:
http://www.dbfmradio.co.uk/autopop-up.htm
dan gillgrass
Built from Stella and KFC
Built from Stella and KFC
Posts: 1399
Joined: 07/04/2003 - 19:52
Location: Azeroth
Contact:

Post by dan gillgrass »

Anonymous wrote:
dbfm wrote:oops, for some reason part TWO of the that script post disappeared. doh!

If you want a copy of code, i've uploaded to:
http://www.dbfmradio.co.uk/autopop-up.txt

regards,
The 'mysterious and heroic paying customer' known as 'Gav' to his friends :)
Thanks to my cope of IE buggering up it wont let me view source anymore, anychance you could paste it into a mail for me...thanks!
Thats funny, it just usually signs me in.....!
dan gillgrass
Built from Stella and KFC
Built from Stella and KFC
Posts: 1399
Joined: 07/04/2003 - 19:52
Location: Azeroth
Contact:

Post by dan gillgrass »

Thanks mate...tis done and done....
Post Reply