Have a silly question here...
I have an include file that has a link like this:
<a href="//localhost/WebProject/ProductGeneral/FirstPage.asp"> Go there! </a>
I am getting ready to ftp it to our web hosting company's web server. How would I change the link above to work on their web...
Well, I just created a simple .asp page that does nothing but call functions in the 2 .js files and the page can see both files fine. So, I guess there is something strange about the original, larger .asp page. I'll go over it with a fine-toothed comb now & hopefully I'll catch something. Thanks!
That's a neat idea about saving the file to a folder so you can see all the files the page uses...I'm going to remember that for the future...thanks. In this case, both of the .js files are in the folder.
I'm using MS Interdev...I wonder if there is something weird about my settings. I've...
Yeah, grtfercho, that's exactly how I tested whether the page could read the .js files...I stuck in some alert statments and they popped up fine, as long as only 1 <script> statement was used at a time.
For some reason, it's always the second .js file that is seen. I tried commenting out each <script> line, one at a time, and it was able to execute the script correctly for each file when I did that.
I checked the case and spelling, and that seems fine.
The functions in each .js file are...
I would like to include 2 .js files in 1 html page.
Here's what I've got in the <HEAD> section:
<script src="../includes/MenuAdditional.js" type="text/javascript"></script>
<script src="../includes/listMenu.js" type="text/javascript"></script>
For some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.