feras_wilson
07-09-2006, 10:07 AM
Hi all!
I have some images in a layer which is contenteditable and a dropdown. when i add a image, images name add to the dropdown. I need to know how to when i select the images then delete, the images name remove/delete from the drop down!
I need the code which remove the image name from the dropdown!
Can some one help me?:confused: :confused:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Ny sida 1</title>
</head>
<body>
<p><select size="1" name="D1">
<option value="Image 1">Image 1</option>
<option value="Image 2">Image 2</option>
</select></p>
<div style="border:1px solid #000000;width: 403px; height: 256px; z-index: 1" id="lager1">
<img border="0" src="someImage" width="101" name="Image 1" height="107">
<img border="0" src="someImage" width="101" name="Image 2" height="107"></div>
<p>I want when i select the image and delete it, then dropdown option remove</p>
</body>
</html>
I have some images in a layer which is contenteditable and a dropdown. when i add a image, images name add to the dropdown. I need to know how to when i select the images then delete, the images name remove/delete from the drop down!
I need the code which remove the image name from the dropdown!
Can some one help me?:confused: :confused:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Ny sida 1</title>
</head>
<body>
<p><select size="1" name="D1">
<option value="Image 1">Image 1</option>
<option value="Image 2">Image 2</option>
</select></p>
<div style="border:1px solid #000000;width: 403px; height: 256px; z-index: 1" id="lager1">
<img border="0" src="someImage" width="101" name="Image 1" height="107">
<img border="0" src="someImage" width="101" name="Image 2" height="107"></div>
<p>I want when i select the image and delete it, then dropdown option remove</p>
</body>
</html>