The My Opera forums have been replaced with forums.opera.com. Please head over there to discuss Opera's products and features
See the new ForumsYou need to be logged in to post in the forums. If you do not have an account, please sign up first.
Help with bookmarklet
I have the following code in a bookmarklet that splits the window in half. It will ask you for 2 URL's then put one up top and the other on the bottom. For some reason the code does not work on any browser except Opera and I am wondering why that is.For the following site: http://www.cbssports.com/#!/ In Firefox and Chrome it will start to load then open to a full page instead of split.
I need to figure this out because I cannot use Opera on my computer at work (IT people are being a pain)
javascript:A14nH=location.href;L3f7=prompt('Choose%20File%201',A14nH);R1Gh7=prompt('Choose%20File%202',L3f7);if(L3f7&&R1Gh7){Fr4Q='<frameset%20rows=\'*,*\'>\n<frame%20src=\''+L3f7+'\'/>';Fr4Q+='<frame%20src=\''+R1Gh7+'\'/>\n';Fr4Q+='</frameset>';with(document){write(Fr4Q);void(close())}}else{void(null)}
Any ideas or suggestions would be helpful.
Thanks