Hi I am facing some problem and it goes like this.
I have some hyperlink in my page which display same kind of page.
For example, let us say I have a links as below
apple
banana
carrot
Now when we click, let us say new page is opened with following text
Apple is fruit (For link apple)
Banana is fruit (For link banana)
Carrot is fruit (For link carrot)
Now here we can see that all page has same information except the link text(apple, banana and carrot). So what I assume is we just can create single page (instead creating three page) which then can be dynamically modified and send to the client, depending upon the link text.
I hope I explained the problem clearly. Now I just wnat to know how can we achive this kind of solution.
So can any one help how to figure out this problem using vbscript. I shall be highly grateful.
Thanks in advance.
Santosh