Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

2 Endorsements
Ranked #621
Ranked #4K
Member Avatar for newsguy

People have been saying that Google is going to buy Digg for the longest time, but now that Digg founder [URL="http://www.pcpro.co.uk/news/205647/google-close-to-digg-deal.html"]Kevin Rose confirms[/URL] he is not against selling up does this mean that GDigg is a real possibility? It seems so, yes, and to the tune of $200 million as …

Member Avatar for happygeek
0
155
Member Avatar for dave_nithis

Hi all, I am in the process of creating a web page.The page consists of a form where it will ask the users to give the input values(all values in integers).Those values should be passed and the values should be calculated. I have the wsdl file from the client.I need …

Member Avatar for digital-ether
0
108
Member Avatar for kshaik

Hi there, I am very new to AJAX. Just in the learning stage. i am working on an asp application in which AJAX is implemented. The overhead is it is working fine in the production but not in test environment(both browsers are IE only). Through some debugging i found out …

Member Avatar for digital-ether
0
143
Member Avatar for krik_ar

Hi all, I have an aspx file which contains both Javascript & HTML Content. Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too.. [B]<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>[/B] Now the problem at runtime …

Member Avatar for R0bb0b
0
126
Member Avatar for Funnygirl33

Can anyone help me bypass the following codes? [code=JavaScript]<script type="text/javascript"> if (top.location != location) top.location.href = document.location.href; </script>[/code]

Member Avatar for MidiMagic
0
103
Member Avatar for ardeezstyle

Hi everybody, is it possible to refresh/reload a webpage from a child page ? I f possible, may I knw the code for that?

Member Avatar for drago865
0
69
Member Avatar for SirDorius

I'm trying to get some HTML code from a page. The only way to do this that I know of is [CODE=javascript]document.getElementById('id').innerHTML = 'newhtml';[/CODE] But the problem is that the page is taken from the web and it has no IDs to get and I can't modify it by putting …

Member Avatar for SirDorius
0
153
Member Avatar for dannyman1234

Hello, Im very new to Ajax. I have a form with 2 input values , name and date. I have in the same page 3 links to select images, fonts and colours. When an image is selected, the child page closes and the parent page refreshes. Then i can see …

Member Avatar for drago865
0
70
Member Avatar for insauciant

<%@page contentType="text/html"%> <%@page import="java.util.*,java.io.*"%> <%! int s; %> <%! int f; %> <% File dir = new File( "D:\\SUMIT GARG\\Excel" ); String[] files = dir.list(); Hashtable hs=new Hashtable(); for(int i=0;i<s.length;i++) { File v1= new File("D:\\SUMIT GARG\\Excel" +s[i]); if(v1.isFile()) { hs.put(f.lastModified(),file); } } Vector v=new Vector(hs.keySet()); Collections.sort(v); if(v.size()>10) v.setSize(10); Iterator it=v.iterator(); …

Member Avatar for Thirusha
0
98
Member Avatar for drago865

Hello all, I'm using AJAX to populate a div tag in my HTML when a drop down list item is selected. It works perfectly in Safari, Firefox, Opera, but fails in IE. The responseText just comes back blank from the php script. Here's the Javascript it has to deal with: …

Member Avatar for drago865
0
152
Member Avatar for drago865

I currently have a 1 GB stick of ram in my computer and am thinking about getting dual channel. I have two questions. Is it better to have 2x512 MB Dual channel, or a 1GB stick of ram? And can i keep my 1GB stick in DIMM slot 3 and …

Member Avatar for Stevie Wonder
0
158