HighDots Forums  

Re: Problem Ajax/IE

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Re: Problem Ajax/IE in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andreas Neugebauer
 
Posts: n/a

Default Re: Problem Ajax/IE - 03-14-2007 , 06:30 AM







Quote:
Codeschnipsel:

div name="liste"
daten und tabellen
/div

a href="#" onClick="alert(liste.id);ajax_load(liste,
"index.php?param...");>Reload</a


Nimm' doch einfach <div name="liste" id="liste" ....

weil name != id


Andreas




Reply With Quote
  #2  
Old   
M. Jostmeyer
 
Posts: n/a

Default Re: Problem Ajax/IE - 04-23-2007 , 12:49 PM






Andreas Gräber schrieb:
Quote:
Andreas Neugebauer schrieb:
Codeschnipsel:

div name="liste"
daten und tabellen
/div

a href="#" onClick="alert(liste.id);ajax_load(liste,
"index.php?param...");>Reload</a



Nimm' doch einfach <div name="liste" id="liste" ....

weil name != id


Andreas



Ups, verschrieben. Es muß natürlich heißen

div id="liste"
daten und tabellen
/div


Über name="liste" zusätzlich probieren müsste ich mal probieren, aber
denke fast da besteht das gleiche problem.
versuch es doch einfach mal mit
alert(document.getElementById('liste').id);...


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.