Hey there, I have been playing a game recently and parts of it are very repetitive. Thus, I am trying to create a two frame website with one frame being the game and the other frame being my macro short-cuts. Everything was going great until I hit a snag. Apparently, when I try to access the form on the other frame, access is being denied. By accessing, I mean change the value of a radio button and submit the form. I understand that there could be security implications with this and that is why the cross-site policy was implemented. Because these frames are displaying locally on my own computer, is there anyway to allow cross-site scripting for just these two frames? I am thinking javascript is the answer because it is client-side. However, if anybody has any suggestions on how these macros could be created, please let me know. Thanks in advance. Sincerely, Travis Walters
If you're using Firefox, it may pay to look at the Greasemonkey extension. You never know, someone may have already written a script for the game, too. Essentially Greasemonkey allows you to do heaps of things and I believe that 'data input' is one of those things. I could be wrong, though!