Click here to Skip to main content
16,004,924 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

My client want confirmation windows something like windows 7 controlpanel windows
having hyperlinks and on click of one it takes you to some other.
in same way he want to have 3 links on the window below example

"Limits has changed!"
- overwrite original
- create a new limit
- cancel

on selection business logic will go.

with javascript i am not sure we can acheive this... any suggestions.
Posted
Updated 21-Dec-10 19:59pm
v2

1 solution

Sounds good. If you wish to use Javascript it will be more easy to do.

1) Using javascript you will call Window.Open(url)
2) You will design an independent aspx page as per client.
3) call page (in step 2) in step 1 as URL

Done :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900