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: resnak
  • Content: Threads
  • Order by date
  1. resnak

    Need to make iframe target from an external page

    I have a web based call logging system that uses iframes to look like small windows on the main page. Inside one of the iframes I can click on a link to open a specified page in another iframe using the target attribute, like so: <A href="viewcall.cfm?callid=232497"...
  2. resnak

    regex true wildcard?

    I'm trying to write a perl script to process a database field that keeps the date that a record was saved in an html string preceded by a comment entered by a user at that time. The problem is that the user could possibly enter absolutely any character and I need to write a regular expression...
  3. resnak

    XMLHTTPRequest works fine the first time, but not again

    Okay, I have been pulling my hair out trying to figure this out. First, here is shortened version of my script that has the same problem as the big version: <html> <head> <title>XMLHTTP</title> <script type="text/javascript"> function conn(){ var xmlhttp = null; try{...
  4. resnak

    Need to edit source from GUI

    I am writing a gui interface for a database report that needs to be run monthly. The report pulls call length information from a database but needs to pull that info only for members of one department. The database table doesn't have a field telling what department each user is in so I have to...

Part and Inventory Search

Back
Top