best practice ... requires870 (8/24/2007 1:39:20 AM) comp.lang.perl.misc i'm having trouble with variables I have a main cgi script ... lets call it main.cgi In main.cgi i have some other perl scripts that have subroutines #!/usr/bin/perl -w # # name of this program is: main.cgi ... mike
trouble daisy-chaining router316 (12/28/2006 4:28:19 AM) comp.security.firewalls I have a linksys 4 port router that had wireless connected to my external modem. It had a standard config of 192.168.1.1 for the gateway. There are computers with 192.168.1.2 and 192.168.1.3 ont he network. Its... mike
Perl modules installed770 (11/10/2006 5:30:14 PM) comp.lang.perl.misc Does anyone know how I can run a script and see what Perl modules are installed on my box? Mike ... mike
cookie domain question280 (3/13/2006 12:38:36 AM) comp.lang.perl.misc I have started trying to implement Matts cookie routine: http://www.scriptarchive.com/readme/cookielib.html I am having a problem with the domain. i set the domain with "www.mysite.com" using some program lik... mike
Dynamic Select List Contents178 (1/19/2006 10:58:32 AM) comp.lang.javascript I have a select list defined like: I add content to it dynamically using a function like: function addOption(theSel, theText, theValue, optionColor) { var newOpt = new Option(theText, theValue); var sel... mike
combining 2 multi-dim arrays387 (1/12/2006 5:01:47 PM) comp.lang.javascript I have 2 multi-dimensional array I want to combine and I'm drawing a blank on the "how" var array1 = [ ["1","a"], ["2","b"] ]; var array2 = [ ["3","c"], ["4","d"] ]; These methods do not work: var array3 ... mike
ReferencError: Parent is not defined917 (12/21/2005 9:59:07 PM) comp.lang.javascript I have a html page that has an inframe very similiar to the one Jim Ley put out at: http://jibbering.com/2003/8/iframetest.html Test by TM 08/03 content for browsers without SVG access ... ... mike
window iframe form elements068 (12/21/2005 12:47:13 AM) comp.lang.javascript If I have an opened window called "mywin" and in that window I have an iframe called "myiframe" and in that iframe I have a form called "myfrm" with an element "myelem" why can't I use this: mywin.frames['myi... mike
submit to iframe in new window3110 (12/19/2005 11:52:32 PM) comp.lang.javascript I have a page and when the user clicks a button I want to open up a new window that has an iframe in it and I want to direct the page to submit to that iframe. My code looks like: var mywin; mywin = window.op... mike
xslt: create link from name620 (7/29/2003 2:28:23 PM) comp.text.xml hi, I have glossary-entries (...) whose names include 8bit-characters and spaces and each entry must be reachable by (relative) html-links. I want to avoid having to specify both a name and an id for linking ... fnatter(18)
testing a field513 (1/21/2005 1:36:58 AM) comp.text.xml I have a xslt stylesheet where I need to test for not one item, but many. I know I can do: but if I have a list to check like: 'one', 'two', 'three' how would I check those. This does not work: Mike ... hillmw(77)
How to complete this test314 (2/24/2005 5:09:01 PM) comp.text.xml I am have a problem with my xslt test. 34 0 41 .. .. .. text In this example my xml has 3 occurrences where the par_struct_id = '0' and so I am getting output 3 times so t... hillmw(77)
element name="TD"234 (2/24/2005 6:56:55 PM) comp.text.xml I know that I can create a form element using: but what about another tag like . does not work. Mike ... hillmw(77)
Old ms Acess App247 (11/3/2005 11:38:54 PM) comp.databases.ms-access I have an application using an old version of access that i developed over 5 years ago, anyway I need to resurect it. It has wrkgrp passwrod protection. It appears the app and the data are split. Reason was th... hillmw(77)
Hosting Won't Install Module626 (12/7/2005 7:28:15 PM) comp.lang.perl.modules If getting the error message: "Can't locate blah/blah.pm in @INC" I have a module that I'd like to install that the hosting site will not. Can I put the module somewhere in my directory structure myself and c... hillmw(77)