Link to home
Start Free TrialLog in
Avatar of seeker7806
seeker7806

asked on

Can' seem to inspect modal popup in chrome developer tools or firebug

Hello:

I can't seem to inspect these modal popups either in chrome developer tools or in firebug. I am attaching the jpegs. So I try to highlight the modal popups but nothing happens.

I have figured out where this code is coming from, but the javascript doesn't seem to be writing the html that is in the border of the popup and on firefox the popup has no border.

Thanks in advance for your help.

Regards,
seeker
pop-up-in-firefox.jpg
pop-up-in-chrome.jpg
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Looks like you highlighted the link and not the modal.  I'm confused as to your actual question though.  What are you trying to do?
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You should be able to see it by using the "Inspect Element" feature and probably not by view source.   You may have to hover around while inspecting to get to the right place.  

What is it you are looking for?
Avatar of seeker7806
seeker7806

ASKER

Hi Thanks for the responses. So I am trying to modify the text on the chrome above the pop-up. It appears that in firefox there is no chrome surrounding the pop-up so i need to create one there with another and different text message above the text in the pop-up.

It appears that this text is native to the various browsers, and they cannot be modified, or can they?

Thanks again for your help.
I suppose you could change it by downloading the browser source code and modifying it, but you might have a problem convincing your users to use your custom version.  I won't say it is not possible because given unlimited time and unlimited funding anything is possible.

Cd&