![]() |
Alexey admin 7/3/2006 |
Bart, <img ... src="..._imager.php?<?php echo $iquery;?>">
|
B
|
bbanks author 7/5/2006 |
Ok, I guess I don't know what I'm doing and would greatly appreciate your help with this. Bart, you can modify generated List page for this. Find this snippet in ..._list.php file: and modify it to meet your need. |
J
|
Jane 7/6/2006 |
Bart, <a href="http://YourURL.com" target=_blank> <img border=0 src="tblOnlineDealersRand_imager.php?<?php echo $iquery;?>"> </a> |
B
|
bbanks author 7/6/2006 |
That's great it works! Thank you so much for your help. Bart, here is a sample code: |
![]() |
Alexey admin 7/7/2006 |
Bart, <a href="<?php echo $data["link"];?>" target=_blank> <img border=0 src="tblOnlineDealersRand_imager.php?<?php echo $iquery;?>"> </a> |
B
|
bbanks author 7/7/2006 |
YOU ARE A GENIUS!!! Bart, here is the code you need: |