Yavuz,
That's because view source only shows the HTML as it was originally
loaded. It does not show any DOM changes that may have been made after
the page was initially loaded. If you have Firefox, and install the
Developer Toolbar, the View Source pulldown on the toolbar offers "View
Generated Source", which will show you exactly what your source looks
like with any DOM changes included. Even better, the FireBug plugin for
Firefox allows you to look at the source, and even watch it change in
real time as your javascript manipulates the DOM.
Carl
Yavuz Bogazci wrote:
> I seems to work, but when i show the page-source i cant see the new
> rows. But they are visible in the browser. Its very strange.
>
> On Jul 9, 5:31 pm, "..:: sheshnjak ::.." <
sheshn...@gmail.com>