Page 1 of 1

Press Release: could you send it to everybody please?

Posted: 29/07/2003 - 22:26
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

Posted: 30/07/2003 - 8:48
by DHS
done.

Posted: 30/07/2003 - 15:20
by Chris Abbott
Thanks man :) Such a pity you're not coming :-(

Chris

Posted: 30/07/2003 - 17:45
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!

Posted: 30/07/2003 - 19:04
by Chris Abbott
Er....!!!

Anyone? :)

Posted: 30/07/2003 - 21:23
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!

Posted: 30/07/2003 - 22:01
by Chris Abbott
No, it's not that, I just couldn't remember the code to do that...

window.open somethingsomethingsomething...

Posted: 01/08/2003 - 22:21
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

Posted: 01/08/2003 - 22:34
by Chris Abbott
Thanks, mysterious and heroic paying customer :D

Posted: 01/08/2003 - 22:54
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 :)

Posted: 03/08/2003 - 10:56
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!

Posted: 03/08/2003 - 11:32
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

Posted: 03/08/2003 - 12:44
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.....!

Posted: 03/08/2003 - 15:38
by dan gillgrass
Thanks mate...tis done and done....