I'm sending the same message to an HTML, JavaScript and PHP group: I've got a question. I'm not sure whether it is the PHP, the JS or the server. Basically, I...
You can use CSS to control some print controls (ie page breaks). I'm not sure how much else you can control. Personally, I prefer having a "Print Friendly"...
... This is a logic problem. JS cannot read the time on the server to get the last modified date. The document.lastModified comes from the last modified date...
============================ This is a logic problem. JS cannot read the time on the server to get the last modified date. The document.lastModified comes...
Hi, all. I've got a lead-in page that lists pages of images from members of my astronomy group. When I update one of those pages, I manually update the last...
... Yea, you'd put the filename there. The variable $_SERVER['PATH_TRANSLATED'] would probably give you want you want. If it doesn't, make a page with this...
I'll try that later, in the meanwhile I already have http://lokrin.net/help.php set up fro a quick reference. =) It helps when I need quick info. =P ... ...
try using this: <script> var version = 0; if (navigator.userAgent.indexOf("Mozilla/3.0") != -1) version = 3; else if (navigator.userAgent.indexOf("MSIE") !=...
Brand new to Java. Trying to access it. Not sure why software installation doesn't modify autoexec.bat rather than having to do it manually. Oh, well. My file...
... That would be because document.location returns an object while document.location.href returns a string. __________________________________________________...
First problem: document.location is deprecated... don't use it anymore... it conflicted with (and means the same thing as) window.location. Either use...
OMG! that script has to be over 5 years old! It only accounts for Netscape 3 and earlier, and no decent version of MSIE! navigator.appVersion giving you "4.0...
The only way to get the lastModified date is through a document object or an image object. And to get those, you have to either load the document or load the...
window.status does not support HTML, only plain text. So you can't change the font color or anything else about the font. David. http://David.Blackledge.com ...
Let's see.... Take the NAME= off of your Anchors (A) and put them on the Images (IMG)... then add this to your Anchors: onclick="loadImage(this,'fay1'); return...
I am trying to access a field that may or may not be present on a page. It is is missing I get an error "object is null or not an object". Is there a way...
... Yes, you can check using the typeof operator. The following check is how you would see. if (typeof document.formName.fieldName == "undefined"){ ...
How can we insert a page break in HTML page. If anyone of u have any idea, plz help......... shri __________________________________________________ Do you...
Hey gurus! I have been banging my head against the wall on something that seems simple. I am trying to do the simple task of changin a style sheet based on the...
Hi again, sorry. I am still having the same problem but I corrected something in the code. here is the most recent broken code for the form part..... <form...
Hi, I have the following line in an include file, which is causing an Exeption error: Response.Write "<TABLE border=0 width=100" & chr(37) & "><TR><TD...
That what I was wondering... What exactly are your trying to do? ... From: Andreas Lindahl To: 'javascript_official@yahoogroups.com' Sent: Wednesday, February...
Scenario: Page bgcolor = white Goal: If user enters correct password (in text box, not a prompt), an image indicating the "secret site" is displayed. The image...
Hi, A rank amateur here to scripting, although I do have programming experience from many years ago. I'm trying to develop some pages on a web site for...
... Here is a speed test that my old ISP had setup for people to use and check their connection speed. You could use the JS from here in an attempt to "guess"...