Re: cgi
Hakim wrote:
is it possible, that the browser cached a code of a class??
No, absolutely not. The browser does not (and cannot) see your code -
only the HTML your code generates.
i have some cgi scripst, where i call some method from a class and no
matter if i change it or not, it sitt dies in same place(in this class)
You have an error on line 46.
--
David Filmer (
http://DavidFilmer.com)
.
Relevant Pages
- Re: Adding custom attributes through XMLSchema
... > You cannot know which attributes are unknown to browsers. ... no matter how harmless it might seem - even ... > description of actual browser behavior in the world of tag soup HTML ... (comp.infosystems.www.authoring.html) - Re: What is ASP
... > No, the client doesn't matter, ASP.Net generates html / javascript that ... > should run on any browser and any computer ... (borland.public.delphi.non-technical) - Re: Page setup order
... the <doctype statement is html and only used by the browser ... | Does it matter whether Doctype is after the Page line? ... (microsoft.public.dotnet.framework.aspnet) - Graphics in Word Web Pages
... On a MAC, when I display a Word-generated file and saved as HTML, the ... It doesn't matter what browser is being used - the ... graphics are absent from all of them. ... (microsoft.public.word.drawing.graphics) - Re: Simple question ??
... A web page is basically an HTML document. ... a technology that, at the most basic level, delivers HTML to a web browser. ... Internet Explorer, for example, can display Word documents, ... file format to a browser in its native state. ... (microsoft.public.dotnet.framework.aspnet) |
|