Thanks for looking.
As I wrote in my original post, I am seeking advice on using jQuery to get
the IE functionality...
MorningZ wrote:
>
>
> What does this have to do with jQuery? (since there is no usage of it
> in that link above)
>
>
> On Apr 6, 12:26 pm, webguy262 wrote:
>> The code
What does this have to do with jQuery? (since there is no usage of it
in that link above)
On Apr 6, 12:26 pm, webguy262 wrote:
> The code currently on the site ask users to copy and paste the partnumber. I
> had to do that b/c even with 'id="partnum"' the "PartNumber" field in the
> "GetAQuot
The code currently on the site ask users to copy and paste the partnumber. I
had to do that b/c even with 'id="partnum"' the "PartNumber" field in the
"GetAQuote" form does not populate in IE.
Here's a version of the page with
http://www.eastexhaust.com/inventory_.php
It works in FF, etc
Didn't notice the link, jack's right:
should be
(as you declared your page XHTML 1.0 Transitional, you must close the
input element)
cheers,
- ricardo
On Mar 31, 11:18 pm, Jack Killpatrick wrote:
> When I use firebug to see what's in the HTML I only see:
>
>
>
> - Jack
>
> webguy262 wrote:
When I use firebug to see what's in the HTML I only see:
- Jack
webguy262 wrote:
Jack
I think I've got that, don't I?
>From my post...
Am I missing something?
Jack Killpatrick wrote:
try adding id="partnum" to the form field that has name="partnum".
- Jack
webguy262 w
do you have anything in the html also with name="partnum"?because in IE the
getElementById actually get the name first
if you use jQuery simply try $("#partnum").val(result)
Jack
I think I've got that, don't I?
>From my post...
>>
Am I missing something?
Jack Killpatrick wrote:
>
>
> try adding id="partnum" to the form field that has name="partnum".
>
> - Jack
>
> webguy262 wrote:
>>
>>
>> webguy262 wrote:
>>
>>> I have two forms on a page (www.eastexha
try adding id="partnum" to the form field that has name="partnum".
- Jack
webguy262 wrote:
webguy262 wrote:
I have two forms on a page (www.eastexhaust.com/inventory.php).
One uses ajax to generate a part number by selecting values from a series
of selection boxes.
The other form email
8 matches
Mail list logo