Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PopcornBuzzard

    What to replace localhost with, in link??

    Ok, great, thanks! I'm working on it now.
  2. PopcornBuzzard

    What to replace localhost with, in link??

    Have a silly question here... I have an include file that has a link like this: <a href=&quot;//localhost/WebProject/ProductGeneral/FirstPage.asp&quot;> 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...
  3. PopcornBuzzard

    Include 2 .js files in 1 html page?

    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!
  4. PopcornBuzzard

    Include 2 .js files in 1 html page?

    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...
  5. PopcornBuzzard

    Include 2 .js files in 1 html page?

    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.
  6. PopcornBuzzard

    Include 2 .js files in 1 html page?

    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...
  7. PopcornBuzzard

    Include 2 .js files in 1 html page?

    I would like to include 2 .js files in 1 html page. Here's what I've got in the <HEAD> section: <script src=&quot;../includes/MenuAdditional.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../includes/listMenu.js&quot; type=&quot;text/javascript&quot;></script> For some...

Part and Inventory Search

Back
Top