1

i have put in my source code to show live twitter search result on my webpage.

Although it shows the search result but when i open the source code of my webpage it don't shows the tweets text in my source code.iT DYNAMICALLY LOADS IT I GUESS.

iS there a way out to fetch the content of div and write it with some functions like document.write or etc.

2 Answers 2

2

If I understand you correctly, you can use a Firefox extension like Web Developer Toolbar to view the source code after it has been modified by JavaScript. Install the toolbar, and from the new "View Source" menu select "View Generated Source".

Alternatively, Firebug will also let you browse through the modified DOM.

Sign up to request clarification or add additional context in comments.

Comments

0

Most browsers have tools that'll let you see the rendered source.

There's the Firebug plugin for Firefox. In Chrome and IE8 it's built in (hit Ctrl+Shift+I or F12 respectively)

2 Comments

hi David Hedlund, how can i fetch the content and write it in html source, Is it possible?
@user333060: i'm not sure what you mean by that question...?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.