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"...
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...
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{...
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...
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.