Saturday, August 8, 2009

Need help with web design..?

Hello i am making a website with frontpage, i want to have a feature where if u click on a image a window comes up ( staying on the same page) with the image and under neath it some details about the product?? how do i do this with javascript.



I am aminga review site so i will have lots of images with image descrtpions... please help!



Need help with web design..?





I agree with the other guy, you need a new editor. But it would not be impossible with frontpage. You need a lightbox.



http://www.dynamicdrive.com/dynamicindex...



Need help with web design..?



If you can get frontpage to do that... I would be shocked.



You need to use javascript or (even better) ajax to make that happen. You should consider moving to a different editor.



Other Replys:%26lt;Html%26gt;



%26lt;Script%26gt;



function CallWindow()



{



S=%26quot;%26lt;Html%26gt;%26lt;Body%26gt;%26lt;Center%26gt;%26lt;B%26gt; Product Details here%26lt;/B%26gt; %26lt;/Center%26gt;%26lt;input type=button onClick=self.close() value=close%26gt;%26lt;/body%26gt;%26lt;/Html%26gt;%26quot;;



popwin=window.open(%26quot;NeWin%26quot;,%26quot;%26quot;,%26quot;height...



popwin.document.open();



popwin.document.write(S);



}



%26lt;/Script%26gt;



%26lt;Body%26gt;



%26lt;Image src=c:\sample.jpg onClick=CallWindow()%26gt;



%26lt;/Body%26gt;



%26lt;/HTML%26gt;



It should be something like this



Other Replys:Are you talking about how we did our design page on our site? Please look. We use a java popup with mouseover.



regards,



Vincent W. is Lead Developer of:



http://www.powerfulchurchwebsites.com

No comments:

Post a Comment