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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by waidc

  1. waidc

    Single Field across two columns?

    apologies - the code has printed twice - here is the code as it stands: <table> <tr><td width="50%"> <a href="#<%=(rs.Fields("school_name").Value)%>"> <%=(rs.Fields("school_name").Value)%></a></td> <td></td></table> <% rs.MoveNext loop%>
  2. waidc

    Single Field across two columns?

    Hopefully someone can assist me with this, I've searched all over and other than an inkling that maybe a counter is required I've drawn a blank. Basically from an access database comes a list of schools and their details. At the top of the asp page is the list of all schools with links to the...
  3. waidc

    Connected Javascript Menus - 4 deep...

    Fantastic Jeff, works a treat. Thank you again for all your help with this :) cheers
  4. waidc

    Connected Javascript Menus - 4 deep...

    WOW!!! Jeff, what can I say - that's perfect! Exactly what I wanted it to do, and so quickly too!! Many thanks, this has saved hours of going around in circles not really knowing how to facilitate it. Your blood's worth bottling!!! Thanks again :) - NB, where you suggest creating a .js file...
  5. waidc

    Connected Javascript Menus - 4 deep...

    Hi all, I'm hoping someone can help with this one... I need a javascript dropdown box menu which is four levels deep, for example: TEACHER >> SUBJECT >> TOPIC >> INFORMATION The boxes have to be connected, so that if teacher1 only teaches English, something like Mathematics won't appear under...
  6. waidc

    Breakin' Frames

    Hi all, I have a website based on three frames (banner, contents, and main). For most pages on the site there is a separate contents and main for them, but a few only have a main. What i'd like to do is for the pages without a contents to take up the space in both frames (contents and main)...
  7. waidc

    Sounds simple but I'm stumped!!

    jaxon & tony, thank you very much for your replies. The code I am using thus far is below: <html> <head> <title>Day Script</title> </head> <body> <p><font face=&quot;Georgia&quot; size=&quot;3&quot;><b>Today is <SCRIPT LANGUAGE = 'JavaScript'> <!-- function makeArray() { for (i = 0...
  8. waidc

    Sounds simple but I'm stumped!!

    I'm trying to make a banner for an intranet page which updates dynamically, i.e. the page reads 'Today is...' and the javascript looks at the computer's date and fills in the details of 'Friday 2 August'. - This part is working great!! The bit I want to add is which day of the school timetable...
  9. waidc

    Keep scrollin'...scrollin'...scrollin'...

    I am wanting to set up a page with a top and bottom frame (top frame main document, bottom frame scroll buttons). The scroll buttons should scroll the top (main) frame info when mouseover happens... Any suggestions would be gratefully received... (sounds easy, but I've trolled the net for...
  10. waidc

    Page Refresh Problems

    the reload(1) seems to have done the trick. Thanks Victor and Big Dan for all your help.
  11. waidc

    Page Refresh Problems

    Hi Victor, Whereabouts should I be placing the instructions you outlined above? As a replacement for some of Big Dave's script or separately between their own <script> tags? Thanks...
  12. waidc

    Page Refresh Problems

    Thanks Big Dave - I look forward to trying it out!
  13. waidc

    Page Refresh Problems

    That sounds ideal - the whole idea of java applets has always confused me somewhat - do you have an example page with your ticker on it? And, I guess more importantly, is it easy to create as my flash knowledge is also a little below par (although I have managed a few pretty animations in the...
  14. waidc

    Page Refresh Problems

    Unfortunately the same problem started occurring again after a few minutes. It seems to be a little dependent on cpu and memory load, particularly if using the internet, or editing any pages on the server it is hosted on. I don't suppose there is any way to 'slow reload' a page to ensure the...
  15. waidc

    Page Refresh Problems

    Thanks very much for your quick response - I've inserted your script and have fingers crossed!! cheers

Part and Inventory Search

Back
Top