Search / 33 posts tagged dom scripting

Subscribe
  1. No one has claimed this blog

    Making a Column Script work in IE?

    http://www.codingforums.com/ showthread.php?t=145955&goto=newpost

    I wrote this test script to split content into two stylable columns for general web use...but its been a while since I've done any web programming and I can't figure out why it doesn't work in IE. Any tips? You can run the code in FireFox to see what it's supposed to do.

  2. No one has claimed this blog

    Need help installing a lightbox

    http://www.codingforums.com/ showthread.php?t=145263&goto=newpost

    Hey, I dont know any java script, and im not too experienced with this kind of stuff. I have a website which i want to install a lightbox on (http://www.freerootband.com) but I have used image maps with the area tags.

  3. View all »

    Videos about dom scripting

    1. How This Code Was Made - My Assistant
    2. Essentials of the DOM and JavaScript in 10 Minutes
    3. IEFD Ep. 13 - Website Hacking - XSS part 1
    4. IEFD Ep. 13 - Website Hacking - XSS part 2
  4. No one has claimed this blog

    adding / removing text fields for php use

    http://www.codingforums.com/ showthread.php?t=145173&goto=newpost

    hi Background I'm creating an admin control panel. I have a whats on section, table 1 holds event info, name, location etc The 2nd table holds occurances of events, these are date pairs, publish-date and unpublish-date.

  5. No one has claimed this blog

    Combining document objects together into a new object

    http://www.codingforums.com/ showthread.php?t=144993&goto=newpost

    I am trying to set up a tagging form, so that users can select multiple applicable tags from a list, and/or add new tags in a text box. The tagging module is a piece of package software, which takes tags from a textarea (name="tags").

  6. Photo of strider72

    JavaScript Pull-Quotes 2.0

    http://striderweb.com/ nerdaphernalia/ 2008/ 06/ javascript-pull-quotes-20/

    The pull-quotes plugin has undergone some major rewriting in recent weeks. I released much of that as version 1.7 a few days ago. Over the weekend I added a few features, revamped the Settings interface for WordPress 2.5, gave it a quick rinse and polish, and here it is!

  7. No one has claimed this blog

    Element object from a Node object

    http://www.codingforums.com/ showthread.php?t=138734&goto=newpost

    In FireFox, in HTML DOM, if I have a Node object representing a specific <tr> tag, is there any way I can get the TableRow DOM object for that same TR? Ok, let me back up and ask the higher-level question.

  8. No one has claimed this blog

    Dom Properties of insertCell

    http://www.codingforums.com/ showthread.php?t=138713&goto=newpost

    Hi, I am creating the td cells on fly using the following code Code: td = tr.insertCell(pos); The reason for using instead of td=document.createElement("td"); is the td positions are not dynamic. The positions can vary. I have to create td cells on fly. This is works fine in firefox but not in IE.

  9. No one has claimed this blog

    Dom Properties in firefox

    http://www.codingforums.com/ showthread.php?t=138357&goto=newpost

    i have a small issue in Firefox. But it is working fine in IE. It looks minor but it is eating my head. Code: var txt_node = document.createTextNode(" Some text here after few spaces"); But it is displaying fine in IE with preceding spaces. But in firefox it is truncating the more number of spaces to single space.

  10. No one has claimed this blog

    Dom Properties in IE

    http://www.codingforums.com/ showthread.php?t=138356&goto=newpost

    Hi, I have two sepate issues for IE : i have a create a select box using Dom Code: var date_range = document.createElement("select"); date_range.setAttribute("id","date_range"+val); date_range.setAttribute("name","date_range"+val); for(var i=0;i<6;i++)

  11. No one has claimed this blog

    Dom Properties in IE: hide and show

    http://www.codingforums.com/ showthread.php?t=138288&goto=newpost

    I created table using DOM. Within the td of this table i created one div. I created a table with in this div . It is displaying fine in firefox but not in IE. Any idea? Everything i created using DOM. Any help will be greatly appreciated.

  1. 1
  2. 2
  3. 3
  4. 4

Rising and falling

Technorati data powered by Truviso

Mentions by Day

Posts tagged dom scripting per day for the past 30 days.

Chart of results for dom scripting

See your posts here

To contribute to this page, include this code in your blog post: