-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: kalpesh
Message 7 in Discussion

Hi Jagdish, If you want to load only the image portion in the page (making sure 
everying else remains as it is), follow the steps mentioned. Put the foll. 
inside a temporary html file to see it (Make sure you have image1.jpg, 
image2.jpg, image3.jpg in order to see the effect) <HTML> <HEAD> <META 
NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> language="javascript"> 
var img = new Array(); img[0] = "image1.jpg"; img[1] = "image2.jpg"; img[2] = 
"image3.jpg"; var index = 0; function nextimg() { if (index == 2) index = 0; 
myimg.src = img[index++]; } </script> <TITLE></TITLE> </HEAD> <BODY> this is a 
sample page  next </body> </html>  Alternatively, you can change the javascript 
to fetch the image dynamically myimg.src = 
"http://....somepage.asp?imageid=nnn";  Does this help?  Kalpesh

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to