User Profile

Collapse

Profile Sidebar

Collapse
junal
junal
Last Activity: Sep 20 '07, 05:04 AM
Joined: Jan 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • junal
    replied to Browser Issue
    come on guys !!.........
    See more | Go to post

    Leave a comment:


  • junal
    started a topic Browser Issue

    Browser Issue

    hey guess ....im having some problem with my browser. my script runs well in FF but it saisy object null in IE....plz can anybody see this code and tell me where i did make mistake ? here im trying to create dynamic rows by onclick. another function whick is belongs to another table will create more columns depending to the rows. so what im trying to do is im calling the function at the end of the function so that it can dynamically change.
    ...
    See more | Go to post
    Last edited by acoder; Apr 2 '07, 08:00 AM. Reason: Code in tags

  • junal
    replied to innerHTML problem
    one thing i have to say that this onclick button creates rows right. thing is i have a refresh button so it clears the rows and reform the table with the new input. so what im trying to do here is first im making previous tables data null and replacing with new values.
    See more | Go to post

    Leave a comment:


  • junal
    replied to innerHTML problem
    Code:
     function createTable(id){ 
     
    	var hmrc=0;
    	var h=0;
    	var newrow;
    	var tbl;
    	var newcol , newinput;
     
    	var loopcounter=0;
     
    	tbl = doc.getElementById('testbody');
    	//create a new row
    	newrow = doc.createElement("TR");
    	newcol = doc.createElement("TD");
    	newcol.width = 200;
    	newinput = doc.createElement("input");
    	newinput.name
    ...
    See more | Go to post

    Leave a comment:


  • junal
    replied to innerHTML problem
    i forgot to mention that i declared var doc = document ; and ya testbody is an id . but still its not working :(
    See more | Go to post

    Leave a comment:


  • junal
    started a topic innerHTML problem

    innerHTML problem

    hi guys....can anybody tell me what is the problem with the following line?....it works in Firefox but doesn't work in IE !

    doc.getElementB yId("testbody") .innerHTML="";
    See more | Go to post

  • junal
    replied to Color of the button
    in .NET
    use for loop...ie
    for () {
    if(cond==1)
    {
    button.color=?
    }

    if(cond==1)
    {
    button.color=?
    }
    }
    See more | Go to post

    Leave a comment:


  • do you have any relation between these tables?
    See more | Go to post

    Leave a comment:


  • junal
    replied to dropdown menu
    in .NET
    view your controller options. you will get it there. just drag and drop the controller in your form ...:)
    See more | Go to post

    Leave a comment:


  • http://www.aquesthosti ng.com/HowTo/Sql2005/connect.aspx

    hope it helps you !
    See more | Go to post

    Leave a comment:


  • junal
    replied to Horizontal Menu doesn't work in IE
    thx acoder. ya i solved my problem by css. thx for asking :)
    See more | Go to post

    Leave a comment:


  • i guess you can create separate function for each element and then you can call them according to the selection. let say u can call one function by onclick but under that function you can call others fucntion. try to use if...else combination. (i.e if you select this item then follow that function)...hop e it will help you.
    See more | Go to post

    Leave a comment:


  • junal
    replied to Horizontal Menu doesn't work in IE
    your right acoder. thx for the reply....
    See more | Go to post

    Leave a comment:


  • junal
    replied to Horizontal Menu doesn't work in IE
    --CSS code--
    Code:
    .nav2
    {
    float:left; width:900px; border:none; background:rgb(220,220,220) url(../img/bg_head_bottom_nav.jpg) repeat-x; color:rgb(75,75,75); font-size:1.0em; font-size:130%;
    }
    
    .nav2 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
    
    
    /*Top level list items*/
    .nav2 ul li{
    float:left; position:relative; z-index:1000; border-right:solid
    ...
    See more | Go to post
    Last edited by acoder; Feb 10 '07, 09:44 PM. Reason: Code in tags

    Leave a comment:


  • junal
    started a topic Horizontal Menu doesn't work in IE

    Horizontal Menu doesn't work in IE

    i m facing a new problem !....created a horizontal menu using javascript and css. it works well in firefoz but when i run it by IE it gers vertical :(.....any suggestion ....?
    See more | Go to post

  • hey i guess you can use CakePhp framework and then you can use ACL to restrict your users. i hope it will help you !
    See more | Go to post

    Leave a comment:


  • junal
    replied to scrollable table
    well i guess you can use CSS to keep alignment of your tables same. define a class for a table and call the same class in both tables. so you can call your class in the DIV, something like this

    <DIV class="your class name">
    <table>
    <tbody>
    </tbody>
    </table>
    </DIV>
    See more | Go to post

    Leave a comment:


  • junal
    replied to Dynamic Table problem
    Thank You so much!...its working :)...now i got another question! what i have to do if i want to add "move up" and "move down" button in first form with dynamic rows?...
    See more | Go to post

    Leave a comment:


  • junal
    replied to Dynamic Table problem
    still not working :(........
    See more | Go to post

    Leave a comment:


  • junal
    replied to Dynamic Table problem
    actually i have solved the problem. here is the code...hope u can understand what i meant....but i got another problem with it. it doesnt work in IE but in firefox :(.....can u help me ?....thx for the reply.

    [HTML]<HTML><HEAD>
    <TITLE>test</TITLE>
    <script LANGUAGE="JavaS cript">

    var col1=new Array();
    var col2=new Array();
    var x=0;

    __uid...
    See more | Go to post
    Last edited by acoder; Jan 29 '07, 07:27 PM. Reason: Code in tags

    Leave a comment:

No activity results to display
Show More
Working...