Hey! Works fine in MonsieurX's DiscreteBrowser!
http://www.monsieurx.com/modules.php?name=Downloads&d_op=viewdownloaddetails &lid=44&title=Discrete%20Browser ROTFL on the sceptic minds! TAOO is gonna kick some serious butt! cheers Xavier > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Baxter > Sent: Thursday, May 26, 2005 17:09 > To: How to use Revolution > Subject: Re: Web Pages in a Field > > Tom, > > If I can step in here, I had a look at the Sony page in > question, and the problem is the way the page is written, RR > can't cope with it. > > The page is in xhtml-transitional not html, and has some > usages which will fail in older browsers, and an RR text > field counts as one of those I'm afraid. > > AltBrowser should cope OK. > > Martin Baxter > > >Klaus, > > > >Thanks for getting back to me. Here is what I'm using: > >on mouseUp > > put field "myURL" into myURL > > set the HTMLText of field "myBrowser" to URL myUrl end mouseUp > > > >Where field "myURL" has http://www.sony.com/ in it. > > > >That is why I'm confused about this because my code does not > seem that > >different from what you stated. I do get some actual > htmltext but along > >with that I get a lot of garbage. I should have clarified > that before. > > > >Thank you > > > >Tom > > > >On May 26, 2005, at 9:50 AM, Klaus Major wrote: > > > >> Hi Thomas, > >> > >>> Guys, here is a sample of what I get: > >>> h4 > >>> {position:absolute;left: -976em !important} .navicon { > >>> background-repeat:no-repeat; > >>> background-position:2px 8px; padding-left:14px > >>> !important; } #navarrow { > >>> background-image:url(/udm-resources/sony_right_arrow.gif) > !important; > >>> } #navarrow:hover, #navarrow:focus, > >>> #navarrow:visited:hover, #navarrow.udmR, #navarrow.udmR:visited, > >>> #navarrow:active { > >>> background-image:url(/udm-resources/sony_down_arrow.gif) > !important; > >>> } #clarify {position:absolute;left: -972em > >>> !important} 0&&parent.frames.length) { > >>> d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} > >>> if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i > >>> -->SEARCH: "); } else { document.write(" > HOME"); } //--> > >>> --> > >>> > >>> I am guessing that these web pages are filled with things > that get > >>> URL can't display. It has not crashed on me (yet) but nothing but > >>> garbage is displayed. > >> > >> this indicates that you are just: > >> > >> get URL("http://www.server.com/folder/page.html") > >> put it into fld xyz > >> > >> Or something like this... > >> But that will put the html sourcecode of the URL (garbage :-) into > >> your field! > >> > >> You should do this: > >> > >> set the htmltext of fld xyz to > >> URL("http://www.server.com/folder/page.html") > >> > >>> Any sample stacks that do display actual pages in a field. > >> > >> No sample stack needed, just the line above :-) Please try it out, > >> but rember that "the htmltext" in Rev does only support a small > >> "subset" of HTML. > >> > >>> Tom > >>> > >>> Thomas J. McGrath III > >>> SCS > >>> 1000 Killarney Dr. > >>> Pittsburgh, PA 15234 > >>> 412-885-8541 > >> > >> Regards > >> > >> Klaus Major > >> [EMAIL PROTECTED] > >> http://www.major-k.de > >> > >> _______________________________________________ > >> use-revolution mailing list > >> [email protected] > >> http://lists.runrev.com/mailman/listinfo/use-revolution > >> > >> > > > >Thomas J. McGrath III > >SCS > >1000 Killarney Dr. > >Pittsburgh, PA 15234 > >412-885-8541 > >_______________________________________________ > >use-revolution mailing list > >[email protected] > >http://lists.runrev.com/mailman/listinfo/use-revolution > > > > _______________________________________________ > use-revolution mailing list > [email protected] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
