I am horribly new at CSS and was wondering if someone could give me the CSS and HTML needed to make the CODE table.
Ie.
I want this box
I read the source code and loaded the CSS style sheets for this site, but that wasn't very useful. lol.
I just need the HTML and the CSS code to make it...
I have a chat script on the left side of all of my pages (or I am trying to get it that way, anyway) by using SSI.
<!--#include file="chat.cgi"-->
Works if I am in the main directory (yes, CGI's can be run outside of my cgi-bin). But when I am in a folder, like domain.com/folder1/ , the SSI...
I have a problem with the snippet below resulting in the error " fetch() without execute() at login.cgi line 69. ".
I posted this on another forum and their response was:
"At first glance the logic seems OK to me.
I do have some trouble with the $sth->rows
To get the number of records...
While my perl script is running, I need it to print a message every X seconds (for now, we'll say 15 seconds). I need this because the script can take around 10 minutes to run and the only time output is sent is at the END and I need them to know the script is still running.
Someone said ALRM...
In short, I am trying to scan every file on the computer the script is running on. I looked into File::Find but it doesn't look like it's the best solution.
Anyone know of a module that comes with Perl that's good for this type of thing or another good one on cpan?
This is my first ever VB program and it's in .net. I have a textbox called box1 and a single submit button. I want to store the data from the textbox in a variable and then print it to screen.
What did I do wrong?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
The upload script does upload the file, but it's alwaos 0k in size. For some reason it's uploading the file name but not the file. You notice that when you're uploading via the form, it takes a fraction of a second for it to say the file was uploaded.. so it's not even trying to upload data...
This template for setting cookies/login script was created for me some time alone. It works GREAT when I use one script to do the login and all the other processing I need.
However, on the new script I am working on the login form is designed in HTML and passing data to the CGI script. I was...
I am building my own file management system with the ideas below:
File Management System
-----------------------
Admin file upload manager
> Allow any files to be uploaded
> Upload form has pulldown of registered users (pulldown associated with a database)
>> One file can be uploaded at a time...
I have a contact.html file thats supposed to include my CGI form.
<!--#include file="cgi-bin/contact.cgi"-->
But it's not including it. In the source code I see that exact line of code.
Why is the source code showing up for the include line? It sort of worked before I messed something up...
How do I make the links on my page a different color with CSS for both onmouseover and when it's just sitting there?
I want a rollover color effect.
Can you give me the snippet I would need to set the colors and how to setup the links I have made to use those codes?
Pretend the link...
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.