[scrollviewmirror setdocumentview:clipviewmirror];
[scrollviewmirror setframe:nsmakerect(0,0,300,100)];
[wview addsubview:scrollview]; //adds the subview to the main webview
[wview addsubview:scrollviewmirror]; //adds the subview to the main webview
[textview setstring:@"type here, and it will be mirrored..."];
[textviewmirror setstring:@"...down here."];