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 SkipVought 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. AndyB21

    Disappearing Layers?

    Wondering if anybody can help me? I am trying to design a web page that has various form fields to fill in dependant on which radio button choice you select at the top of the page. Essentially, I want a dedicated space that you can replace with a different content without affecting the...
  2. AndyB21

    scroll page without losing table header

    This sounds like just the sort of solution that I am looking for to solve a problem that I am having getting around frames usage. Some code would be great if you're offering! Thanks, Andy
  3. AndyB21

    How to state the width of a <select> item?

    Cheers Erik - that's just the ticket!
  4. AndyB21

    How to state the width of a <select> item?

    I was wondering whether anybody had found a way of specifying the width of a <select> dropdown menu, other than by forcing it with a fake entry eg. &quot;select from list below&quot; option. I have several select menus one below the other in a table and I want them all to be the same size...
  5. AndyB21

    Easiest way to associate &lt;alt&gt; style text to a &lt;td&gt;??

    That's the ticket! Cheers Mr Grey. Is that a bit of an &quot;IE Only&quot; tag though or is it just new?, as it's not in my invaluable &quot;web design in a nutshell&quot; book?
  6. AndyB21

    Easiest way to associate &lt;alt&gt; style text to a &lt;td&gt;??

    Having never used layers, never mind hidden ones, would it be too much to ask for an example code snippet or a URL where I can see this being employed?
  7. AndyB21

    Easiest way to associate &lt;alt&gt; style text to a &lt;td&gt;??

    Is there an easy way to use the <img alt=&quot;&quot;> style tag, where text is displayed when you hover over an object - to the contents of a <td> - which itself may be text or an empty cell? Cheers.
  8. AndyB21

    HTML page size

    You need to open the new URL via Javascript such as in the following way: newWin = window.open(&quot;&quot;, &quot;nWin&quot;, &quot;width=300, height=300&quot;);
  9. AndyB21

    Hyperlink for whole table??

    Bring on the graphic designers then... I was using whole images before, but thought that a combination of JSP tags and tables would let me better create my &quot;buttons&quot; dynamically as and when needed rather than fire up Photoshop every time. Never mind. Thanks for the help everybody.
  10. AndyB21

    Hyperlink for whole table??

    That does work too (how do we always overlook the simplest solutions?), somewhat better in IE5.5 than IE 4.0 (status bar display included). No joy in NS though. What I really need is an IE/NS solution (have we heard that type of question before round here!?).
  11. AndyB21

    Hyperlink for whole table??

    Cheers Jaredn - that works for IE as you say, but my app has to work in both of the &quot;majors&quot;. Any ideas for a NS workaround? What about some sort of active background image in the innermost data cell? I have pasted an extract of my code below. Appreciate any help. Andy...
  12. AndyB21

    Hyperlink for whole table??

    Is there any way that a whole table <table> can be made into an active hyperlink? It is a fairly simple rectangular table consisting of several rows and columns with 1x1 pixel images, with the end result being some user defined text inside an outlined box. The users want the whole...
  13. AndyB21

    Disable Mutliple User Clicks

    Scohan, Had a similar problem myself and this is how I got around it, it seems to work for me but I remember that I lashed it up pretty quickly so it's probably got it's faults: Javascript variable initialisation and function in HTML head section...
  14. AndyB21

    Email mailto:

    I quote Bangers from an earlier discussion: &quot;don't foprget to put in %20 for spaces&quot; That may be what you're after.
  15. AndyB21

    Closing a frame in a frameset?

    If a page has been set up with a frameset and frames, can you close individual frames on the fly with DHTML? e.g. window.frames['frameId'].close(); Cheers, AndyB.
  16. AndyB21

    Passing data to an HTML page

    Thanks everybody, The TDC solution seems to be what I am after, although I have a few reservations in using an IE only solution. Does anybody know whether Netscape has plans to incorporate this as it seems to be a very useful and obvious requirement. AndyB.
  17. AndyB21

    can you return data to a page that did not submit it

    Then how do you access it on that newly opened page? How do you access the query string using JavaScript? It seems that the original intended useage of forms is long forgotten eh?
  18. AndyB21

    create an &quot;OK&quot; button to close a browser.

    You'll still be able to close the child window with the &quot;X&quot; icon in the top left of the window. Is there a way that these icons and the whole top bar can be removed as you open the window? It is not listed as an attribute of the open() method, but has anybody developed a work-around?
  19. AndyB21

    Passing data to an HTML page

    I'm talking about non-commercial websites that just use a bog standard ISP. Forgive me if I am wrong (fairly new to this game) but I thought that if you can't rely on / or access the web-server in any way then you can't set about using servlets etc.. Am I talking drivel? Or is there an easy...
  20. AndyB21

    Passing data to an HTML page

    Not sure if this is the right place for this query, but it's web stuff anyway.. Is there an easy way to pass data from a file on your web server (txt, csv, xml..) so that can it be read by the HTML page as it is generated? I have a table on my website that I want to alter by only editing a...

Part and Inventory Search

Back
Top