Around about 24/09/05 06:34, Phill Edwards typed ...
When I try to access mythweb from this mobile it asks me for the
username and password, which is good, but then I just get a blank
page, which is bad.

IIRC, this is due to "http://blah/mythweb/"; actually redirecting to "/mythweb/program_listings.php" or some such. At least one of my Nokias didn't honour the HTML META REFRESH tag that does this.

  Just add a normal hyperlink to the listings into the mythweb index.html:

<HTML>
        <HEAD>
                <META HTTP-EQUIV="Refresh" CONTENT="0;url=program_listing.php">
        </HEAD>
        <BODY>
<a href="program_listing.php">Listings</a>
        </BODY>
</HTML>


--
[EMAIL PROTECTED] ~]# rm -f .signature
[EMAIL PROTECTED] ~]# ls -l .signature
ls: .signature: No such file or directory
[EMAIL PROTECTED] ~]# exit
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to