<div itxtnodeid="5" itxtharvested="0">For some reason My previous thread is deleted? Anyway I posted the question below and got two answers wich I replied with additonal questions. Did you got it?</div> <div itxtnodeid="5" itxtharvested="0"> </div> <div itxtnodeid="5"
itxtharvested="0">Hello,
I have a URL like http://ws19227/zgt/chipsoft.asp?Accnr=400001234
My asp.script looks like:
<PARAM NAME="QueryField.Accession Number" VALUE="<%=VarAccNum%>">
<%VarAccNum=Request.QueryString("Accnr")%>
Now I have the following challenge. If I use the script like this it uses value 400001234 as query parameter for my launched application giving me the results for this value in the application. But what should I do if I only want to use 1234 as query parameter.
So skipping the 40000. And on top of th ...
Go to the complete details ...