I found that the answer was that there is an issue with IIS not always passing the php session ID correctly and the solution is to include the session ID as a hidden variable in every form with a post method. I tried this and it works.
I only found the answer a couple of months ago, it seems not...
I already checked this, I know it works in Netscape because I added onClick=someFunction() to an image and on clicking the image the layer moves in both browsers.
Hi,
I am trying to move a layer when a page is loaded using onLoad=someFunction(). I need to put the function in the body of the document not the head, and this works fine in IE but not in Netscape 4. Does anyone know why?
Thanks.
Hi, can anyone tell me if it is possible to change the sharing on a folder across a peer to peer Windows network, ie change the sharing from 'Not Shared' to 'Shared' without actually logging on to that machine?
Any help greatly appreciated.
OK here is the solution I used:
function nextCheck(obj)
{
var missinginfo = "";
if (obj.type_id.value=="")
{
missinginfo += "\n Budget Type";
}
if (obj.budget.value=="")
{
missinginfo += "\n Budget";
}
if (obj.start_date.value=="")
{...
Hi, I am trying to use Javascript to check a form which is named dynamically but my code isn't working. My cgi script creates a HTML page which contains forms named form0, form1, form2 etc. Each form contains a field named type_id, a field named budget and a field named start_date.
Here is my...
I got this error message once, I can't remember how I got it but it wasn't anything to do with Solaris. Anyway I fixed it using the REPAIR TABLE command, its worth a try!
I am trying to call a javascript function when the mouse goes over a piece of text in the browser but it isn't working.
I am using:
<a href=# onMouseOver="openIt(0)">Home</a>
where openIt is a javascript function.
Can anyone tell me why this won't work (in ie and ns) and if there's a...
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.