A
Aaron C
Hey all,
I am having a hard time getting something to work, and am hoping that
the collective experience of this group can help me out.
I have built myself a helper-frameset to make searches a little
faster. Yes, it's lazy of me, and unneccesary, but I wanted a project.
the manual process this replaces:
1) go to the "advanced search" page of a social networking site
2) enter the keyword that I'm searching on
3) enter the limiting criteria
4) open each person's profile to see if they match what I need
5) Lather, rinse, repeat. I have multiple keywords (always from the
same list) for each of my limiting criteria.
Currently, the frameset loads a page that I built with an input box,
and a few links. Type the limiting criteria in to the box, hit go. The
page reloads with links that have each of the keywords for those
criteria. Each of the generated links combines steps 1-3 into one
click.
What I'm trying to find is a way to use the top frame (name="_top"),
where all of those links are, to recreate a table of links from the
bottom frame (name="_bott").
Where I'm stuck is getting javascript in _top to read ANYTHING in
_bott. I don't know if I have bad syntax, or if i'm missing a step in
my code, or if what I'm trying to do is actually even possible.
Any way you can help?
I am having a hard time getting something to work, and am hoping that
the collective experience of this group can help me out.
I have built myself a helper-frameset to make searches a little
faster. Yes, it's lazy of me, and unneccesary, but I wanted a project.
the manual process this replaces:
1) go to the "advanced search" page of a social networking site
2) enter the keyword that I'm searching on
3) enter the limiting criteria
4) open each person's profile to see if they match what I need
5) Lather, rinse, repeat. I have multiple keywords (always from the
same list) for each of my limiting criteria.
Currently, the frameset loads a page that I built with an input box,
and a few links. Type the limiting criteria in to the box, hit go. The
page reloads with links that have each of the keywords for those
criteria. Each of the generated links combines steps 1-3 into one
click.
What I'm trying to find is a way to use the top frame (name="_top"),
where all of those links are, to recreate a table of links from the
bottom frame (name="_bott").
Where I'm stuck is getting javascript in _top to read ANYTHING in
_bott. I don't know if I have bad syntax, or if i'm missing a step in
my code, or if what I'm trying to do is actually even possible.
Any way you can help?