开发者

Firebug - Finding HTML file behind code

I have seen my question asked on several forums with no clear answers.

When viewing HTML code in the left pane and I spot the code that needs editing I cannot find the file that contains this code so I can make the necessary changes. Is it possible to find the path 开发者_运维问答of the HTML file, or is the HTML feature of firebug just for entertainment? :)

Thanks guys!

Jim


No, you can not find the path where the file is located, in many cases it will be on a server and not your computer.


Everything you see in firefox is interpreted as DOM. Right click and click inspect on the part you interested and make modification to the DOM. There is no way you can have access to the file path, which server manages. For example, in php there is no html file but *.php file which would be translated to HTML by server and sent to client.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜