Firefox Tools Web Developer

IE doesnt display my js created content.?
I have created this table using php and js as ajax so that the contents are ordered depending upon which column header is clicked on. I works fine in Firefox and the web developer tools give it no problems but it returns blank in IE. Any ideas?
http://co-project.lboro.ac.uk/team16/myresults.php –>the site
http://co-project.lboro.ac.uk/team16/getOrderDatabase.js —>the js
I tried both things you said, and it was the table problem, thanks for your help
However the first part, relpacing OR for AND does not work, makes both IE and firefox show nothing.
First, change these lines
if (xmlHttp.readyState==4 || xmlHttp.readyState==”complete”){
To
if (xmlHttp.readyState==4 && xmlHttp.readyState==”complete”){
Second – try putting the response into the innerHTML of the div. Include the table declaration in the Javascript (or in the php file, which is where you seem to be creating the table). I found that IE seems to have a little problem with the table declaration being declared in the div.
(To decrease the response time, have php just return data – maybe tds separated by commas and trs separated by pipes (|) – then build the table in Javascript.)
If someone ported Firebug to IE you could see what’s happening. Maybe just have php return a word, so you can see where it’s going in IE?
Firebug – Web Design Plugin for Firefox
|
|
Firefox Hacks: Tips & Tools for Next-Generation Web Browsing $17.95 “Firefox Hacks is ideal for power users who want to take full advantage of Firefox from Mozilla, the next generation web browser that is rapidly subverting Internet Explorer’s once dominant audience. It’s also the first book that specifically dedicates itself to this technology. Firefox is winning such widespread approval for a number of reasons, including the fact that it lets users browse faster and more efficiently. Perhaps its most appealing strength, though, is its increased security something that is covered in great detail in “Firefox Hacks. Clearly the web browser of the future, Firefox includes most of the features that browser users are familiar with, along with several new features, such as a bookmarks toolbar and tabbed pages that allow users to quickly switch among several web sites. “Firefox Hacks offers all the valuable tips and tools you need to maximize the effectiveness of this hot web application. It’s all covered, including how to customize its deployment, appearance, features, and functionality. You’ll even learn how to install, use, and alter extensions and plug ins. Aimed at clever people who may or may not be capable of basic programming tasks, this convenient resource describes 100 techniques for 100 strategies that effectively exploit Firefox. Or, put another way, readers of every stripe will find all the user friendly tips, tools, and tricks they need to make a productive switch to Firefox. With “Firefox Hacks, a superior and safer browsing experience is truly only pages away. The latest in O’Reilly’s celebrated Hacks series, “Firefox Hacks smartly complements other web application titles such as Google Hacks and PayPal Hacks. |
|
|
The Web 2.0 Toolbox (5-Pack) $124.95 Learning is moved beyond the classroom walls using Web 2.0 tools…stimulating student curiosity while learning. Grab a tool to do a task! Web 2.0 tools are increasing exponentially in number on the Internet. Almost all of the tools are free and require only an email address and a login name with a password. These tools, used in subjects such as language arts, mathematics, science, and social studies, can increase student involvement and engagement. Students using these applications have opportunities to manipulate, collaborate, construct, and create. Students are motivated because communication is participative and two way. Universal Tools: Collaborative Tools Computer Utilities Content Sharing Conversations Social Bookmarks Reference Resources Subject specific integration: General Curricula Pre K – Grade 2 Fine Arts Language Arts Language Development (Languages other than English) Mathematics Science Social Studies Featured Web 2.0 tools: Firefox and Firefox Add ons ZamZar Resizr Jing Google Docs Wikis Educational CyberPlayGround Audacity Flicr Picnik VoiceThread Animoto One True Media Fliggo and Flickr Video Tiny chat Twitter Delicious Meet the Author Patsy Lanclos: After more than four decades as an educator, Patsy is a knowledge architect. She is a technology consultant providing professional development, technology planning and technology assessment for schools and districts nationally as well as internationally. She has taught at the University of Houston at Clear Lake. Patsy served as the Coordinator of Secondary Instructional Technology in Houston, Texas. She has received four Computer World Smithsonian Laureate awards for innovative practices in education. Patsy was selected as the first Technology coordinator of the Year award for the state of Texas and chosen as an Apple Distinguished Educator. |
|
|
The Web 2.0 Toolbox $29.95 Learning is moved beyond the classroom walls using Web 2.0 tools…stimulating student curiosity while learning. Grab a tool to do a task! Web 2.0 tools are increasing exponentially in number on the Internet. Almost all of the tools are free and require only an email address and a login name with a password. These tools, used in subjects such as language arts, mathematics, science, and social studies, can increase student involvement and engagement. Students using these applications have opportunities to manipulate, collaborate, construct, and create. Students are motivated because communication is participative and two way. Universal Tools: Collaborative Tools Computer Utilities Content Sharing Conversations Social Bookmarks Reference Resources Subject specific integration: General Curricula Pre K – Grade 2 Fine Arts Language Arts Language Development (Languages other than English) Mathematics Science Social Studies Featured Web 2.0 tools: Firefox and Firefox Add ons ZamZar Resizr Jing Google Docs Wikis Educational CyberPlayGround Audacity Flicr Picnik VoiceThread Animoto One True Media Fliggo and Flickr Video Tiny chat Twitter Delicious Meet the Author Patsy Lanclos: After more than four decades as an educator, Patsy is a knowledge architect. She is a technology consultant providing professional development, technology planning and technology assessment for schools and districts nationally as well as internationally. She has taught at the University of Houston at Clear Lake. Patsy served as the Coordinator of Secondary Instructional Technology in Houston, Texas. She has received four Computer World Smithsonian Laureate awards for innovative practices in education. Patsy was selected as the first Technology coordinator of the Year award for the state of Texas and chosen as an Apple Distinguished Educator. |
|
|
Weaving Web 2.0 Tools Into The Classroom $26.95 Learn how Web 2.0 tools can build web based communities, with people working together using online word processors, spreadsheets, and databases. See how to share your pictures and files with others. Web 2.0 tools allow students to create information that was, in the past, done by professionals. Students explore in a way that will engage them and create self motivated users of 21st century tools. A Wiki space page accompanies the book to keep you up to date with new Web 2.0 features. |
|
|
ASP.NET 2.0 Unleashed with FREE! Visual Web Developer 2005 $37.95 In this comprehensive reference, Microsoft software legend Walther covers virtually all features of ASP 2005 including more than 50 new controls, personalization, master pages, and Web parts. All code samples are presented in VB and C#. The CD contains a copy of Visual Web Developer 2005, which is the official Microsoft development environment for ASP 2005. |