Posted by DXTrim on 10/10/12 11:22
Hello PHPeter,
Could you be more explicit? Are you using a data base or the "More" is
pointing to a file? If it is pointing to a file you could check if the file
exists to display the "more".
DXTrim
"PHPeter" <me@privacy.net> wrote in message
news:42e752e5$0$24474$ed2619ec@ptn-nntp-reader03.plus.net...
> I wonder if someone can help me?
>
> I have a table of records - in fact it is an index. Each record has a
'More'
> hyperlink which is supposed to take you to a more detailed information
> page - one for each entry.
>
> The 'More' hyperlink is displayed on the fly as the table is being
> displayed. It is going to take me some time to complete each detailed
> information page so I would like to have the 'More' hyperlink displayed
only
> when a valid page has been written.
>
> Is there a way of detecting a missing URL to the detailed page so I can
> suppress the corresponding 'More' link?. This would avoid the 'Page Not
> Found' warning.
>
>
>
[Back to original message]
|