> Good to see you are still about :)
>
> I hope you find what you are after.
>
>
> Regards,
> Andrew B
> aliensrcooluk@...
>
Well me too ;) . But I have to hurry and find a script that works ,
before i expand the website and have to edit several pages :(
So I searched a bit and found some scripts that do the same as the
script i posted in the first mail .
I would be glad if some of you could test the scripts with your
Dreamcast Browser "Best with eighter DK3 - PW3 DPP or XDP"
http://bustaremember.bu.funpic.de/javascript/last-updated-01.html
http://bustaremember.bu.funpic.de/javascript/last-updated-02.html
http://bustaremember.bu.funpic.de/javascript/last-updated-03.html
http://bustaremember.bu.funpic.de/javascript/last-updated-04.html
http://bustaremember.bu.funpic.de/javascript/last-updated-05.html
Please browse to those links and report if any of the scripts report
the right Date/Time/Yeahr . "05/10/2006"
Also I was playing around with a javascript snippet i found on a
Official Dreamcast Game Site "I think f355 Passione rossa"
It only displays given content if the Useragent or platform given in
the script is detected .
<EXAMPLE CODE>
---------------------------------------------
<script language="JavaScript">
<!--
DC=(navigator.platform.indexOf('Dreamcast')!=-1);
if(DC){
doc='<embed type=application/x-dreamcast-lcdticker text="Dreamcast
Javascript Test" hidden=true loop=true>';
document.write(doc)
}
//-->
</script>
----------------------------------------------
Works also with Useragent... eg dreamkey/2 - dreampassport/3
" (navigator.Useragent.indexOf('Dreamkey/2')!=-1); "
I created 2 html pages to test the script , it worked on my local
computer , but not sure if it works on dc . So i would be glad if
someone could try the script too ;)
On the first link "if-dreamcast-01.html" only peopel browisng with a
dreamcast should see the message on there vmu screen . Where on the
second link only peopel on windows machines should see it .
http://bustaremember.bu.funpic.de/javascript/if-dreamcast-01.html
http://bustaremember.bu.funpic.de/javascript/if-dreamcast-02.html
I want to use this script to hide the vmu scoller for
windows/linux/mac users browsing to the site ."Firefox displays a
plugin message and the design is screwed "
PS: www.dcarchiv.6x.to will be the site i'll implent this scripts