TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bhavesh Vankar
766
1.1k
88.2k
Pass image from Child Page to Parent Page using Jquery
Sep 19 2020 4:11 AM
Below is my code to pass image from child page to parent page i want to pass my image from child page to parent page using asp.net c#. but still not resolved kindly can any one help me to resolve this ?
<script type=
"text/javascript"
>
function
passImage()
{
//if (window.opener != null && !window.opener.closed)
// {
var
vImage2 = windo.opener.document.getElementById(
"vImage2"
);
//vImage2.src = document.getElementById("imgCapture");
//vImage2.URL = "~/CroppedImage/19-09-20.jpg";
vImage2.URL =
"C:\VisiterManagment\VisiterManagment\CroppedImage\19-09-20.jpg"
;
// window.close();
//}
window.close();
}
</script>
Reply
Answers (
2
)
What is the best way to combine path
Filling model objects in list obj throwing exception