PDA

View Full Version : Loading Files On To The



CoolMac
01-01-2004, 02:54 AM
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

XghostriderX
01-07-2004, 12:53 PM
Javascripts can not open files(just html-docs), unless they are on the server-side.
http://developer.netscape.com/docs/manuals...sguide/misc.htm (http://developer.netscape.com/docs/manuals/js/server/jsguide/misc.htm)

CoolMac
01-07-2004, 02:28 PM
i guess it was a php script....

I.am
01-08-2004, 12:52 AM
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.

CoolMac
01-08-2004, 01:25 PM
no worries i remembered

thanx anyway ;)

I.am
01-09-2004, 04:56 AM
Originally posted by CoolMac@8 January 2004 - 06:25
no worries i remembered

thanx anyway ;)
I am just curious, what was it anyways? :D

Can you post the link to the script?

CoolMac
01-09-2004, 05:58 AM
of course


<?php
include "file here";
?>

I.am
01-09-2004, 06:06 AM
ok :) thx

CoolMac
01-09-2004, 04:04 PM
no problem :P

h1
01-25-2004, 08:58 AM
Not really important, but it should be
<?php include("file.php"); ?>

If it's working fine now, it doesn't matter, but be aware that some older version of PHP aren't very tolerant. :)

CoolMac
01-27-2004, 01:50 AM
Originally posted by haxor41789@25 January 2004 - 08:58
Not really important, but it should be
<?php include("file.php"); ?>

If it's working fine now, it doesn't matter, but be aware that some older version of PHP aren't very tolerant. :)
yep :lol:

djlove
08-27-2006, 04:56 PM
thax a lot