Help, I have setup a basic fork and everythig runs fine until the end when I get the error message.
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Here's the code that I'm using.
#! d:\perl\bin\perl.exe
print...
I need to add two hex numbers together and having a problem I can't figure it out
$digest = md5_hex("qawsedr");
$digest1=$digest+33C93DC8827080D429A127089CEC3745;
$digest2 = md5_hex($digest1);
I get the error message
Bareword found where operator expected at...
change the background color from white (ffffff) to another colour for you can see the links on your page. ;-) I believe page does exactly what you want without any other changes
<body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0"...
With Netscape you need to retrieve the value of the option object that was selected from the select box. Here's a new version of your function.
Tim
function getValue() {
var x;
iSelected = document.form1.select.selectedIndex;
x =...
Here you go, works with both Netscape and IE, in IE it uses VBscript to detect the plugins via activex.
Tim
<html>
<SCRIPT language=Javascript>
<!-- hide script
/*
Plugin Detector()
*/
var WM_startTagFix = '</';
var msie_windows = 0;
if ((navigator.userAgent.indexOf('MSIE') != -1) &&...
I have tested your code by adding an alert to the end of the onclick and I see that the value is getting changed to DUMMY, try it and see what you get.
onclick="document.orderinf.TASK.value='DUMMY';alert(document.orderinf.TASK.value);"
Tim
Works for me on your page. Try removing the four exta style's that are setting the anchor style. Then copy in Arion123 and set the class in the link.
Tim
Try it like this, for some reason I cannot get it to work as a function though, but this works
<A href="javascript:void(0)" style="TEXT-DECORATION: none" onClick="if(WantAutoReply.checked==true)
WantAutoReply.checked=false;
else...
Grabbed this from http://www.drclue.net
window-target: windowname
--------------------------------------------------------------------------------
This header will force the document to load in the window named window_name, or if such a window does not exist, one will be created, and then the...
Someone help me and tell me why this sucker isn't displaying the title of the returned page.
use LWP::Simple;
$url = 'http://www.embanet.com/indexflash.htm';
# this will get the HTML text
$content = get($url);
# parse the Title tag from the HTML
while ($content =~ /<title.*?\/title>/gis) {...
I believe Lotruth has two two different databases accessed through two different datasources so he would like to do something like
<cfquery name="my_query" datasource="datasource1, datasource2">
but of course that code won't work. :-(
I'm curious to know how to do this as...
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.