User Profile
Collapse
-
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.
... -
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.Leave a comment:
-
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
Leave a comment:
-
i forgot to mention that i declared var doc = document ; and ya testbody is an id . but still its not working :(Leave a comment:
-
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=""; -
use for loop...ie
for () {
if(cond==1)
{
button.color=?
}
if(cond==1)
{
button.color=?
}
}Leave a comment:
-
-
view your controller options. you will get it there. just drag and drop the controller in your form ...:)Leave a comment:
-
http://www.aquesthosti ng.com/HowTo/Sql2005/connect.aspx
hope it helps you !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.Leave a comment:
-
-
--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
Leave a comment:
-
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 ....? -
hey i guess you can use CakePhp framework and then you can use ACL to restrict your users. i hope it will help you !Leave a comment:
-
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>Leave a comment:
-
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?...Leave a comment:
-
-
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...Leave a comment:
No activity results to display
Show More
Leave a comment: