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...
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...
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="Home1_1.asp">, and this seemed...
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...
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...
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="GENERATOR" Content="Microsoft Visual Studio 6.0">...
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...
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...
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. "Sponsor a Tek-Tips forum!" when hovering over the advert banner of this page) over a text hyperlink link?
I've ploughed...
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...
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="Result.htm" METHOD="POST"> Home Use<input...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.