freeven
Apr 20th 2007, 5:01 pm
This is my first post. I have some basic programming knowledge, but I'm new to javascript. I'm trying to create a script that will
1) retrieve specific information from a remote page (without displaying the page);
2) reformat that information;
3) display the reformatted information on my page.
I've been reading some online guides and tutorials, and I think I can figure out how to do steps 2 and 3. However, I'm lost as to how to do step 1. The closest thing I've found in the reference guides is the "location" attribute (not sure if attribute is the proper term), but that doesn't look like what I need, since I don't want to actually display the page. I just need to be able to read it in and extract some information.
Can anyone point a newbie in the right direction?
Thanks.
1) retrieve specific information from a remote page (without displaying the page);
2) reformat that information;
3) display the reformatted information on my page.
I've been reading some online guides and tutorials, and I think I can figure out how to do steps 2 and 3. However, I'm lost as to how to do step 1. The closest thing I've found in the reference guides is the "location" attribute (not sure if attribute is the proper term), but that doesn't look like what I need, since I don't want to actually display the page. I just need to be able to read it in and extract some information.
Can anyone point a newbie in the right direction?
Thanks.