Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript 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 February 12th, 2011, 09:17 AM
Authorized User
 
Join Date: Feb 2011
Posts: 21
Thanks: 9
Thanked 0 Times in 0 Posts
Default Display Image selected in RadioButton...

Hi,
I'm trying to display an image in PageA, an image that is selected by RadioButton in PageB.

It's ok to display "Text" in a label, but I dont manage to display the selected image.

Can anyone help?
Thanks!


PageA

<body>
<form id="form1" runat="server">
<div>
<table cellpadding="0" class="style1" align="center">
<tr>
<td class="style1">
<asp:Image ID="ImageDisplay1" runat="server" Height="77px" src= Width="114px" />
</td>
</tr>
</table>
</div>
</form>

&nbsp;

</body>



PageB

<body>
<form id="form1" runat="server">
<table align="center" cellpadding="0" cellspacing="0" class="style1">
<tr>
<td align="center">
<asp:Image ID="Img3" runat="server" ImageUrl="~/Img/Img3.jpg" Height="44px"
Width="49px" />
<br />
<asp:RadioButton ID="RB1" runat="server" />
</td>
<td align="center">
<asp:Image ID="Img4" runat="server" ImageUrl="~/Img/Img4.jpg" Height="58px"
Width="58px" />
<br />
<asp:RadioButton ID="RB2" runat="server" />
</td>
<td align="center">
<asp:Image ID="Img5" runat="server" ImageUrl="~/Img/Img5.jpg" Height="55px"
Width="72px" />
<br />
<asp:RadioButton ID="RB3" runat="server" />
</td>
</tr>
</table>
</form>
</body>
 
Old February 12th, 2011, 12:16 PM
Authorized User
 
Join Date: Feb 2011
Posts: 21
Thanks: 9
Thanked 0 Times in 0 Posts
Default

Found it myself...





Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload image-create & save thumbnail-display image angshujit ASP.NET 2.0 Professional 6 July 11th, 2013 10:34 PM
FileUpLoad to display selected graphic? Ron Howerton ASP.NET 2.0 Basics 1 April 4th, 2006 08:23 PM
retrieve and display selected results babywind BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 February 11th, 2005 05:23 AM
display value of selected radio in the textbox hosefo81 Javascript How-To 1 February 1st, 2004 07:57 AM





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