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...
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("Scripting.FileSystemObject")
set fo=fs.GetFolder(...
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...
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.