Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 28, 2009 07:57 PM by budugu
Member
9 Points
76 Posts
May 28, 2009 07:31 PM|LINK
Hello - can anyone tell me how to create popup windows using VWD? I would like for the customer to click on the image and a popup with additional info would appear???
Thanks in advance.
All-Star
26228 Points
4596 Posts
May 28, 2009 07:52 PM|LINK
Well there are many ways to do so onclick of your image you can pop up an javascript alert with your message in that.
or you can use ajax modal pop up, depends all on your preference
41132 Points
6021 Posts
May 28, 2009 07:57 PM|LINK
For image click event, execute this js..
window.open("default.aspx");
edwards53225
Member
9 Points
76 Posts
Creating popup windows using VWD...
May 28, 2009 07:31 PM|LINK
Hello - can anyone tell me how to create popup windows using VWD? I would like for the customer to click on the image and a popup with additional info would appear???
Thanks in advance.
karan@dotnet
All-Star
26228 Points
4596 Posts
Re: Creating popup windows using VWD...
May 28, 2009 07:52 PM|LINK
Well there are many ways to do so onclick of your image you can pop up an javascript alert with your message in that.
or you can use ajax modal pop up, depends all on your preference
Karan
~ Blog ~
Remember To Mark The Post(s) That Helped You As The ANSWER
budugu
All-Star
41132 Points
6021 Posts
Re: Creating popup windows using VWD...
May 28, 2009 07:57 PM|LINK
For image click event, execute this js..
window.open("default.aspx");
"Don't be afraid to be wrong; otherwise you'll never be right."