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!

Search results for query: *

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

    HTML form with image for submit button

    Hi, I am using a standard html form but I want to use a graphic in place of the default submit button at the bottom of the form. I am using this code: <input type="image" src="button.jpg" name="submit"> When I submit my form a script catches the condition with as follows......... if...
  2. robburne

    Calender for a html form

    Hi, Does anyone know how I can implement a calender that will autofill the date fields of a html form as in the example below, click the link and you'll see a little calender icon next to the date drop down fields. http://www.easyjet.com/en/book/index.asp Many thanks in advance. Rob.
  3. robburne

    Javascript Print question

    Hi, I am using a simple piece of javascript code in the body tag of a html document so that when the page is called a print dialogue box pops up automatically: <body ONLOAD="window.print()";> Does anyone know if it is possible to make the print pages default to another quantity rather than 1...
  4. robburne

    i-frame bug?

    Is there an i-frame expert out there? I am sure I have found a bug. Take a look at this page: http://www.plastikibiza.com/index4.htm The white box is an i-frame and the red box is a table. I have found that any objects below the top line of the i-frame disappear when online. For example in...
  5. robburne

    iframe strange behaviour

    Hi, I am using amn iframe on this page: http://www.plastikibiza.com/ The picture of the face is the iframe. I would like to add a copyright message below the frame. So I have drawn a layout table in dreamweaver and added the text. However when I upload the html file to my sever the text is...
  6. robburne

    i-frame and parent window scrollbar problem

    Hi, I posted a request for help solving this problem a while back, I now better understand the problem and so hopefully there is a solution out there. I have an i-frame and within the i-frame is a html form. The i-frame is taller than the screen, so in order to complete the html form the user...
  7. robburne

    Page scroll and form problem

    Hi, I am sure this is simple to fix but not sure how to start searching for an answer! I have a html form which is quie long, in order to complete the form the user must scroll down the page. When the user submits the form by clicking a button the page refreshes but the refreshed page is...
  8. robburne

    Drop-down and text input fields

    Hi, I need to create a drop down select which asks the user to select a number from 1-5. Depending on the value selected I then need to provide 4 text fields for input. Is this possible, I can use php too if required. Any pointers or suggestions would be appreciated. Thanks, Rob.
  9. robburne

    Javascript variable in a window.open function

    Can anyone help with my javascript code please? I have a button which when pressed calls a function named 'popjack' which pops up a new browser window. The function is called with a paramter 'printflag' and I want to assign the value of this to a variable 'var1' in the url of the browser window...

Part and Inventory Search

Back
Top