Recent posts by LenR
|
Mar 22, 2008
|
Topic: Ideas and script requests / remove html-based download delays might already exist but I can't find it.
|
|
Jan 6, 2008
|
Topic: Script development / resizing ebay countdown Really stumped here, tried a few different ways: var newCD =
document.getElementByID('countdown')=newCD; ~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
countdownSwf.width=380;
//setAttribute(countdownSwf, 'width', 380);
//countdownSwf.SetVariable("width", "380");
//alert(countdownSwf.width); |
|
Jan 6, 2008
|
Topic: Script development / having trouble modifying sidebar documents I wrote a little script where I'm trying to modify a google group rss feed to view in sidebar, but it isn't working - it can alter the main page, but does nothing when its in the sidebar (i've commented out the first line for testing): //if (document.getElementByID('sidebar').contentDocument.location == 'http://groups.google.com/group/Google-Gadgets-API/feed/rss_v2_0_msgs. optimally, i'd like to be able to remove the box its in and just view the white area stuff; i'd also like to set it so clicking on a link opens it in the main page. Any ideas? |
