Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Nick cheng liu

@Nick cheng liu
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Dropdown SelectedIndex
    N Nick cheng liu

    you can do it like: //hide document.getElementById("TextBox1").style.display = "none"; //show document.getElementById("TextBox1").style.display = "block";

    /**--------------------**/ I am learning english.I am still having a few problem, but I getting better. I am very glad if you point my mistake in english. TIA.

    ASP.NET com question

  • Access parent page controls from Iframe [modified]
    N Nick cheng liu

    PS: the Parent page and child page must under the same domain name. // cheng.liu wrote: I am learning english // Oh. yeah. Me too.. //your english is very good. /**-------------------------------------------**/ -- modified at 12:46 Monday 13th August, 2007

    I am learning english.I am still having a few problem, but I getting better. I am very glad if you point my mistake in english. TIA.

    ASP.NET

  • Access parent page controls from Iframe [modified]
    N Nick cheng liu

    You can do it with javascript. For example: add the following code on the child page function Test() { var parentTextBox = parent.document.getElementById("TextBox1"); //TextBox1 is the ID of TextBox on ParentPage. alert(parentTextBox.value); } I am learning english

    ASP.NET

  • hello everyone
    N Nick cheng liu

    I had written a example for you : function Test(objSource) { for(var i = 0;i< objSource.childNodes.length;i++) { var obj = objSource.childNodes[i]; if(obj.tagName != null && obj.tagName.toLowerCase() == "input" && obj.type.toLowerCase() == "checkbox") { alert(obj.id); } else { Test(obj); } } } //begin get ids of CheckBoxList function GetIDs() { var objSource = document.getElementById("CheckBoxList1"); Test(objSource); } -- modified at 8:34 Monday 13th August, 2007 learning english

    ASP.NET javascript help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups