[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JS and DataBase



>On this point: it seems to me that JavaScripts can be hidden within a frame,
>since "View Source" only works for the top-level window.  Has anyone else found
>a way to view JS/HTML source within a frame?

The top level window always points at the frame source file eg:

<frameset cols=130,*>
        <FRAME SRC="spiderdude/sidebar.html" Name="Sidebar" SCROLLING=AUTO
NORESIZE>
        <frameset rows=*,60>
                <FRAME SRC="spiderdude/main.html" NAME="MainWindow"
SCROLLING="AUTO" NORESIZE>
                <FRAME SRC="spiderdude/toolbar.html" NAME="Toolbar"
SCROLLING="NO" NORESIZE>
        </frameset>
</frameset>

Now, if you open any of the listed files as a separate location you'll be
able to view a source that would normaly appear within the frame and
wouldn't be viewable.

Pawel

--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/