Search found 4 matches

by p.timberg
Wed Dec 15, 2004 6:59 pm
Forum: Anything Goes
Topic: Need to insert asp into aI url
Replies: 5
Views: 6752

Thanks for your brainstorm. I have solved the issue with the help of your thoughts on IIS parsing.

I included the file as an asp page before but I forgot to add the <script> tag to the page.[/img]
by p.timberg
Wed Dec 15, 2004 6:45 pm
Forum: Anything Goes
Topic: Need to insert asp into aI url
Replies: 5
Views: 6752

yes I did try that and used both <!--#virtual and <!--#Include File but the page cannot find it or it cannot read it.
by p.timberg
Wed Dec 15, 2004 6:30 pm
Forum: Anything Goes
Topic: Need to insert asp into aI url
Replies: 5
Views: 6752

The encode function is being called from an ASP include file.

all links on our site are encoded due to the nature of the information(finances).

This is what I see in the address bar when I click the link:
https://xxxx.xxxxx.xxx/xxx/FileUpload.asp?file=<%=encode("buttons")%>

This is what I should ...
by p.timberg
Wed Dec 15, 2004 4:38 pm
Forum: Anything Goes
Topic: Need to insert asp into aI url
Replies: 5
Views: 6752

Need to insert asp into aI url

Hi All-

I need to add the following asp into my url within my menu item.

<%=encode("deferrals")%>

This does not work for what appears to be several reasons

aI("text=deferrals&nbsp;&nbsp;;url=FileUpload.asp?file=<%=encode("deferrals")%>;");

I have several other items on the same menu that ...