Alx1230
01-02-2004, 08:15 PM
Hey,
Is there anyway to make an external .JS write the information to the html?
Here's what I'm trying to do:
I have this page:http://www.airborneaircrafts.com/gallery/search/searchresults.htm?searchField=Boeing+747&srcriteria=all
it calls an external javascript to display the information:
<script language="JavaScript" SRC="searchFunctions.js"></SCRIPT>
<script language="JavaScript" SRC="searchIndex.js"></SCRIPT>
<SCRIPT language="Javascript">
doSearch()
</SCRIPT>
What I would like to do is have this information printed inside the searchresults.htm so if you were to look at the code of the HTML you would see the information.
Is there anyway to make an external .JS write the information to the html?
Here's what I'm trying to do:
I have this page:http://www.airborneaircrafts.com/gallery/search/searchresults.htm?searchField=Boeing+747&srcriteria=all
it calls an external javascript to display the information:
<script language="JavaScript" SRC="searchFunctions.js"></SCRIPT>
<script language="JavaScript" SRC="searchIndex.js"></SCRIPT>
<SCRIPT language="Javascript">
doSearch()
</SCRIPT>
What I would like to do is have this information printed inside the searchresults.htm so if you were to look at the code of the HTML you would see the information.