Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: File name in a Frame


Message #1 by Shankar <shankar_b_g@y...> on Mon, 1 Oct 2001 06:54:58 -0700 (PDT)
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

  Return to Index