Hi all
I am a beginner from Chinese ,I found that the Link module can only link to [URL] \[Page] \[User] or [File],but I attempt to use the following character:
Table One [Links]---the default link module
Table Two [article]
articleID int
Title varchar
Author varchar
HtmlContent text----(store the text and images content such as news)
I create a page with one module [ShowArticle]
TabID=393
ModuleID=500
Now I want to add links that if I click this link I can go to the page with TabID=393 and the page load data from Table [article] by articleID,and the HtmlContent show in the module [ShowArticle]
can i add link like the format--"http://localhost/TabName/TabID/393/MID/500/
articleID/25/default.aspx"?
How can I do it?
Appreciate for your help
ps:in www.yahoo.com when you click the link,you will link to a news page with news content,and i think the content save in another db table or xml file ,how can the [Link] module point to it?that pullzed me ...