[ ]
I need to extract info from a web page using my javascript already embedded in the same web page. Is that possible?
1) I have no access to the server, so JS must work client side
2) JS must be encoded in HTML web page BEFORE page is sent to server for dynamic processing
3) Web page returned from the server is different than the one sent, but will contain my code and links unchanged
4) No external JS is allowed in pages going to server (no includes)
5) JS activated when user clicks a link on returned web page
6) JS searches returned page for specific different info, then sends this info to new page according to the link clicked
7) To avoid errors, all of this must be transparent to the user
I know how to send static info to a new page via the URL.
I don't know how to use the embedded JS to search the same page for specific dynamic info.
I don't know if this is even possible.
And I have not found anything in Tek-Tips or elsewhere on the web that helps me.
Any thoughts on this?
mmerlinn
"Political correctness is the BADGE of a COWARD!"
I need to extract info from a web page using my javascript already embedded in the same web page. Is that possible?
1) I have no access to the server, so JS must work client side
2) JS must be encoded in HTML web page BEFORE page is sent to server for dynamic processing
3) Web page returned from the server is different than the one sent, but will contain my code and links unchanged
4) No external JS is allowed in pages going to server (no includes)
5) JS activated when user clicks a link on returned web page
6) JS searches returned page for specific different info, then sends this info to new page according to the link clicked
7) To avoid errors, all of this must be transparent to the user
I know how to send static info to a new page via the URL.
I don't know how to use the embedded JS to search the same page for specific dynamic info.
I don't know if this is even possible.
And I have not found anything in Tek-Tips or elsewhere on the web that helps me.
Any thoughts on this?
mmerlinn
"Political correctness is the BADGE of a COWARD!"