On Nov 25, 5:10 am, livelovelaugh <[email protected]> wrote:
> Hi all, I know how to figure out what page element is in what css file
> by right clicking but what I cant seem to figure out is if I click on
> an element on a webpage. What html or php page this code is in? Is
> there a way in firebug to actually see which page im on. This more
> applies to PHP as you dont always see in the browser bar the filename
>
> thanks

The browser - and hence Firebug - knows absolutely nothing of your
HTML and PHP pages. It sends an HTTP request and gets the page back.
That is all it can know. You can see the latest request in the Net
panel.

(If there are iframes, it knows what request their contents came from,
but that's all).

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to