Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show in a page the text chosen in another table

Status
Not open for further replies.

digilson

Programmer
May 6, 2002
5
BR
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 &quot;<TD width=496><a href=noticiaintegra.asp?tit=&quot; & objRs(&quot;titulont&quot;) & &quot;>&quot; & objRS(&quot;titulont&quot;) & &quot;</a></TD>&quot;<--) 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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top