Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Loading Files On To The

  1. #1
    Poster
    Join Date
    Oct 2003
    Location
    Montevideo,Uruguay
    Posts
    983
    i know there is a javascript code for opening files within a document (without openin a new document).I want to use this specially 4 games.
    thanx

  2. Internet, Programming and Graphics   -   #2
    Javascripts can not open files(just html-docs), unless they are on the server-side.
    http://developer.netscape.com/docs/manuals...sguide/misc.htm

  3. Internet, Programming and Graphics   -   #3
    Poster
    Join Date
    Oct 2003
    Location
    Montevideo,Uruguay
    Posts
    983
    i guess it was a php script....

  4. Internet, Programming and Graphics   -   #4
    so what exactly do you want to do? Run a game from your page?

    Just for document you can have an inline frame and open within the same page.

    Can you be a little more specific? Running an application from you page maybe?

    Edit: I saw this thread by accident, if it were in Webdevelopment you might have got more replies. Ask a mod to move it maybe.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  5. Internet, Programming and Graphics   -   #5
    Poster
    Join Date
    Oct 2003
    Location
    Montevideo,Uruguay
    Posts
    983
    no worries i remembered

    thanx anyway

  6. Internet, Programming and Graphics   -   #6
    Originally posted by CoolMac@8 January 2004 - 06:25
    no worries i remembered

    thanx anyway
    I am just curious, what was it anyways?

    Can you post the link to the script?
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  7. Internet, Programming and Graphics   -   #7
    Poster
    Join Date
    Oct 2003
    Location
    Montevideo,Uruguay
    Posts
    983
    of course
    Code:
    &#60;?php
    include &#34;file here&#34;;
    ?&#62;

  8. Internet, Programming and Graphics   -   #8
    ok thx
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  9. Internet, Programming and Graphics   -   #9
    Poster
    Join Date
    Oct 2003
    Location
    Montevideo,Uruguay
    Posts
    983
    no problem

  10. Internet, Programming and Graphics   -   #10
    h1
    Guest
    Not really important, but it should be
    Code:
    &#60;?php include&#40;&#34;file.php&#34;&#41;; ?&#62;
    If it&#39;s working fine now, it doesn&#39;t matter, but be aware that some older version of PHP aren&#39;t very tolerant.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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