search for: frameborder

Displaying 17 results from an estimated 17 matches for "frameborder".

2008 Jan 13
2
access to webpage code
...n.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="R.css"> </head> <FRAMESET cols="1*, 4*" border=0> <FRAMESET rows="120, 1*"> <FRAME src="logo.html" name="logo" frameborder=0> <FRAME src="navbar.html" name="contents" frameborder=0> </FRAMESET> <FRAME src="main.shtml" name="banner" frameborder=0> <noframes> <h1>The R Project for Statistical Computing</h1> Your browser seems not to support f...
2007 Aug 01
4
Extracting a website text content using R
Dear useR, Just wandering whether it is possible that there is any function in R could let me get the text contents for a certain website. Thanks a lot! Best, Leon [[alternative HTML version deleted]]
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing with into 3 separate panes. A 1/3 page width left pane will be for general navigation, (so rarely needs reloading). The main content separates into a top and bottom pane, (with the top pane being set by the nav pane, and the bottom pane being set by the top pane). Unfortunately, I''m new to
2008 Oct 03
2
cannot open connection: Authorization Required
Hi, All: Is there a way in R to access a file / web site that requires permission? Consider for example the following: > readLines('http://www.r-project.org/', 4) [1] "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">" [2] "<html>" [3]
2006 May 01
3
using HTML frames with rails
...s such: ------------ <html> <head> <title>Admin: <%= controller.action_name %></title> <%= stylesheet_link_tag ''scaffold'' %> </head> <frameset cols="25%,*"> <frame name="Menu" src="menu.html" frameborder="1" scrolling="auto"></frame> <frame name="Body" src="body.html"></frame> </frameset> </html> ------------ -- Posted via http://www.ruby-forum.com/.
2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
...lines 89 - 91 of controls.js: ''<iframe id="'' + this.update.id + ''_iefix" ''+ ''style="display:none;filter:progid:DXImageTransform.Microsoft.Alpha(apacity=0);" '' + ''src="javascript:;" frameborder="0" scrolling="no"></iframe>''); The ''src="javascript:;" causes IE to load some non-secure page (a commenter surmises that it may load "about:blank"). Regardless, IE deems this "page" as non-secure. I tried removing the...
2010 Feb 15
2
aging of translations
Following up from the last thread : This is what the present page counts of translations are : fr 19 en 1089 zh 407 de 7 zg 1 es 116 so, just taking a sample of 'es', here is what we get: [kbsingh at zafarnama bhashet]$ ./age_test | grep '^es(2' | head -4 es/About is 119 days older than About es/AdditionalResources looks about as old as AdditionalResources
2012 Feb 17
0
HtmlSlicer 0.0.1
...l be picked up automatically. Console: @article = Article.find(1) @article.content # => "Words like violence break the silence\r\nCome crashing in into my little world\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/ms0bd_hCZsk\" frameborder=\"0\" allowfullscreen></iframe>\r\nPainful to me, pierce right through me\r\nCan''t you understand, oh my little girl?" @article_paged = @article.paged # => "Words like violence bre" the nil argument assumes it is number 1. @article_paged.slice!(2) # =...
2006 Nov 07
5
mechanize: 400 Bad Request
...;> if (parent.frames.length > 0 && parent.frames[0].name != ''mainframe'') parent.location="/diverse/indexKunde.jsp;jsessionid=fafdsfsd!-132!-12132"; </script> <frameset rows="100,*" framespacing="0" border="0" frameborder="0"> <frame name="head" src="/brokerdesign/default/head.jsp;jsessionid=fafdsfsd!-132!-12132" scrolling="no" marginwidth="0" marginheight="0" noresize=""/> <frameset cols="199,*" framespacin...
2012 Jan 17
1
Error when trying to install a game from CD
I keep getting this error when trying to install URU The Complete Chronicles [img]<iframe title ="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" width="320px" height="188px" style="padding:0;background-color:#fcfcfc;" src="https://skydrive.live.com/embed?cid=53F1D20861AE221E&resid=53F1D20861AE221E%21145&authkey=ANeFgkJrT4Buyf8"></iframe>[/img] What am I doing wrong? An...
2005 Aug 11
1
About sampleenc and sampledec in appendix B
...> </table> <table border=0 cellpadding=0 cellspacing=1 align=center> <tr><td bgcolor="#ffffff" align="center" width=130> <iframe src='http://avatarfile.hanmail.net/bin/getavatar?EUSERID=QNEs_QMNeYM0&LOOK=1' width=130 height=150 border=0 frameborder=0 scrolling=no></iframe></td> <td align="left" valign="middle"> <table border=0 cellpadding=0 cellspacing=0> <tr><td><img src='http://image.hanmail.net/hm/av/box1_c1.gif'></td> &nbsp&nbsp&nbsp&nbsp&n...
2005 Aug 10
0
About sampleenc and sampledec in appendix B
...> </table> <table border=0 cellpadding=0 cellspacing=1 align=center> <tr><td bgcolor="#ffffff" align="center" width=130> <iframe src='http://avatarfile.hanmail.net/bin/getavatar?EUSERID=QNEs_QMNeYM0&LOOK=1' width=130 height=150 border=0 frameborder=0 scrolling=no></iframe></td> <td align="left" valign="middle"> <table border=0 cellpadding=0 cellspacing=0> <tr><td><img src='http://image.hanmail.net/hm/av/box1_c1.gif'></td> &nbsp&nbsp&nbsp&nbsp&n...
2016 Jan 24
3
URL for a vignette on CRAN?
How can I get a full URL for anything on CRAN? Using Safari, Google Chrome, and Firefox under OS X 10.11.2, I select a CRAN mirror from "www.r-project.org" and get a URL like "https://cran.rstudio.com/". Then I select "packages" and get a different web page, but the URL displayed doesn't change. I'd like to access the full URL of a vignette in a
2012 Jul 31
0
Wine release 1.5.10
...clarations. widl: Add IDL installation directory to include path. mshtml: Fixed tests on Vista. mshtml: Unescape script from javascript: URLs before executing them. mshtml: Share IHTMLFrameBase tests between iframe and frame element tests. mshtml: Added IHTMLFrameBase::frameBorder implementation. jscript: Don't expose properties belonging to Object prototype from Object instance. jscript: Don't expose properties that belong to function prototype from function instance. jscript: Properly handle builtin properties in Object.prototype.hasOwnProperty im...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...+ new Insertion.After(this.update, '<iframe id="' + this.update.id + '_iefix" '+ 'style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' + 'src="javascript:false;" frameborder="0" scrolling="no"></iframe>'); @@ -102,7 +102,7 @@ Autocompleter.Base = Class.create({ } if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); }, - + fixIEOverlapping: function() { Position.clone(this.update, this.iefix, {setTop:(!...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2008 Jan 14
1
Problems with forms
...lspan="5"><div id="DivpicInput" name="DivpicInput"><iframe id="picturesiframe" name="picturesiframe" class="n_pictures" src="/form/addimageFrame.asp?index=1&actiontype=add&rnd=7365B0269D424460A185B224C8196E07" frameborder="0" scrolling="no" framespacing="0"><!-- --></iframe></div></td></tr></table></td><td class="n_FormRight">&nbsp;</td><td class="n_FormRight" valign="bottom"><a href=&quo...