I was working out a system to see if I could force
a semi-persistent web session.
A few tests yielded this little jewel.
(Tested on:
Netscape 4.51/Linux --didn't work
IE 5.00.2919.6307/Win95 -- WORK!!!!
)
------------------cut--------------
This is a test
------------------cut----------------
What appears to happen is IE sees the object trying to retrieve a local
document. It freaks and presents a security warning:
..accessing information not under its control...
security risk..
Do you want to continue?
[Y]/[N]
No matter what you pick here..it continues and opens the file!!!
Question 1: Does anyone know why?
Question 2: I have tried sending the object to a perl script to see if I could
grab the value. No good. It only returns a value of "[object]". Why?
Question 3: How can I grab the value/current text?
If anyone has information about this "feature" please let me know.
Randy
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.