[HELP] DomCrawler Get onclick Result

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Grandong
Forum Commoner
Posts: 65
Joined: Thu Jul 03, 2014 12:35 pm
Location: Indonesian
Contact:

[HELP] DomCrawler Get onclick Result

Post by Grandong »

Hi...
i try using DomCrawler, but i have 1 problem,
this html code:

Code: Select all

<input id="FR00_C3_SLOT1" type="radio" name="Outbound" value="FR00_C3_SLOT1" onclick="productSelected('FR00_C3_SLOT1');">
if i click this radio button on original website, i cannot see hxr action, and if i i click this button, web will show other table detail .

can i click this button using DomCrawler ? how ? cz my problem is i cannot see xhr action :banghead:
Newbie The Passion for Learning
Post Reply