About
Pricing
Community
Teams
Start Free Trial
Log in
searchsanjaysharma
asked on
1/4/2013
How to download the file on select in jquery combobox.
I have a combo box, it contains some items. Every value has its equivalent .pdf file.
When the user select any option from the Combobox, the corresponding file should get downloaded.
<html>
<head>
</head>
<body>
<form name="f">
<label>Select your course</label>
<select id="cmbcourses">
<option value="">Select Course...</option>
<option value="BCom.pdf">B.Com</op
tion>
<option value="BBA.pdf">BBA</optio
n>
<option value="BCA.pdf">BCA</optio
n>
</select>
</form>
</body>
</html>
jQuery
3
1
Last Comment
leakim971
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
leakim971
1/4/2013
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
searchsanjaysharma
1/16/2013
ASKER
ok
leakim971
1/16/2013
ko
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes