2

Scenario:

You go to a page. Before loading, a javascript modal popup loads. Firebug has yet to pick up on the source. However, this code is obviously living in your browser. How can you view the source, at this time?

EDIT: It appears that this popup is not javascript driven. I have disabled javascript and it still loads. However, it definitely looks like javascript... How would this occur without javscript?

3
  • Can you post a screenshot of the popup...
    – pelms
    Commented Jul 30, 2009 at 15:22
  • i'm not suer where icould upload a screenshot. it appears that when a file is being authorized by .htaccess, you can not load the page source beforehand. i didn't know this. does this sound like the answer?
    – Chris
    Commented Jul 30, 2009 at 16:19
  • If it's a .htaccess login box then the browser isn't sent anything until you log in - do you see a login prompt? You can use (for example) tinypic.com for screenshots
    – pelms
    Commented Jul 30, 2009 at 17:20

3 Answers 3

2

Try prepending 'view-source:' to the URL;

view-source:http://www.google.co.uk

This works in Firefox and Chrome for me.

1
  • check this out : bedaux.net/cpp2html the popup that comes up has no editable address bar and greyed out "save page as" or "show source code" options. how do you do then ?
    – v.oddou
    Commented Jun 25, 2014 at 3:10
1

If you use firefox, you can select text/item/etc at the popup and click in context menu on "show source code for selection".

or better

Firefox Addon - Web Developer 1.1.8

0

I would use the firefox plugin called JSView. This is how I have been getting around these types of roadblocks.

JSView is available here

3
  • I've just downloaded this plugin. I've obviously never used it, but it doesn't appear that I can use it (on right click) on this popup.
    – Chris
    Commented Jul 30, 2009 at 14:55
  • this is probably due to my new realization that i've posted as an edit to the question. Hm..
    – Chris
    Commented Jul 30, 2009 at 14:57
  • You actually have to explictly run JSView from the tools menu at the top of FF
    – Axxmasterr
    Commented Jul 30, 2009 at 15:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .