C
|
cgphp 6/30/2011 |
Hi luck, $("a[rel='ibox']").eq(0).trigger('click'); |
L
|
luck author 6/30/2011 |
Hi luck, paste the following code in the Javascript OnLoad event: $("a[rel='ibox']").eq(0).trigger('click');
|
C
|
cgphp 6/30/2011 |
Have you set iBox option to display images ? |
L
|
luck author 6/30/2011 |
Have you set iBox option to display images ?
|
C
|
cgphp 6/30/2011 |
Sorry luck. I get confused. echo "<iframe name=\"your_frame_name\" id=\"your_frame_id\" src=\"\" ></iframe>";
var image_path = $("a[rel='ibox'] img").eq(0).attr("src"); |
L
|
luck author 6/30/2011 |
Sorry luck. I get confused. In a php snippet you have an iframe like this: echo "<iframe name=\"your_frame_name\" id=\"your_frame_id\" src=\"\" ></iframe>";
var image_path = $("a[rel='ibox'] img").eq(0).attr("src");
|
C
|
cgphp 6/30/2011 |
$("a[target='_iFrame1'] img").eq(0).trigger('click'); |
L
|
luck author 6/30/2011 |
$("a[target='_iFrame1'] img").eq(0).trigger('click');
|