Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StephanieCC

    spanish date script

    I have a date script on my site and have just created a Spanish version of the site and have been looking for a way to have the date display in Spanish--here's the script: <script language="JavaScript"><!-- var thisyear = today.getYear(); // varies in JavaScript and JScript...
  2. StephanieCC

    formmail.asp

    this is the code from the isq link above--I know I don't need everything that's here but i didn't want to remove something I shouldn't <%@ LANGUAGE="VBScript" %> <% '*************************************************************************** '* ASP FormMail...
  3. StephanieCC

    formmail.asp

    Hi--I have been racking my brain on this for a while and it turns out that it's a host issue--I have no problem using formmail.asp on my work website, but can't use it for a client hosted by Network Solutions--they tell me the script needs smtp authentication--I found this...
  4. StephanieCC

    attachment in a form

    I use an asp script to process form and I am looking for a free way to add an attachment field to a form--any thoughts?
  5. StephanieCC

    form field order/required fields

    so do you think that the cgi software is what is preventing required fields and order from working? By the way thanks a lot for your time on this--
  6. StephanieCC

    form field order/required fields

    For instance I want todays date first, then there is an event date which pops up wherever it lands--sometimes end time begins the email while start time is at the bottom--so I don't want folks to sift around for the details if that can be prevented--
  7. StephanieCC

    form field order/required fields

    the form is for another department to use--if it was for me fields out of order would be fine--but the results need to be user friendly--
  8. StephanieCC

    form field order/required fields

    Here's the form code--including my attempt at requiring and ordering that I found at a few sites-- <input name=&quot;_requiredFields&quot; type=&quot;hidden&quot; value=&quot;month, day, year, name, dept, email, eventname, eventdate,starttime, endtime, eventdescription&quot; /> <input...
  9. StephanieCC

    form field order/required fields

    Thanks butthe fields do not come out in the order that they are on my form--and I have read that you are lucky if they do--I have tried a fieldorder command but that didn't work--as for the required field, can you give me a little more direction--the this is the field? what about multiple...
  10. StephanieCC

    form field order/required fields

    How do you specify an order for fields in the submitted email and how do you require fields in a form? I've seen various answers to both questions but maybe they are incomplete because I can't seem to get either to work--thanks the current page in question...
  11. StephanieCC

    buttons not working

    Any idea why the menu on this page creates an error--also the buttons should be rollovers--it works fine in fireworks preview but not on the web--thanks http://www.provlib.org/summerreading03/ {{excuse the double-post--sorry}}
  12. StephanieCC

    Created Pop Up Menue But Does Not Work When Uploaded

    Any idea why the menu on this page creates an error--also the buttons should be rollovers--it works fine in fireworks preview--thanks http://www.provlib.org/summerreading03/
  13. StephanieCC

    Relative, absolute positioning help please

    Since we've come this far I figured I'd ask if you know what's wrong with the page. I changed the CSS as you suggested above--whether I encase it in a relative parent or not that is what I get--I am trying to convert a messy tabled page into a partial CSS page until I can redesign so I know...
  14. StephanieCC

    Relative, absolute positioning help please

    Only the navbar is absolutely positioned and with no negative margin as you suggest--I have also tried to position both (the content and navabrar) absolutely but the same overlap occurs--here's the relevant CSS for http://www.provlib.org/indexmoon.htm .box {border: solid navy 1px;margin: 0...
  15. StephanieCC

    Relative, absolute positioning help please

    MG: I have the same problem on my site--an absolutely postioned element overlapping another element at different resolutions--the ab item does resize itself--that's how it overlaps--so not sure how then to apply your suggestions-- http://www.provlib.org/indexmoon.htm Stephanie
  16. StephanieCC

    flash accessibility

    Good site Bill--though I didn't get the solution yet--I add a hidden skip navigation link for screen readers--now all I would like is tab to go through the buttons in IE--tab works in Netscape--is this a known problem with Flash in IE or is there a solution?
  17. StephanieCC

    flash accessibility

    Having solved the my recent menu problem which I think ws caused by a short script--I now have a question about accessibility--can the menu use alt text for screen readers and/or be tabbed through--currently tab gets stuck on the first button-- http://www.readingacrossri.org
  18. StephanieCC

    flash menu errors

    Just thought of something this morning--I added an Extreme Tracking script to the homepage(only) on Friday and this problem was first brought to my attention on Saturday--I noticed the script was very slow to load this morning on a quick connection--so I removed it--I guess I will eventually...
  19. StephanieCC

    flash menu errors

    Dave basically gave me my site's menu a few months ago and all has been fine--but two webmasters have recently told me the nav bar links either link to page not found or stop loading midway through and the error says &quot;unable to access the site&quot;--Otherwise I have heard no complaints nor...
  20. StephanieCC

    unwanted automatic synchronization

    My supervisor is using Dreamweaver 4 and it is automatically downloading updated files from our web server each time she opens the program--any idea if this is a setting issue--as far as I know, it does not automatically upload from her computer to the server--

Part and Inventory Search

Back
Top