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