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: *

  • Users: juvesteve
  • Content: Threads
  • Order by date
  1. juvesteve

    Embed word document into html?

    Does anyone know if there is a way that you can embed a word document into html? Thanks
  2. juvesteve

    Working in Firefox but no IE

    I written a page that works fine in Firefox but not IE. In IE only the footer appears. HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Main Menu</title> <link rel=stylesheet...
  3. juvesteve

    Trouble with slideshow

    I've created a slideshow and I'm having a few problems. When the page loads up, no image is being shown and I want the first image in the slide show to come up automatically. Also if you get the last picture and if you keep pressing the 'next' button, it keeps incrementing by 1. So then when...
  4. juvesteve

    IE compatibility

    I've written a piece of javascript that works fine in firefox but doesn't in IE: <script type='text/javascript'> function formValidation(){ var f_name = document.getElementById('f_name'); var s_name = document.getElementById('s_name'); var email = document.getElementById('email'); var...
  5. juvesteve

    How to link to another page in my site in XML?

    I've been trying to figure out how to link using XML. The html way of doing this: <a href="....html">Slide Show</a> . . . doesn't work and I was wondering if anyone knows how to fix this? Thanks Steven
  6. juvesteve

    Links in xml?

    Does anyone know how to add links in xml?
  7. juvesteve

    embed xml into html?

    I've created a html page using css style sheets. I've also created an xml file and want to embed that into my html page. Does anyone know how to do this? Thanks.

Part and Inventory Search

Back
Top