Current location: Hot Scripts Forums » General Web Coding » JavaScript » Opening a window from combo box


Opening a window from combo box

Reply
  #1 (permalink)  
Old 09-25-09, 06:36 PM
Frogger Frogger is offline
Wannabe Coder
 
Join Date: Jul 2006
Posts: 149
Thanks: 5
Thanked 0 Times in 0 Posts
Opening a window from combo box

Hi,

I have surfed the net but just cant find anything on how to open a new window after selecting a pdf file and then clicking on the download button.
Can someone please help.

This is the code I have been working on but still no joy

Code:
<form name="daily">
<select name="newsletter">
<option value="daily/250909.pdf">Newsletter for 250909</option>
<option value="daily/240909.pdf">Newsletter for 240909</option>
							
</select>
<input type="button" value="Download" onclick="window.open(daily.newsletter.options[selectedIndex].value)"> 
						  
</form>

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-27-09, 04:15 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Be sure to give the <select> tag an id of 'newsletter'.

HTML Code:
<a href="#" onclick="this.href=document.getElementById('newsletter').value" target="_blank">Download<a/>
Not tested.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
The Following User Says Thank You to wirehopper For This Useful Post:
Frogger (09-27-09)
  #3 (permalink)  
Old 09-27-09, 04:27 PM
Frogger Frogger is offline
Wannabe Coder
 
Join Date: Jul 2006
Posts: 149
Thanks: 5
Thanked 0 Times in 0 Posts
Thanks so much for the code wirehopper. Much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Selected combo box items are insert into lisbox ektakamra PHP 1 02-17-09 05:10 AM
Help a Novice with inserting from a combo box kposki PHP 5 07-11-08 04:25 AM
Opening a link in a window in another window, which is already open. andr345 JavaScript 1 06-15-06 04:25 AM
Opening new window janims PHP 3 10-22-05 03:20 AM
Combo Box Question iamtat Visual Basic 3 10-18-05 02:49 PM


All times are GMT -5. The time now is 07:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.