Forum: JavaScript / DHTML / AJAX Aug 30th, 2006 |
| Replies: 4 Views: 4,684 |
Forum: JavaScript / DHTML / AJAX Aug 25th, 2006 |
| Replies: 1 Views: 975 Simple AJAX with xml hey. I'm trying to get a grasp on XML for use with AJAX.
here is my code. what i want to do is grab the stuff between the 'content' tags, and display it. then i want to take the stuff between the... |
Forum: JavaScript / DHTML / AJAX Aug 23rd, 2006 |
| Replies: 3 Views: 4,641 Re: Ajax calls wont work in FireFox! K, I got it working. I'm not sure which part of my code was incorrect, but it works now.
function makeRequest(url, divID) {
var http_request = null;
var browser = navigator.appName;
... |
Forum: JavaScript / DHTML / AJAX Aug 23rd, 2006 |
| Replies: 1 Views: 3,865 Ajax - evaluate scripts in response Holla
I am using AJAX to load content into a section of my website. I would like the content that is loaded in to execute some javaScript. However, when i simply include it in the response, it... |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2006 |
| Replies: 3 Views: 4,641 Ajax calls wont work in FireFox! Heyyyy... I'm trying to get some AJAX going on in my website. It works FINE in IE 6, but when I try it with Mozilla FireFox, nothing happens. Can anybody see anything wrong with the following... |
Forum: ASP Aug 11th, 2006 |
| Replies: 2 Views: 2,621 Re: Copy file with a name change Alright, I solved it. Turns out you can just put the name of the file right there in the copyFile line.
looks like this:
fs.CopyFile sourceFile, DestinationFolder & "\NEWFILENAME.txt", 1
... |
Forum: ASP Aug 11th, 2006 |
| Replies: 2 Views: 2,621 Copy file with a name change ola
I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to... |
Forum: ASP Aug 10th, 2006 |
| Replies: 1 Views: 6,714 Unterminated String Constant! hey all. need some help here.
using ASP, I am opening another .asp file (as a text file), and reading it line for line. At one point in my script, i have to say "if a variable contains the string:... |
Forum: Graphics and Multimedia Aug 1st, 2006 |
| Replies: 2 Views: 1,414 swfObject unloads when i call javascript Hi Guys. Hope i'm in the right forum. I'm using something called SWFObject to load in my activeX controls(flash objects). Its working great, except for as soon as I call a javaScript function from... |
Forum: ASP Jul 27th, 2006 |
| Replies: 2 Views: 7,962 VBScript string Manipulation Help Hi guys
I have a string (read from a text file), and i need to be able to pull out the value in the quotation marks. For example:
if my string is <img src="hello.jpg">
, I need to return... |
Forum: Site Layout and Usability Jul 24th, 2006 |
| Replies: 2 Views: 1,861 Can it Be Done Without Frames?? Hi y'all...
I'm just getting my feet wet with this whole "usability" thing. Now, from what I've gathered, frames are bad and a thing of the past. Okay, now i'm making my websites with Divs and CSS.... |