The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Modal window help, Need to know contruct of the modal window for the following
Hulk
post Jan 20 2010, 12:53 AM
Post #1





Group: Members
Posts: 2
Joined: 20-January 10
Member No.: 10,867



All,

I need to get the below code (radio buttons,input boxes,textarea) on a jquery modal window.

The requirements are that the contents should be enlarged on opening a dialog window when clicked on (Open window) hyperlink.Else be small in size


Thanks.....

//($("#modal").dialog('open')wink.gif

<body background="my.jpg" size="100%" style="overflow-y:auto;">
<form name="shipinfo" action="main.php" method="post">
<div id="pics">
<table width="100%">
<!--<input type="image"src="PHOTO-SHOP/PHOTO-SHOP/N.gif"/>-->
</table>
<table>
<tr>
<td>
<INPUT TYPE="radio" name="type" id="type" VALUE="type1" <?php echo $checked1 ?>><font size="2">Type1
</font>
<INPUT TYPE="radio" name="type" id="type" VALUE="type2" <?php echo $checked2 ?>><font size="2">Type2
</font>
<INPUT TYPE="radio" name="type" id="type" VALUE="type3" <?php echo $checked3 ?>><font size="2">Type3
</font>
<INPUT TYPE="radio" name="type" id="type" VALUE="type4" <?php echo $checked4 ?>><font size="2">Type4
</font>
</td>
</tr>
<tr>
</tr>
<?php
if($programtype == 'Type1')
{
?>
<tr>
<td>
*Enter new type <input type="text" name="javaname" value="<?php echo $params?>"/>
</td>
</tr>
<?php
}
?>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 05:47 AM