Howdy folks,
This one has been driving us nuts. We're working with two frames. The top one has two buttons. The bottom one has a bunch of check boxes that are all in the same group but have different values. When we press either of the buttons, it's supposed to shoot us to a php page that we...
Hi folks.
I've got a couple of functions that resize my frames when they are moused over. They go like this.
function go(){
document.getElementById("framereport").cols="10%,90%";
}
//--></script>
<script language="JavaScript"><!--
function go2(){...
Howdy folks.
I've got a sorting problem. I have a bunch of data in this format.
[a number] [a mixed array]
so...
[312] ["cow", 2, 3, 4, 6]
[345] ["duck", 2, 5, 4, 6]
[312] ["gnat", 7, 3, 6, 3]
[318] ["cow", 2, 3, 4, 9]
so the first element is a rating. the second element is the array that the...
Hey there.
I'm trying to pull the text from a file in my current directory called news.txt. With that text, i want' to populate a textarea so it is editable. But i can't seem to get all the lines from the file in there.
Any tips?
Heres the code.
#!/usr/local/bin/perl -w
use CGI...
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.