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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hp12

  1. hp12

    Include an html page in an ASP script

    Sure, This is a webpage with a menu across the top (banner.asp). Every time you click on a link in the top menu, it will refer you back to the page with the code displayed above (index.asp). banner.asp passes in 2 variables, "top_menu" and the name of the link pressed...
  2. hp12

    Include an html page in an ASP script

    I need to create the path dynamically. I have to come back to this asp page everytime a link is selected and it will create the link at the top. Here is my code: <% Dim pagesrc, menu, page, fs, fo set fs=Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) set fo=fs.GetFolder(...
  3. hp12

    Include an html page in an ASP script

    I have an ASP script where I generate a table. Each cell is a different html page. The main cell is generated dynamically. I cannot use an include because the path has to be hard coded. Hi everyone!! I cannot use a Server.Transfer or Server.Execute because it looks for any images reference...

Part and Inventory Search

Back
Top