AskMe: -------------------------------------------------------------------------------- It does not contain something like Google Adsense. Here elementary html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <script> alert(1); </script> aaaaaaaa bbbbbbb </body> </html> If you click in the editor view, there are two options: - A page appears alert, press enter immediately close the window and return to the editor. The cursor is visible, and it is there where it was abandoned. - A page appears alert, press enter, you can click on that page on the body, and then close the window and return to the editor. The cursor is not visible, but where it was left visible yellow strip line on which the cursor should be. -------------------------------------------------------------------------------- I found way how to simulate it. If you display WWW preview, close alert box, click into preview window (into browser place) and close the preview window, cursor disappear. You have to swith to another application and back to make it visible. -- <http://forum.pspad.com/read.php?2,63884,63937> PSPad freeware editor http://www.pspad.com
