Click to See Complete Forum and Search --> : I need help woth Java please help - urgent
etibar
09-23-2003, 01:25 AM
Please help anybody.
The problem is - I want to include to the website java script to download from 1(one file menu source) is it possible with out using PHP or ASP.
I need just simple java script - to load only 1 html file.
Please help
if you know how to do it or have a link please write me an e-mail to etibar@azeriproject.com
Thank you.
Hmm... I'm not sure what it is you are looking for. Could you try re-explaining?
etibar
09-23-2003, 08:13 AM
I mean I need a Java script wich include from url fle information to the site.
I do not want to use Iframe cause I can not make normal linkage between pages of the website.
If you know the best way please explain and help me.
In any case thank you.
Ah, that is beyond the scope of JavaScript. You will have to use PHP, SSI, or something else to include the files. If you let us know what server side languages your host supports, we can guide you from there.
etibar
09-23-2003, 08:24 AM
Support
WIN NT
IIS 3.0
ASP
I do not know SSI is installed there or not cause I did not check, but I will be very glad if you can help me and send me all information about this (like guidelines) to install and configure. If it possible.
Thank you.
Check if PHP is installed. You can run this simple test.php file to see:
<?PHP
echo "I have PHP!";
?>
If you get the code, rather than the output, you'll need to go to http://www.php.net/downloads.php (or http://us4.php.net/get/php-4.3.3-installer.exe/from/a/mirror for an installer that can automatically configure itself with IIS).
etibar
09-23-2003, 11:29 PM
Ok Thank you.
What about using SSI or ASP function?
<<!--#include virtual = "filename of url" -->
For thios I think I ned to rename the files from html format to asp??
I'll try to do it
But in any case thank you for your help.
That looked like a SSI include to me (unless they are the same in ASP -- I don't know ASP). If so, you'll probably need to rename your pages to .shtml.