Guy
Posts: 60
|
| Posted: 02/03/2006, 11:55 AM |
|
Hello,
I would like in a grid doing a link for all the row. Is it possible ?
Thank you
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 02/05/2006, 12:15 PM |
|
Guy
I am not sure I understand your question. Are you saying that you would like a grid that has a link to a screen with data for that record????
|
 |
 |
Guy
Posts: 60
|
| Posted: 02/05/2006, 1:27 PM |
|
I just want a link for the complete row or for 3 or 4 fields in the row
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
dragoon
Posts: 173
|
| Posted: 02/05/2006, 4:33 PM |
|
better add onclick to the entrie row
<tr onclick="location.href='page.htm'">
<td>cell.1</td>
...
<td>cell.x</td>
</td>
|
 |
 |
Guy
Posts: 60
|
| Posted: 02/09/2006, 11:46 AM |
|
Like this http://www.lacentrale.fr/ on the array of cars.
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
peterr
Posts: 5971
|
| Posted: 02/09/2006, 11:54 AM |
|
There is no such thing on that page. Each row has 5 separate cells with 5 separate links.
In any case, you can implement whatever HTML allows. If you like some implementation from the Web take a look at their HTML source to see how they did it.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Guy
Posts: 60
|
| Posted: 02/09/2006, 12:04 PM |
|
Yes Peter, but is it possible and easy to implement in CCS ?
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
peterr
Posts: 5971
|
| Posted: 02/09/2006, 12:43 PM |
|
CCS cannot do more than HTML can do. If it's posible in HTML then you'd just plug that HTML into CCS and it will work. That's why you first need to find if anyone did this at all and how they did it. Then just use the same approach in CCS.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
peterr
Posts: 5971
|
| Posted: 02/09/2006, 12:49 PM |
|
And yes - this should be very easy, once you find how to do this at all, regardless of CCS. There are millions of articles on the Internet about HTML, and it also may better if you ask that question on other forums that are related to HTML. CCS is just a way to implement some things faster, not different
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Guy
Posts: 60
|
| Posted: 02/09/2006, 1:41 PM |
|
Thanks for all
I'm going to try to do that
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |