Kevin
Fri Jul 16 12:37:01 CDT 2004
Here's an excellent reference for manipulating HTML with JavaScript:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects.asp
Look up the window.open() method.
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"dcp" <anonymous@discussions.microsoft.com> wrote in message
news:2e76e01c46b56$7100e4e0$a501280a@phx.gbl...
> In advance, I apologise for double-posting, I am trying to
> create a drop down list that performs the
> following functions:
> 1. upon selecting the item, it stays as the primary
> selected item.
> 2. upon selecting the same item, I want it to open a
> seperate internet explorer window.
>
> thanks.
> David
>
>