rachiee Posted April 8, 2011 Share Posted April 8, 2011 I've got a question about custom interests: Is it possible to use the custom interests code in a browser other than IE? If so, which browser(s)? Also, if it's possible, is there a different code? I'm asking this not because I don't want to use IE, it's because I don't have it on my computer. xD Thanks in advance! :) Quote Link to comment Share on other sites More sharing options...
Xepha Posted April 8, 2011 Share Posted April 8, 2011 It should work in all recent browsers... Here is the code that you need to paste into your URL bar once you have loaded your My Profile page. Remember to press Enter/Return after pasting the code :) javascript:void(x1=DetailsForm.interest_1.options[0].value,x2=DetailsForm.interest_2.options[0].value,x3=DetailsForm.interest_3.options[0].value,DetailsForm.interest_1.outerHTML="<input name='interest_1' size=50 type=text value='"+x1+"'>",DetailsForm.interest_2.outerHTML="<input name='interest_2' size=50 type=text value='"+x2+"'>",DetailsForm.interest_3.outerHTML="<input size=50 name='interest_3' type=text value='"+x3+"'>") Quote Link to comment Share on other sites More sharing options...
youngrace Posted April 9, 2011 Share Posted April 9, 2011 thanks for the code! i always assumed the custom interests was something only prem members got ; glad to see it's available for everyone :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.