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 #622
Ranked #4K
~1K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for newsguy
Member Avatar for dave_nithis

Hi, Dave. To make calculations and display the results in the same page without reloading you don't need to use AJAX. It's really unnecessary for what the job requires. I'm assuming you have all the values stored in variables from your wsdl file. First make a division in your HTML …

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

I believe IIS installs asp for you on your server, and the only thing AJAX needs to work is Javascript and XML (or HTML or XHTML). And that's all standard unless you have Javascript disabled or something crazy like that. So you should be set on that end. I highly …

Member Avatar for digital-ether
0
157
Member Avatar for krik_ar
Member Avatar for R0bb0b
0
135
Member Avatar for Funnygirl33
Member Avatar for ardeezstyle

Out of curiosity, how did you solve it? Sorry, I didn't reply because I didn't know the answer. :)

Member Avatar for drago865
0
87
Member Avatar for SirDorius

Hi, SirDorius. Instead of using [code=javascript]document.getElementById(id).innerHTML;[/code] You could use [code=javascript]document.getElementsByTagName(tag)[0].innerHTML;[/code] This method will give you an array of all the elements on the page with that tag name. Just access each tag like you would access an array. For example, if you wanted to get the inner HTML of the …

Member Avatar for SirDorius
0
162
Member Avatar for dannyman1234

This probably isn't the answer you're looking for, but the W3C offers some great tutorials on the subject. To tell you how to do it all would be a lot. [url]http://www.w3schools.com/Ajax/Default.Asp[/url]

Member Avatar for drago865
0
76
Member Avatar for insauciant

I'm going to feel really stupid if I'm wrong but is this even Javascript? It looks like ASP or something.

Member Avatar for Thirusha
0
106
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
158
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
163

The End.