Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    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.

  2. #12
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    To do an include in JSP do;

    <%@
    include file="file.jsp or w/e goes here"
    %>
    Lets set the stage on fire, and hollywood will be jealous.

  3. #13
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    How dould i make a PHP page into what format?

  4. #14
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    use javascript for your pages.. Bebo use JS and HTML.

    PHP Code:
    <script type="text/javascript" src="http://www.yourdomain.net/thing/page.js">  </script
    then on your page...

    PHP Code:
    document.write("Pagecontent)"

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •