nuzerog Posted September 1, 2009 Report Share Posted September 1, 2009 On my site I am using the following script<a href="java script: throwFixedWindow('linkFrame.asp?link=<%=link%>')" style="text-decoration:underline; color:blue;" title="<%=link%>">to open up a pdf file that is stored on my webserver. Problem is it does not seem to be working all the time. Is there a limit to what the name of the file I am trying to open up is, or a size limitation? So the link% = http://www.marketingtechie.com/articles/[article name.pdf] Thanks MuchHKIM Link to comment Share on other sites More sharing options...
justsomeguy Posted September 1, 2009 Report Share Posted September 1, 2009 You need to encode the URL in case it contains special characters like spaces, ampersand, question mark, etc. ASP has the Server.URLEncode function you can use for that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now