[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Writing into frames ...
It can be done, but is a nuisance. Bill Dortch does exactly this with some
of the frame content in his "Color Center" proof of concept page, which is
at http://hidaho.com/c3. Do a view source and capture the content. You'll
see how it's done with the use of the JavaScript: protocol for the SRC
attribute (the latter you absolutely need or JS won't work with the frame).
-- Gordon
http://gmccomb.com/javascript/
At 02:07 PM 3/21/96 -0600, you wrote:
>I have a problem : My university restricts my homepage to exactly one
>file :-(. I want to make a homepage with multiple frames. I got the idea,
>that I create the frames with JavaScript and then let a script fill the
>content into the frames.
>I have the following problems :
>I wasn't able to call a function in the onLoad statement of the <FRAME
>tag ( the tag doesn't contain a SRC part. The function is never called.
>If I places the init function into a function that is loaded in the
>onLoad of FRAMESET, then I wasn't able to write anything into the frames.
>I might have used the wrong object ( he always says, that the object has
>no Methods. )
>
>Can anybody help me?
>I would appriciate any help.
>Thanx
-- Gordon
http://gmccomb.com/javascript/
--------------------------------------------------------------------
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/