Hi everybody
I'm building a site about Contracts, in ASP with SQL Server 2000.
One of its pages ("noticias.asp"
will show topics of the most recent news, released by the press, concerning the theme -- and give Visitors the possibility of picking one topic ("titulont"
to be shown in its integrity, in a 2nd. page ("noticiaintegra.asp)".
The 1st. page (with the command line -->Response.Write "<TD width=496><a href=noticiaintegra.asp?tit=" & objRs("titulont"
& ">" & objRS("titulont"
& "</a></TD>"<--) works fine, but
In the 2nd. page, the address bar informs, correctly, the option to be shown integrally (for instance: -->...../noticiaintegra.asp?tit=Contracting<---) but ...nothing more happens!
I think commands are missing -- the question is: Which of them?
I'll be very grateful if You can help me. Thanks in advance!
Dalton
I'm building a site about Contracts, in ASP with SQL Server 2000.
One of its pages ("noticias.asp"
The 1st. page (with the command line -->Response.Write "<TD width=496><a href=noticiaintegra.asp?tit=" & objRs("titulont"
In the 2nd. page, the address bar informs, correctly, the option to be shown integrally (for instance: -->...../noticiaintegra.asp?tit=Contracting<---) but ...nothing more happens!
I think commands are missing -- the question is: Which of them?
I'll be very grateful if You can help me. Thanks in advance!
Dalton