Hi Experts - I have a javascript program for displaying hot spots/pointers on an image. It displays the hotspots when I refresh the page, but not when the page originally loads. I need the hot spots to display on page load. How can I make this work. Here is a link to the page: http://www.cpesupply.com...
I am having an issue with my site where the Spry Menu's Drop Down lists are not showing up in Safari or when I try LiveView in CS4. They work in IE and Firefox. The site is www.fuseut.com/fuse . I've attached the code below.
Hi Friends, I spent all my night working on this code but it only works if I assign the values directly to the variables, but if I take the value from an html file using post method it returns no value . I don't know why? The below code is my code: #!/usr/bin/perl require "cgi-lib.pl";...
Hi, We are trying to convert a HTML based report into a Crystal Report. We need to do this because we have an application that needs to generate and store the report with the crystal runtime. So far it works well, but we have a table column which contains an HTML table definition and this is not displaying...
I have written my HTML pages in Win31 (which is not case sensitive) and want to publish them on Unix (which is case sensitive). My links look like "/IMAGES/pic.gif" which unix does not recognise (because of the uppercase /IMAGES) Is there a case sensitiveHTML editor? Is there a work around...
I have multiple criteria to evaluate, what is the syntax for "else-if" ? Here's what I want: If (discussion_period == "morning" { document.getElementById("screen_name").innerHTML = "The Morning Club"; else-if (discussion_period == "afternoon") document...
Hi, Is it possible, in HTML, to have a ComboBox with DropDownList style? So that a user just needs to enter the first letters, and the rest will appear automatically in the ComboBox. Thanx for your help.
Hi, I was wondering if can someone help figure out how to customize the "text field" button in Dreamweaver CS4. Currently when I press the text field button it will display: What I would like is to have it displayed like this: It would be nice to be able to display the text fields in this order...
I'm trying to build a web application that will ask the user for a file and directory on his machine, then upload all the files in the directory with that file's name. So, for example, the user would click on "my_file.doc" and if there's "my_file.xls" and "my_file...