This topic is locked
[SOLVED]

 how to do php runner 5.3 click child table link direct t

9/20/2011 5:37:41 AM
PHPRunner General questions
author

hey i have a problem to solve
how to do php runner 5.3 click child table link direct to child list page ........
i have master table name
Spec_head
child table with
Spec item
what i want to do is clicking the Spec item item link should go to child list page.

how do i do this thing ....

plz help me with the sample code

C
cgphp 9/20/2011
$("a[id^='yourchildtablename_preview']").removeAttr("onclick");
500498 9/20/2011


$("a[id^='yourchildtablename_preview']").removeAttr("onclick");



thankz for the reply
where should i write this $("a[id^='yourchildtablename_preview']").removeAttr("onclick");
plz explain plzzzzzzzzzzzzzzzzzzzz

C
cgphp 9/20/2011



thankz for the reply where should i write this link


Paste it in the Javascript onLoad event of the List page. Replace yourchildtablename with the name of your child table.

500499 9/20/2011



Paste it in the Javascript onLoad event of the List page. Replace yourchildtablename with the name of your child table.


Thankz a lot For your help