Modified:
trunk/newsample.html
trunk/qglite.html
Log:
to get around Runtime error generated on IE 7
http://code.google.com/p/npr-simile-timeline/issues/detail?id=21
do not load a default timeline in newsample.html
removed value="id=1019" hack in qglite.html
Will work on error checking to see if someone submits the form (in
form_new.html) when there are no values, but for now, this should work.
Modified: trunk/newsample.html
==============================================================================
--- trunk/newsample.html (original)
+++ trunk/newsample.html Thu Sep 25 06:54:25 2008
@@ -7,7 +7,7 @@
<frame src ="form_new.html" name="generatorFrame" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="1"/>
<frameset rows="50%,*" frameborder="0" border="0" framespacing="0">
<frame src ="qglite.html" name="qgliteFrame" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="1"/>
- <frame src
="timeline_new.html?apicall=http://api.npr.org/query?id=1032,1019&searchTerm=Social%20Media&apiKey=MDAxNzgwMDQ5MDEyMTQ4NzYyMjU4YmY1Yw004&output=JSON&callback=parseJSON"
name="timelineFrame" marginwidth="0" marginheight="0" scrolling="auto"
frameborder="1"/>
+ <frame src ="" name="timelineFrame" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="1"/>
</frameset>
<noframes>
</noframes>
Modified: trunk/qglite.html
==============================================================================
--- trunk/qglite.html (original)
+++ trunk/qglite.html Thu Sep 25 06:54:25 2008
@@ -122,7 +122,7 @@
</div>
<input type="hidden" id="selectedColumns">
-<input type="hidden" id="queryBox" name="queryBox" value="id=1019">
+<input type="hidden" id="queryBox" name="queryBox">
<input type="hidden" id="newURL" name="newURL">
</form>