I found the problem.
Apparently IE will use the name of an element for it's ID which was causing me problems.
I decided I would just try to remove the old inputs and replace them with proper values. In trying to figure out how to do this I decided to call alert(sort1.parentNode.name);so I...
Having looked through some of the other posts here I'll give you guys the client side code after the php has run it's course.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>.: INTRANET - ECO Listing</title>
<script language=javascript>...
I'm certainly not an expert so my appoogies if this doesn't work out for you.
You could try leaving the divs visible in the HTML code and have javascript hide them once the files have loaded to the client. the body's onload event should work for this.
It might look something like this:
<head>...
I just thought I'd add this since I thought of it.
The output is split into multiple pages and the links to each page are set up the same way but they work.
<script language=javascript>
function submitPage(page) {
/* this function is used to submit the form information for changing...
Hello everyone,
I'm working on a page which displays a table of information from our database. This table can be sorted by clicking on the header on the column by which you want to sort.
A request has come in to make it possible to sort by 2 columns at once and that has given me the...
I'm trying to set up a centrally maintained distribution list for my company. We have a 2003 Native AD structure with 2003 and 2008 servers. Some of our users are using Outlook 2003 and others are using Outlook 2007.
Due to changes by our ISP our previous method of distributing email company...
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.