Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8619727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:24:35+00:00 2026-06-12T06:24:35+00:00

I am working in javascript/jquery and my code works in Chrome and FF. I

  • 0

I am working in javascript/jquery and my code works in Chrome and FF. I need it to work in IE and it does not. There is no error explicit in output, but what i am doing has no effect. All alerts suggest that everything is working correctly. I am working with a frameset like so:

<frameset rows="25%,75%">
    <frame name="frame1" src="ex.asp">
    <frameset cols="40%,60%">
        <frame name="frame2" src="wai.asp">
        <frame name="frame3" src="zee.asp">
    </frameset>
</frameset>

I am using JS functions to populate a table in frame 1. This happens when something is selected in frame 2 or frame 3. Once data is selected, Jquery is used to add a row to the table.

var test = window.top;
var body = $(test.frames[0].document.body);
$(body).find('#TxList').append('<tr>').text(sPayload);

there is also some forms that are populated like so:

window.top.frames[0].document.FORM.SELECTEDTX.value = sPayload;

etc.

So, this works in Chrome and FF but not in IE. I used to DebugBar and looked at the page’s DOM and my jquery data appears there as if there is no problem. However it does not show up on the page and does not appear in “view source.”

All of my scripts are on an external .js file. What is happening?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:24:37+00:00Added an answer on June 12, 2026 at 6:24 am

    You need TD to add text in TR and make sure #TxList is table

    Try with –

    $('#TxList').append('<tr><td>'+sPayload+'</td></tr>');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can anybody tell me why is the following code not working? <script type=text/javascript src=../../Scripts/jquery.js></script>
I'm not very expert in using javascript and jquery but I'm working with them
This doesn't indicate any error in my javascript code, but in the downloaded jquery.js
In the website I am working on there is a javascript pop-up (jquery) that
The code below is colouring the input but not submitting the form in chrome.
Hello all I am working on javascript jquery and svg.I want to ask a
I'm working on an interactive interface using SVG and JavaScript/jQuery, and I'm trying to
I'm working on this drag and drop application with jquery/javascript, and I'm having to
Possible Duplicate: javascript: pause setTimeout(); Im using jQuery and working on a notification system
I'm pretty new to Javascript, Rails and JQuery all working together. I'm going through

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.