<div>Usually what you'll find with pages not drawing right is that it's using VBScript in it. Check your code for any VBScript, and if it's there, it won't work. I think there's an option in Visual Studio to enable multi-browser compatibility.
</div>
<div> </div>
<div>Hope that helps</div>
<div> </div>
<div>-- </div>
<div>Jon "Four Star Gun" Spriggs AKA<br>Jon "The Nice Guy" Spriggs <br> </div>
<div><span class="gmail_quote">On 5/25/05, <b class="gmail_sendername">Boris Lenzinger</b> <<a href="mailto:boris.lenzinger@castify.net">boris.lenzinger@castify.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Nataraj,<br><br>ASP (as PHP, JSP) is code that is executed on the server. This code will<br>generate html. Then this html will be received and interpreted by your
<br>browser (in your case firefox). So there is NO interpretation of the ASP<br>code on the client side.<br>The problem is coming from the html generated by the ASP code. It is<br>wrongly interpreted by your browser apparently since it does not display
<br>what you were expected.<br>Did you check if other browsers have the same problem as firefox ? For<br>instance Konqueror, nautilus, opera ? (I don't know if they are<br>supported by k12ltsp, but I'm sure people on the list will be able to
<br>answer)<br><br>Boris<br><br>Nataraj S Narayan wrote:<br><br>> Hi<br>><br>> I have few LTSP clients using 486s, in my school, on Linux 2.4.20-3<br>> kernel. The performance is quite good, except when coming to access
<br>> the web pages hosted on an IIS server in the subnet. The pages has ASP<br>> in it. And Firefox is not showing ASP pages as it should be.<br>><br>> Should i rewrite the ASP code using PHP? It is the only workaround? Or
<br>> is there any setting or plugin to be turned on in Firefox?<br>><br>> Or should I go for rdesktop from Ltsp clients to connect to a Windows<br>> 2003 terminal server?<br>><br>> We dont have a Windows Terminal server as of now.
<br>><br>> plz give me your suggestions<br>><br>><br>> regards<br>><br>> Nataraj<br>><br>><br>><br>><br>> _______________________________________________<br>> K12OSN mailing list<br>
> <a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br>> <a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>> For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br>><br><br>_______________________________________________<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">
https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <a href="http://www.k12os.org">http://www.k12os.org</a><br></blockquote></div>