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.

~3K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for AndrewSmith

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 javascript code? [code] function makeRequest(url, divID) { var http_request = null; try { http_request …

Member Avatar for intsam
0
2K
Member Avatar for AndrewSmith

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 a page that has flash on it, the flash unloads. Yeesh. Any ideas?

Member Avatar for GreenDay2001
0
81
Member Avatar for AndrewSmith

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 add a 2 or something to the end of the …

Member Avatar for chmonalisa
0
155
Member Avatar for AndrewSmith

Hi guys.... I am having trouble changing the color of the LEFT border in a table. i'm using the following javascript: [code] document.getElementById("cell1").style.border-left="3px red solid"; [/code] cell1 is the correct id of the table cell. If i take away the "-left" part in "border-left", it will change the border of …

Member Avatar for FC Jamison
0
209
Member Avatar for AndrewSmith

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: '../flash/<%= flashSource%>' , do something. however, when i try to …

Member Avatar for campkev
0
178
Member Avatar for AndrewSmith

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 'script' tags, and eval it (so it will …

Member Avatar for Sailor_Jerry
0
102
Member Avatar for AndrewSmith

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 doesn't get evaluated. Say i request a page, test.htm. That page includes ONLY …

Member Avatar for Sailor_Jerry
0
351
Member Avatar for AndrewSmith

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 hello.jpg. The tough part is that there can by any number …

Member Avatar for campkev
0
116
Member Avatar for AndrewSmith

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. Here is my question. On one page of my site, I would like …

Member Avatar for Puckdropper
0
88

The End.