Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
i want to create new window.where i want to create one image uploader component and textbox.so want to write code for that image uploader in new window without affecting aspx page.

want to use for change profile picture in my website.

plz help me!

thanx in advance
Posted

You could do that by

1. either having a hyperlink opening the new page in another window/tab
2. or you could create a pop window using jquery.
 
Share this answer
 
 
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