0 pts.
 C# -
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

Answer Wiki:
Your question is confusing. Can't you just set the url of your popup window to the url of the details page? window.open('detail.htm')
Last Wiki Answer Submitted:  November 30, 2005  7:05 pm  by  Mcp111   0 pts.
All Answer Wiki Contributors:  Mcp111   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Why would you post an HTML question on an SQL Server News Group?

 0 pts.

 

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

 0 pts.