473,405 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

<DIV> problem

3
This happen with mozilla but with IE it works fine
I'm sending to a form a <select>value that has been updating but I'm using <div > and div doesn't have the name attribute so it is doing nothing.
So, somebody have a idea
here is the code:

[HTML]<form>
<div id="clmtResult" >
<select
id="select_clmt"
name="select_clmt">
</select>
</div>
</form>[/HTML]

above DIV is updated for the following code

Expand|Select|Wrap|Line Numbers
  1.  echo "<select id='submit_clmt' name='submit_clmt'  >";
  2.         foreach ($return as $row) 
  3.         {
  4.           echo "<option value='$row[SEQ]' SELECTED>$row[SEQ]</option><br>";        
  5.         }
  6. echo "</select>";
Sep 28 '07 #1
2 1075
gits
5,390 Expert Mod 4TB
hi ...

sorry i think i don't get it ... what exactly are you doing and how does/should the update work?

kind regards
Oct 1 '07 #2
lir
3
Thanks for your replay,
well I'm trying to:
1- Update a <Select> tag that is inside of a <div>
2- once it's updated I'll post the <form> with the value of the select tag.
so:<form><div><select>

The ajax update is working fine but because the DIV doesn't have a "name" attribute I don't get the value once it's submitted.

So I'm trying to use another element that works like a container that let me update and also that let me post their value...

Thanks in advance
Oct 1 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Paul Thompson | last post by:
When I put a <div ...> inside a <table> specification, functionality is not there. When I put the <table> inside the <div> everything works. Why is that?
8
by: Daniel Hansen | last post by:
I know this must seem totally basic and stupid, but I cannot find any reference that describes how to control the spacing between <p>...</p> and <div>...</div> blocks. When I implement these on a...
7
by: Dario de Judicibus | last post by:
System: Windows XP SP1 + all latest patches (no SP2) Browser: IE 6.0.2800.1106.xpsp2.040919-1003 Problem: browser does not show, or partially shows, borders and background color of <DIV> as...
3
by: Josef K. | last post by:
Asp.net generates the following html when producing RadioButton lists: <td><input id="RadioButtonList_3" type="radio" name="MyRadioButtonList" value="644"...
8
prino
by: prino | last post by:
Hi all, I've written code (in REXX) that takes files in legacy languages (PL/I, COBOL, z/OS assembler, etc) and converts them into HTML in a format similar to what's displayed in the z/OS ISPF...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.