javascript_howto thread: File name in a Frame
try: document.frames(0).location
replace 0 with the index, or use the id or name attribute in quotes:
document.frames("myID").location
-----Original Message-----
From: Shankar [mailto:shankar_b_g@y...]
Sent: Monday, October 01, 2001 9:55 AM
To: JavaScript HowTo
Subject: [javascript_howto] File name in a Frame
Hi,
Can anybody please tell me how to find out the name of the file loaded in a
frame ?
Thanks in advance.
Regards,
Shankar
|





