Search the web
Sign In
New User? Sign Up
DreamcastBrowsers · The Dreamcast Browsers Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Javascript - Last Modified - Can't seem to find a dc compatible js   Message List  
Reply | Forward Message #14735 of 15957 |
Re: Javascript - Last Modified - Can't seem to find a dc compatible js :(

--- In DreamcastBrowsers@yahoogroups.com, "Fallout =)" <falout1@...> wrote:

Try this scroller script and you will see a internal clock on your vmu.
<script>
document.write('<embed type=application/x-dreamcast-lcdticker text="'+new
Date()+' DreamCast" hidden=true font="17" scrolldelay="30">');
</script>

Or this to hide the plugin message from pc browsers.
<script>
if(navigator.platform.indexOf('Dreamcast')!=-1)
{document.write('<embed type=application/x-dreamcast-lcdticker text="'+new
Date()+' DreamCast" hidden=true font="17" scrolldelay="30">');
}
</script>

Speaking of clock,
x-avefront://---.dream/proc/menu/sntp
Alot of you already know this xavefront command for internal clock and connected
time, there is another way without use that xavefront.
Try it with DP browser
Look at the right bottom corner on the status bar. you will see a clock, drag
your cursor arrow over the clock and hit A+Start button at same time, clock and
connected time will appear.
If you have a mouse drag arrow over the clock and hold Left Click and push Thumb
button, clock will appear. I still have some command for DK but i dont have a DK
to test it.

> 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
>








Tue Jun 6, 2006 11:49 pm

daxter75219@...
Send Email Send Email

Forward
Message #14735 of 15957 |
Expand Messages Author Sort by Date

Hy Long time ;) Im looking for a Javascript code , to display the Date/Time the page was last modified for my website . Currently im using this code ... <!--...
Fallout =)
bustaremember
Offline Send Email
May 6, 2006
1:32 am

... Good to see you are still about :) I hope you find what you are after. Regards, Andrew B aliensrcooluk@......
Andrew D. Burton
aliensrcooluk
Offline Send Email
May 6, 2006
9:13 pm

... 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...
Fallout =)
bustaremember
Offline Send Email
May 10, 2006
12:57 am

... Try this scroller script and you will see a internal clock on your vmu. <script> document.write('<embed type=application/x-dreamcast-lcdticker text="'+new...
daxter75219
daxter75219@...
Send Email
Jun 6, 2006
11:50 pm

pretty damned cool to see someone still coming up with stuff,or atleast attempting to.havent seen this type of stuff going on for a long time. ... text="'+new...
curtis_ray_31
curtis_ray_31@...
Send Email
Jun 7, 2006
6:41 am

... <script> document.write('<embed type=application/x-dreamcast-lcdticker text="'+new Date()+' DreamCast" hidden=true font="17" scrolldelay="30">'); </script>...
Fallout =)
bustaremember
Offline Send Email
Jun 8, 2006
10:26 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help