MC
Sat May 08 17:34:42 CDT 2004
One little fly in the ointment is that it's for a WAP page - I guess this
means it can't be done?
"Roland Hall" <nobody@nowhere> wrote in message
news:%23MAT0VSNEHA.3476@TK2MSFTNGP09.phx.gbl...
> "MC" wrote in message news:Tq8nc.289$ND.56@newsfe1-win...
> : Thaks, how about a VBscript version? Is that possible?
>
> User input required = client-side scripting and is not asp related.
> VBScript should not be used for inTERnet since only IE supports it.
> However, you could wrap your HTML/DHTML in server-side VBScript.
>
> The text may wrap but should be all on one line:
>
> Response.Write("<span style=""cursor: pointer; text-decoration:
underline""
> onmouseover=""this.style.color='#00f'""
> onmouseout=""this.style.color='#000'"" onclick=""logon.asp"" title=""click
> to logon"">Logon</span>")
>
> HTH...
>
> --
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but
> without any warranty; without even the implied warranty of merchantability
> or fitness for a particular purpose. */
> Technet Script Center -
http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation -
http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library -
http://msdn.microsoft.com/library/default.asp
>
>