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
Printable View
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
Javascripts can not open files(just html-docs), unless they are on the server-side.
http://developer.netscape.com/docs/manuals...sguide/misc.htm
i guess it was a php script....
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.
no worries i remembered
thanx anyway ;)
I am just curious, what was it anyways? :DQuote:
Originally posted by CoolMac@8 January 2004 - 06:25
no worries i remembered
thanx anyway ;)
Can you post the link to the script?
of course
Code:<?php
include "file here";
?>
ok :) thx
no problem :P
Not really important, but it should beIf it's working fine now, it doesn't matter, but be aware that some older version of PHP aren't very tolerant. :)Code:<?php include("file.php"); ?>