New topic: RBScript in web like ASP?
<http://forums.realsoftware.com/viewtopic.php?t=45295> Page 1 of 1 [ 4 posts ] Previous topic | Next topic Author Message kript0x Post subject: RBScript in web like ASP?Posted: Sat Sep 08, 2012 7:08 pm Joined: Fri Jul 20, 2012 2:09 pm Posts: 17 Hey would it be possible to use RBScript (or just plain RB) inside html files like Classic ASP? Top Stretch Post subject: Re: RBScript in web like ASP?Posted: Sun Sep 09, 2012 12:00 pm Real Software Engineer Joined: Tue Jul 14, 2009 4:33 pm Posts: 27 That's effectively what you do now. The code that you have in Real Studio is equivalent to the .NET or php code that you would see on other servers and then what is sent to the browser is strictly html/javascript/css. _________________ Greg O'Lone Software Engineer Real Software Top kript0x Post subject: Re: RBScript in web like ASP?Posted: Sun Sep 09, 2012 12:04 pm Joined: Fri Jul 20, 2012 2:09 pm Posts: 17 Yes but how do I edit the HTML of a realbasic web project? Top Stretch Post subject: Re: RBScript in web like ASP?Posted: Sun Sep 09, 2012 12:18 pm Real Software Engineer Joined: Tue Jul 14, 2009 4:33 pm Posts: 27 You don't. The initial HTML file is simply the framework necessary to accept more instructions from the server and has no control or web page information in it at all. Once the framework is in the browser and set up, it requests the first page through an asynchronous call, so there are no more full new html files to deliver to the browser. What are you trying to do? _________________ Greg O'Lone Software Engineer Real Software Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 4 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml rbforumnotifier@monkeybreadsoftware.de