Combo box

  • Thread starter Thread starter Shahriar
  • Start date Start date
S

Shahriar

Is it possible to somehow place items in a combo/Dropdown list so that it
does something without autopost / javascript?
i.e..

<a href=""somesite1.com">site1</a>
<a href=""somesite2.com">site2</a>
<a href=""somesite3.com">site3</a>

I like to place these in a dropdown list so that by selecting the item it
fires the site. I know you can't place an <A> anchor here, but just showed
this as an example of what I want to do. Any suggestions would be
appretiated.

Many thanks
Shahriar
 
Shahriar,

The page on the clientside will forever need JavaScript (or VBScript). Even
as it is encrypted as you see it on aspx pages. (Although you can let the
server sent it in the viewstate in an encrypted way).

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top