I found a tutorial on how to copy form values from one input box to another with a check box. What I want to do is copy info from an id using a drop down menu depending on which set of information I want to copy to an input box. Does anybody have any suggestions or a tutorial they'd recommend...
I'm using css to to show borders on table but don't want the table nested in that table to show. I've looked around on the net quite a bit and can't find any example of what I'm looking for.
Basically I don't want the nested table inside the navigation bar to show and the nested table inside...
There's a line break after I use </form> and I don't want there to be a one. Anyone know a way around this?
You can check out what I'm talking about @ http://www.data-spy.net/build/index_anime_fs.php , it's in the lists to display column.
Any help would be greatly appretiated, thanx in advance!
Hello,
my problem is I want to make all links in my navigation menu one color and rest of the links on the page another color. The code that I use for the links on my page is:
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #3300CC;
}
The code I have for my navigation...
Basically I've divided a table cell into two parts A & B I would like to do the same to C but cannot figure out how. Any help would be greatly appretiated, thanx in advance!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>...
I'm trying to use css and forms together and for some reason when I click the submit button I'm not redirect. Heres the code from a basic page I'm working on.
<html>
<head>
</head>
<body>
<div>
<form action="test.php" method="POST">
<input type="text" class="default-style" name="edit"...
Frame opens correctly in firefox but doesn't open correctly in IE. When the link is clicked in IE the frame opens in a seperate browser, when it should open in a frame called "MAIN". My index.php page specifies the frames:
<frameset cols="23%,77%">
<frameset rows="100%" >
<frame...
I'm trying to make it so that I have a link at the left side of a page then 3 more in the middle except I want them to be inline.
Example:
link link link link
I'm using a table and I put align="center" for the center links but I'm not sure how to make the other link align...
Help asking for confirmation from a link not a form. The only thing I can find is confirmation for a form. Any help would be greatly appretiated, thanx in advance, and yes I already searched google.
old code I was using for the form but I don't know how to switch it to a link. I moved the...
Hello, I was wondering if anyone could help me or point me in the right direction for an alert box that confirms deletion of an item (ok or cancel) when a form is submitted. Any help would be greatly appretiated, thanx in advance!
I've just started using css, and I'm having a problem with the tables in the page. For some reason they cut off the bottom and right side a three tables. I was wondering if anyone has any suggestions or could help me figure this out. Thanx in advance, any help is greatly appretiated!
Page in...
I'm trying to do something like this
$query="INSERT INTO ".$table_name." ('catagory', 'link', 'link_description', 'link_title', 'link_name',)
VALUES ('', '".$link."', '', '', '') WHERE catagory=".$catagory."";
I know this isn't right, I just don't know how to do what I want. Any help would...
Hello, I'm having troulbe validating a form. I found this script on a website, but it doesn't seem to be working.
<!-- start html & script -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<script language="JavaScript">
function...
Hello, I am new to perl, I've been programming for 1 day. I was wondering if there is a way to display the name of the directory that you're in and also to to show folders of subdirectories and the files in them. Any help would be greatly appretiated.
hello i'm having trouble with some form validation, the code is
<script language="JavaScript">
<!--
function validate(form)
{
if (form.sub_name.value.length == 0)
{
alert("Please enter your first name.")
form.sub_name.focus()...
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.