t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

JavaScript results table snippet #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created a user test and used the provided snippet for the results table:

<iframe

src="http://www.browserscope.org/user/tests/table/YOUR-TEST-ID?v=3&layout=simple
"></iframe>

This works, but putting it in an iframe is clunky: I have to decide on a
specific size, it has borders, etc. Instead, I wish there was a JS version
of the snippet that would embed it as a DIV in the page.

Original issue reported on code.google.com by stevesou...@gmail.com on 13 May 2010 at 6:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r695.

Original comment by els...@gmail.com on 2 Sep 2010 at 2:11

GoogleCodeExporter commented 9 years ago
Yay, this looks like its working now, you can add an o=js param to get the js 
widget, and just do <script 
src="http://www.browserscope.org/user/tests/table/YOUR-TEST-ID?v=3&layout=simple
&o=js"></script> to get it on your page (above the script tag).

Original comment by els...@gmail.com on 2 Sep 2010 at 6:42