I don't know anything about how Bebo app work but are you sure they allow you to access remote files (e.g files not hosted by bebo) as it could be a potential security hazard.
Printable View
I don't know anything about how Bebo app work but are you sure they allow you to access remote files (e.g files not hosted by bebo) as it could be a potential security hazard.
To do an include in JSP do;
Quote:
<%@
include file="file.jsp or w/e goes here"
%>
How dould i make a PHP page into what format?
use javascript for your pages.. Bebo use JS and HTML.
then on your page...PHP Code:<script type="text/javascript" src="http://www.yourdomain.net/thing/page.js"> </script>
PHP Code:document.write("Pagecontent)";