Well here we go,
Its there a way to parse Javascript with php- simplehtml-dom parser ? I want parse web content generated by javascript, without a direct way to parse images etc because they are created after the javascript generates it.
Here is the sourcecode of the web: view-source:http://www.pcbox.com/discos-duros_serial-ata-2---sata2_040507.aspx?ch=00000205110002000212031201fa80376ded0f8f1a2a036267416fe20#productos
If you check the source the images etc are generated by JavaScript so I cant directly parse them. Is there a parser for PHP that can do it ??