There isn't a built in "RunQuery" method. I'm guessing you're looking at MS help?? You have to define that method yourself.
A quick search I found this example in the treenode help:
DataSet RunQuery(String QueryString)
{
// Declare the connection string. This example uses Microsoft...
I'm having the same problem on any of my intranet sites that have "Integrated Windows Authentication". If I change it to clear text or anything it works fine. I haven't found out why yet though...
Unless you have me confused again...very possible, especially today, on the second page...assuming the list box is in a form, you can just to request.form("lstLocation") and it should get the value of the selected item I believe.
As for why the value that your current code is always...
Do you have the "action" property in the <FORM> tag set to go to the desired page??
And you're right...I don't understand your problem, my last response was kind of a guess as to what you are trying to get at...sorry.
Mike
Ok, so I guess this BB does check that. In that case, I dunno, maybe find the space...then check the character before it, and if it's an invalid character, omit it in the anchor tag that would be generated.
Of course, since this is so old, you may have already solved your problem.
Mike
Sorry, this thread is kind of old now...but I just saw a thread I was in had another response, so sorry again for bringing this back..
To try to answer your question a little bit though Deadline...the BB's that I frequent, they don't catch characters such as those at the end of a URL.
If you...
You have to run a script from the link.
The script to do this is:
window.open('page.htm',newwindow,'height=100,width=200')
Of course changing the values to whatever you choose.
HTH
mike
For me...Win2K MSIE6. I can open Acrobat...then go to Edit -> Preferences -> Options. In there, there is a spot that says "Web Browser Options". Under there, there is a check box that says "Display PDF in browser", if I uncheck that, then it asks me to open or save it.
I...
I have a script that writes to a file, the code to write looks like this:
set f1 = fs.OpenTextFile("c:\VBS\remap.log", ForAppending, true)
f1.writeline("Beginning run on " & now & " --------------")
But this is in a VBS file that I run on my machine, not in an ASP...
I would guess that the BB's that do change the URL to an actual link searches for either HTTP or www. and then goes from there to the first space found and puts that into the anchor tags.
HTH
Mike
I don't believe you can do it by uploading a file, I could be wrong though. The only way I know how to do it is to go through the ISM like Webmaster999 said.
ISM is Inernet Service Manager.
HTH
Mike
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.