Closed Thread Icon

Topic awaiting preservation: javascript frames .focus() Pages that link to <a href="https://ozoneasylum.com/backlink?for=26516" title="Pages that link to Topic awaiting preservation: javascript  frames .focus()" rel="nofollow" >Topic awaiting preservation: javascript  frames .focus()\

 
Author Thread
ub3r_n00b
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2005

posted posted 08-23-2005 19:08

Hey guys - I am wondering if there is a way to set the focus to the end of a web page in an iframe -

I am using contenteditable=true.

Any clues?

Thanks,

Preet

joelee
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2005

posted posted 09-03-2005 11:05

<script language="javascript" defer>
test.focus();
test.innerText=test.innerHTML;
</script>
<div ContentEditable id="test" style="width:500; height:300; border:1 solid #000000">fsfgsretwertdfsgs</div>

« BackwardsOnwards »

Show Forum Drop Down Menu