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 gkittelson 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. chotchstar

    automatically redirect page using VBScript

    Thanks very much that was just what i was after! It always seems so easy when you know how....
  2. chotchstar

    automatically redirect page using VBScript

    Hi, I'm new to this forum and wondered if anyone could help. I would like to redirect a web page using vbscript. I know how to do this using javascript (something like window.location...) but have been unable to find out how to do this using vbscript. The code i've got at the moment is...
  3. chotchstar

    New problem re: text hyperlinks

    Hello again sjravee, embarrassingly, I'm not sure whether I have Service Pack 2 installed on this machine, can I get back to you with that info?
  4. chotchstar

    New problem re: text hyperlinks

    Sorry Gary, I should have said, I'm trying it through IE5.5
  5. chotchstar

    New problem re: text hyperlinks

    Hi, This post follows on form Gill1978's original post regarding specifying various properties for various different hyperlinks (changing colour on mouseover, etc.) I have noticed that where the URL contained in the HREF exceeds 14 characters any CLASS attribute contained in the anchor is...
  6. chotchstar

    Hover Property on an a href ...

    sjarvee, thanks for the advice - I now seem to have got the code working by restarting my machine (for the umpteenth time - nice!) I also noticed a curious problem where I had an _ character in the page name on the problematic hyperlink, e.g. <A HREF=&quot;Home1_1.asp&quot;>, and this seemed...
  7. chotchstar

    Hover Property on an a href ...

    Thanks sjarvee, I've checked the Internet Options and 'Underline links' is checked to 'always'. I seem to have got myself into a very bizzare problem, as I'm sure I've see the code as described by Gill1978 and Boomerang working before, especially if you've checked the code and its working...
  8. chotchstar

    Hover Property on an a href ...

    Yes, Gill1978, thats how it looks - I've tried various alternatives also, and I think sjarvee's Javascripting would work as well (thanks very much by the way, sjarvee), but I wanted to try and get this working. I'm thinking maybe its some kind of problem with my browser? (as i really can;t see...
  9. chotchstar

    Hover Property on an a href ...

    Thanks very much for the advice, I've tried both but still no joy!
  10. chotchstar

    Hover Property on an a href ...

    Erik, I'm trying to this exact same thing but I can't seem to get it working, and I hope you (or someone) will be able to advise. For test purposes i've created this page, the code is as follows: <HEAD> <META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Visual Studio 6.0&quot;>...
  11. chotchstar

    Trouble controlling text Hyperlinks using CSS

    Sorry forum, I shouldn't have posted this, I've just noticed another thread on exactly the same topic . My only excuse is it is Friday....
  12. chotchstar

    Trouble controlling text Hyperlinks using CSS

    Hi I'm trying to alter the appearance of some text hyperlinks using CSS. So far I've got this code in the <SYTLE> bit, a.Link1  {color: #F5F5F5} a.Link1:hover {color: #996699} a.Link2  {color: #FFFFFF} a.Link2:hover {color: #000000} and then this in the <BODY> <A...
  13. chotchstar

    Using CSS for mouseover changes to text hyperlinks

    Thanks very much Tony, that was exactly what i was after!
  14. chotchstar

    Using CSS for mouseover changes to text hyperlinks

    Hi I've been using CSS to control mouseover changes on text hyperlinks, e.g. A:hover { color: #669999; font-family: Arial; font-size: 9pt; text-align: center; text-decoration: none; } resulting in the text colour changing when user moves the mouse over the text link. I would like two have...
  15. chotchstar

    providing 'tool tips' over text hyperlink

    Thanks xxlargeWASP - you've done it again! Thats exactly what i was after, and once again so easy when you know how...
  16. chotchstar

    providing 'tool tips' over text hyperlink

    Hi I've been wondering whether there is any way to replicate the effect you get when using the ALT attribute on an image to provide what i call a 'tool tip' (e.g. &quot;Sponsor a Tek-Tips forum!&quot; when hovering over the advert banner of this page) over a text hyperlink link? I've ploughed...
  17. chotchstar

    A very simple HTML radio button question

    OK, cheers xxLargeWASP
  18. chotchstar

    A very simple HTML radio button question

    Thanks very much xxlargewasp! That was exactly what I needed - it seems so easy when you know how... I notice that you didn't include an ID attribute in your example, only a NAME - am I right in thinking that the ID attribute is being/has been depricated in current versions of HTML? Once...
  19. chotchstar

    A very simple HTML radio button question

    Hi, I would like to collect information by giving the website user an 'either/or' option. I think I need to be using radio buttons to do this but what I've got so far doesn't seem to be working. The code is: <form ACTION=&quot;Result.htm&quot; METHOD=&quot;POST&quot;> Home Use<input...
  20. chotchstar

    DIVs and IMGs in IE6 and Netscape6 arrgh!

    Hi Xavier Just a quick note to say thanks, the code and link(s) above are just the ticket - they've given me a much better understanding of what's going on should help me sort out my webpage problems. Thanks once again and happy programming! Mike

Part and Inventory Search

Back
Top