I created a form with several buttons. This form is password protected using Acrobat's security feature. The following options are enabled in the security settings: "Printing Allowed: High Resolution" & "Changes Allowed: None."
When the form is opened in password protected mode, the buttons...
This may be totally off, but if you want to index the PDF and text files for searching, try Wrensoft's Zoom Search Engine. It's available at: http://www.wrensoft.com/zoom/index.html
We use it to offer our users the capability to search text within PDF documents.
Hope this helps.
My ouput is actually going to look like this:
<td>#Query1.ap.cs_caseidd#</td>
<td>#Query1.bb.cs_caseidd#</td>
I'm sorry I wasn't accurate with my example!
I had to alias (self-join) a table:
<cfquery name="Query1" datasource="xxx">
select ap.cs_caseidd, bb.cs_caseidd, ap.c_number
from
case ap, case bb
where ...
</cfquery>
I'm trying to place the record(s) into a table:
<td>#Query1.ap.c_number#</td>
<td>#Query1.bb.cs_caseidd#</td>
...
However...
Thanks! I tried what you recommended, but the value of -- temp.options[temp.selectedIndex].value -- is not working in place of "new.html" in your example.
Is there a way I can make this work? Thanks. Jeremy
I would like to modify the script below to open a new window with a specific size. I modified the function "go" as follows:
BEFORE:
function go(){
location=temp.options[temp.selectedIndex].value
}
AFTER:
function go(){
window.open(temp.options[temp.selectedIndex].value)
}
The window.open...
I'm new to ASP, and I'm trying to modify query.asp from the MS Platform SDK. I'm indexing PDFs. Query.asp works fine if there isn't more than one page of results. I get the following error when I click the 'Next 5 documents' button: " VBScript runtime error '800a01a8' Object required: ''...
I installed PDF Ifilter (ifilter50.exe) and my installation of IIS is now indexing PDFs. However, the hit-highlighting feature is not functioning with PDFs. It produces a condensed summary and full summary with hithighlighting for .doc files, but not PDFs. I'm aware you cannot use IIS to...
Please help!!!
I positioned a layer using 1024 x 768 resolution, and it looked great. However, when I changed my resolution to 800 x 600, the layer's placement wasn't where it should be.
Here's some of my code:
<div id="Layer1" style="position:absolute; left:86px; top:239px...
Would someone look at the St. Louis Arch image on www.kwmu.org It has a faded look, and I would like to use this feature on an image. I'm using Firework MX; is it possible to do it in this program?
Thanks,
Jeremy
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.