Hi,
I have a page a news page with the title of each news item on it. Title title links to a pop up window.
Thing is i stuck as to how to get the details of the news article to appear in the pop up window. The title bar displays the id of each new article, but no content.
How can i do this,
Sorry if im confusing ??
Appreciate all help
Thanks
Andy
Software/Hardware used:
ASKED:
November 26, 2005 1:36 PM
UPDATED:
December 1, 2005 2:24 PM
Why would you post an HTML question on an SQL Server News Group?
Why would you not bother to learn how this system works so as to know that the question was in fact posted to the correct group(s).
Answer:
So far as I can understand from your question I think using the javascript, more specifically location.href and the target argument to have a new window appear and be redirected to a page containing the article.
Check out Page.RegisterClientScriptBlock()
Here’s a neat article too:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/aspnet-usingjavascript.asp