im looking for a function to generate random numbers, for example Javascript has Math.random() im looking for a similar function in CGI. thanks Suceess, thats the way you spell success!
Got a question? Ask IMOZRMY!
#!/usr/local/bin/perl
$lfile = 'blah.txt';
# read file into var called buffer.
open(IPF,"<$lfile") or die "failed to open log file";
while (<IPF>) { $buffer .= $_; }
close IPF;
print "the $buffer";
exit(0);
this is supposed to load the text file into...
I stumbled upon this while searching through the MSDN library. It disables the little toolbar that pops up in IE6 when you hold your mouse over an image. I've seen a couple posts about this recently, so thought I would post something about it.
In your <img> tag you can put...
how would I write a script to change all the %3D and %20 to > and a space. for example:
this : %3Cfont%20color%3D%22white%22%3ETHIS%20IS%20THE%20COOKIE%20VALUE%3C/font%3E
would be: <font color="white">THIS IS THE COOKIE VALUE</font>
thanks
The pen is mightier than the sword.
I'm creating a cookie containing the value of the input box, named 'input1' in a form named 'form1', but it says that document.form1.input1.value is null or not an object, could someone look at it for me?
heres the page: http://www.geocities.com/ccxze/uploadstatus.html
thanks a lot!
The pen...
javascript?..
like say i wanted to have the user click on a link that would then proceed to open Window's Notepad or some other program, assuming it exists on their hard drive.
thanks
need to write a cookie and read a cookie for the following code..:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function woot()
{
name = window.document.form1.text1.value;
document.writeln(name);
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM name="form1">...
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.