
October 30th, 2000, 05:33 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 27
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I think you need to do it like this -
Use this syntax to include your file, and make it a .js file -
<script language="javascript" src="filename.js"></script>
In your filename.js file do something like this -
var url="10.0.0.16";
You should then be able to reference the url variable from the main page. Hope that helps!
Matt.
|