Me and a friend are looking for a way to make a teletext sytle web page. One that has a box that you key in the number of the page you want and then has a counter that cycles through till it get to that number and then displays the page.
I know this is a daft thing to want to do but its becoming a real puzzle for us.
Anyone got any ideas how this could be achived?
mack
3:45 pm on Sep 22, 2003 (gmt 0)
You might want to do a search for "viewdata" it's a protocal used by most of the travel industry and is very much like teletext.
I think it uses telnet as oposed to http though so might not be suitable for the general public.
Mack.
afroken
4:09 pm on Sep 22, 2003 (gmt 0)
Cheers. But I don't actually want the page to show teletext data, just look like teletext.
Fixed width font; so use Courier. Then control the foreground and background through CSS - shouldn't be too tricky to create a "teletext" appearance. 40 characters by 24 rows I think.
Double height could be a bit tricky.
afroken
4:24 pm on Sep 22, 2003 (gmt 0)
It is tricky, we've tried. The sytling I possible but very very iffy to say the least!
It's the counting script that is causing me the bother.