Search results

  1. S

    php include unreliable

    I tried the code and it worked for about 10 minutes then it stopped. I went through and made sure there was conflicts with the single quotes. echo ' ' Still it doesnt work. I am using the php to include external files written in html. Any suggestions about how to make this work more reliably?
  2. S

    Rollover help needed

    I am in need of some Javascript rollover help. Here is the code that I have so far which does not seem to work if (images) { homewhite = new image (); homeblue = new image (); foreclosureswhite = new image (); foreclosuresblue = new image (); listingswhite = new image (); listingsblue =...
  3. S

    guestbook script PHP

    I am in need of help installing a guestbook script called hnguestbook. I have uploaded all the files. I understand that I need to convert the php files over to a text file before uploading, and the gif files in binary mode (not sure how to do that). Also I am not sure which script is the one I...
  4. S

    form validation w/Javascript

    I have email form created with the javascript validation already coded. When I click on the submit button no alert boxes pop to warn me I dont have the fields entered. Can anybody help me to get the JS to take action when the submit button is clicked? here is the page of code including the JS...
  5. S

    thank you page

    I am in the process of creating an email submit button, I have my php code debugged, but I am trying to add a thank you page with a cookie attatched so as to thank the client by name entered in the name field. I have the code JS for it here: <title>Thank you for your submission</title>...
  6. S

    JS slideshow help

    I am in the process of creating a slideshow with Javascript. my first image will load but it wont react when changing to the next image or go back. I put the chgslide commands in two separate usemaps, is this an issue? One other question I have is how do I put the code into its own scolling...
  7. S

    can't publish web site

    Hi I have been trying to publish my web site I have made some progress, but not much. I have uploaded the files, deleted index.html and changed my home page to that title, it works fine. But trying to link my other pages to it is not working for me. I have changed the file types to .html and...
  8. S

    how do I publish my website?

    I have uploaded all the files I need for the web site, changed the home page to "index.html" and deleted the old index.html file. My home page loads fine but I cant figure out how to link one page to another properly in the code. Do the other files need to be named a certain file type? I have...
Top