No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Later, I am considering to upgrade my current OS to iOS4. Do I still need to backup my stuffs? I'm not sure if upgrading to iOS4 will make my device go back to zero. Currently, there are no/less FAQs discussing this issue. Hoping for your feedback. Thanks!
Is there a way in VB6 where I could get the file's "Size on disk" (not the size). I cannot achieve this by using the FileSystemObject's size property which only returns the file's size. If this cannot be done, maybe a help on how to achieve these other options will …
I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. [code] int width = …
I turned the imageArray array to a 2-dimensional array [CODE] var imageNum = 0; imageArray = new Array(); imageArray[imageNum] = new Array(); imageArray[imageNum][0] = new imageItem(imageDir + "roma072.jpg"); imageArray[imageNum][1] = "Caption1"; imageNum++; imageArray[imageNum] = new Array(); imageArray[imageNum][0] = new imageItem(imageDir + "roma073.jpg"); imageArray[imageNum][1] = "Caption2"; imageNum++; imageArray[imageNum] = new Array(); …
I have revised your code just a little [code] function addNewItem (id,count,qty,ps) { var count = parseInt(count); var tbody = document.getElementById(id).getElementsByTagName("TBODY")[0]; var row = document.createElement("TR") //1st Column var td1 = document.createElement("TD") td1.setAttribute("align","center"); td1.setAttribute("height",40); td1.setAttribute("bgcolor","#FFFFFF"); input1 = document.createElement("input"); input1.setAttribute("type","text"); input1.setAttribute("name","qty_"+count); input1.setAttribute("size",3); input1.setAttribute("disabled","disabled"); input1.setAttribute("style","background-color:#FFFFFF;border:none;color:#000000;text-align:center;"); input1.setAttribute("value",qty); //2nd Column var td2 = document.createElement("TD") td2.setAttribute("align","center"); …
Dev't Tool: Visual C# 2003 and Javascript System Type: Web Application One requirement of the system is to dynamically create a table on client-side (Javascripting using createElement method.) The table has textboxes inside each cell. a few sample code: [code] for (i = 0; i < 4; i ++) // …
Please refer to this site. I have used this one in my project and it's working fine. [url]http://www.mattkruse.com/javascript/calendarpopup/[/url]
The End.
cubekid