Click here to Skip to main content
15,905,679 members
Home / Discussions / Web Development
   

Web Development

 
GeneralCrystal Report Viewer with Classic ASP Pin
Andy1227926-Feb-05 10:33
Andy1227926-Feb-05 10:33 
Generalasp mixed with asp.net Pin
cmarmr26-Feb-05 4:49
cmarmr26-Feb-05 4:49 
GeneralRe: asp mixed with asp.net Pin
Luis Alonso Ramos1-Mar-05 18:28
Luis Alonso Ramos1-Mar-05 18:28 
Generalrun desktop application on webpage Pin
Member 148149125-Feb-05 5:30
Member 148149125-Feb-05 5:30 
QuestionCountry list choice, then what? Pin
LilaDunc23-Feb-05 20:45
LilaDunc23-Feb-05 20:45 
AnswerRe: Country list choice, then what? Pin
Colin Angus Mackay23-Feb-05 23:17
Colin Angus Mackay23-Feb-05 23:17 
GeneralRe: Country list choice, then what? Pin
LilaDunc24-Feb-05 2:51
LilaDunc24-Feb-05 2:51 
GeneralRe: Country list choice, then what? Pin
alex.barylski26-Feb-05 9:41
alex.barylski26-Feb-05 9:41 
You have a list of countries...and when any of those countries is selected you want to redirect to an HTML page for the zone in which that country falls under???

<select onchange="location.href='"+this.options[this.selectedIndex].value+".html'">
  <option>Country...<option/>
  <option value="zone_1">Canada<option/>
  <option value="zone_1">USA<option/>
  <option value="zone_3">UK<option/>
</select>


What this code is doing:

Whenever a option is selected the onchange event is fired and a redirection takes place.

The code assumes you have the 5 global postal zones saved as HTML files, such as: zone_3.html that is why the value of each option for that country is zone_1, etc...in the above example I assume that Canada and the US are the same postal zone???

HTH

Cheers Smile | :)

It's frustrating being a genius and living the life of a moron!!!
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:22
LilaDunc3-Mar-05 0:22 
AnswerRe: Country list choice, then what? Pin
brianwelsch1-Mar-05 5:02
brianwelsch1-Mar-05 5:02 
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:25
LilaDunc3-Mar-05 0:25 
AnswerRe: Country list choice, then what? Pin
Abuhijleh2-Mar-05 19:52
Abuhijleh2-Mar-05 19:52 
GeneralRe: Country list choice, then what? Pin
LilaDunc3-Mar-05 0:35
LilaDunc3-Mar-05 0:35 
GeneralSave changes in Web Folder using Word Pin
Parvathi Kasi23-Feb-05 19:44
Parvathi Kasi23-Feb-05 19:44 
GeneralSecuring Files On A Website - Kinda Like Code Project Does Pin
The_Simmo23-Feb-05 17:16
The_Simmo23-Feb-05 17:16 
GeneralRe: Securing Files On A Website - Kinda Like Code Project Does Pin
Anonymous26-Feb-05 12:52
Anonymous26-Feb-05 12:52 
GeneralRe: Securing Files On A Website - Kinda Like Code Project Does Pin
Anonymous27-Feb-05 10:22
Anonymous27-Feb-05 10:22 
Generalgetting the REAL IP address Pin
only1psychopete23-Feb-05 13:40
only1psychopete23-Feb-05 13:40 
Questionhow to call the calc.exe from c#.net webapp Pin
Raghuraman_Ace23-Feb-05 3:03
Raghuraman_Ace23-Feb-05 3:03 
AnswerRe: how to call the calc.exe from c#.net webapp Pin
satya chhikara27-Feb-05 22:08
satya chhikara27-Feb-05 22:08 
GeneralValidating Date Pin
Yulianto.22-Feb-05 15:53
Yulianto.22-Feb-05 15:53 
GeneralRe: Validating Date Pin
alex.barylski23-Feb-05 12:25
alex.barylski23-Feb-05 12:25 
GeneralIdiot &lt;DIV&gt; question Pin
Jerry Evans22-Feb-05 10:55
Jerry Evans22-Feb-05 10:55 
GeneralRe: Idiot &lt;DIV&gt; question Pin
alex.barylski23-Feb-05 12:29
alex.barylski23-Feb-05 12:29 
GeneralRe: Idiot &lt;DIV&gt; question Pin
Anonymous26-Feb-05 12:54
Anonymous26-Feb-05 12:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.