Wrox Programmer Forums
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 15th, 2010, 02:34 AM
Authorized User
 
Join Date: Aug 2006
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
Default IE7 Image Control Display Error

Hi all, I am working with vb.net 2.0. I need to get a preview of the uploading image on a IMAGE control. ie: whichever image i am selecting using a FILEUPLOAD control should be displayed on an IMAGE control.I have written the code as given:
Code:
function UploadImage(urlClientSide){                    document.getElementById('').src=urlClientSide;                  return false; }
where the fileupload control name is FileUpload1 and Image control name is ImgShip.onchange of fileupload,i have called the function to display the selected image on the IMAGE control.Its working fine except in the IE7 browser.What modification I have to do for displaying it on IE7 also?Please help me.Thank You,Sumith.
__________________
sumith





Similar Threads
Thread Thread Starter Forum Replies Last Post
Image Control Display Error- IE 7 sumith ASP.NET 2.0 Professional 8 October 28th, 2009 05:57 AM
Background image in IE7 Samurai CSS Cascading Style Sheets 0 May 21st, 2008 10:46 PM
IE7 keeps loading an image toshi HTML Code Clinic 1 May 13th, 2008 10:02 AM
Image preview not working in IE7.Please help subhasps8 ASP.NET 2.0 Professional 0 October 3rd, 2007 12:35 AM
Background image problems in IE7 Pmac2k CSS Cascading Style Sheets 0 June 21st, 2007 04:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.