Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ivpotter
  • Content: Threads
  • Order by date
  1. ivpotter

    Update child window from parent

    Hi I have successfully updated a section of innerHTML on a parent window from a child window but I am having trouble doing this the other way around. Could someone please explain to me how to open a child window specifying a template document then update a portion of the HTML of that document...
  2. ivpotter

    Validating an XML Doc which does not specify a DTD

    Is it possible to validate an XML document when that XML document does not specify a DTD via a <!DOCTYPE ...> section? What I would like to do is create the factory - reference a DTD from within the code then parse and manipulate an XML document by importing fragments from a series of files...
  3. ivpotter

    Creating an index of documentation

    Hi I am trying to write an intranet site to index our companies documentation and have created a directory under my DocumentRoot and then placed a series of links to Word documents. I then use a SSI perl script to trawl through this directory resolving the links and extracting the document...
  4. ivpotter

    Accessing Office file Properties

    Hi I am trying to extract dome properties from a MS Word document using the following code ... use Win32::OLE; $doc = Win32::OLE->new('DSOleFile.PropertyReader', 'Quit') || die &quot;\&quot;Unable to create PropertyReader\&quot;&quot;; $doc_prop =...
  5. ivpotter

    Password Protection Through a Firewall

    Hi I am trying to setup a site that listens on an internal facing IP and a public facing IP and I have configured basic password authentication. However ... When I access the site via the internal IP everything is fine (I am prompted for a login and can subsequently enter the site) but if I...
  6. ivpotter

    Prioritising Messages

    I am trying to write an application that can write messages to a queue with different priorities such that it might write a message with a low priority then one with a high priority then another with a medium priority. I then want another application to have the option of reading these off in...

Part and Inventory Search

Back
Top