Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 3.16 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Multiple dynamic post actions not working
  2. <table width="950" border="1">
  3.   <tr>
  4.     <td>&nbsp;</td>
  5.     <td>Videorecording</td>
  6.     <td>
  7.     <span class="spanFormat">
  8.     <form style="margin: 0px; font-size: 12px;" action="http://risc01.sabanciuniv.edu/search~S5/t" method="get" name="frm_video" >
  9.         <input style="margin-top: 3px; width: 180px;" onfocus="javascript: if(this.value=='Search videos') this.value='';" onblur="if(this.value=='') this.value='Search videos';" type="text" name="SEARCH" value="Search videos" size="48" />
  10.  
  11.         <select id="slc_video" style="width: 125px; font-size: 12px;" size="1" onchange="document.frm_video.action = + this.val();">
  12.           <option selected="selected" value="http://risc01.sabanciuniv.edu/search~S5/t">TITLE</option>
  13.           <option value="http://risc01.sabanciuniv.edu/search~S5/a">AUTHOR/ARTIST</option>
  14.           <option value="http://risc01.sabanciuniv.edu/search~S5/Y">KEYWORD</option>
  15.           <option value="http://risc01.sabanciuniv.edu/search~S5/c">CALL NO</option>
  16.           <option value="http://risc01.sabanciuniv.edu/search~S5/d">SUBJECT</option>
  17.         </select>
  18.         <input style="width: 56px;" type="submit" value="Submit" /></form></span>
  19.   </tr>
  20.  
  21.     <tr>
  22.     <td>&nbsp;</td>
  23.     <td>Soundrecording</td>
  24.     <td>
  25.     <span class="spanFormat">
  26.     <form style="margin: 0px; font-size: 12px;" action="http://risc01.sabanciuniv.edu/search~S6/t" method="get" name="frm_sound" >
  27.         <input style="margin-top: 3px; width: 180px;" onfocus="javascript: if(this.value=='Search videos') this.value='';" onblur="if(this.value=='') this.value='Search videos';" type="text" name="SEARCH" value="Search videos" size="48" />
  28.  
  29.         <select id="slc_sound" style="width: 125px; font-size: 12px;" size="1" onchange="document.frm_sound.action = 'http://risc01.sabanciuniv.edu/search~S6/'+this.val();">
  30.           <option selected="selected" value="t">TITLE</option>
  31.           <option value="a">AUTHOR/ARTIST</option>
  32.           <option value="Y">KEYWORD</option>
  33.           <option value="c">CALL NO</option>
  34.           <option value="d">SUBJECT</option>
  35.         </select>
  36.         <input style="width: 56px;" type="submit" value="Submit" /></form></span>
  37.   </tr>
  38.  
  39.     <tr>
  40.     <td>&nbsp;</td>
  41.     <td>Slides</td>
  42.     <td>
  43.     <span class="spanFormat">
  44.     <form style="margin: 0px; font-size: 12px;" action="http://risc01.sabanciuniv.edu/search~S4/t" method="get" name="frm_slide" >
  45.         <input style="margin-top: 3px; width: 180px;" onfocus="javascript: if(this.value=='Search videos') this.value='';" onblur="if(this.value=='') this.value='Search videos';" type="text" name="SEARCH" value="Search videos" size="48" />
  46.  
  47.         <select id="slc_slide" style="width: 125px; font-size: 12px;" size="1" onchange="document.frm_slide.action = 'http://risc01.sabanciuniv.edu/search~S4/'+this.val();">
  48.           <option selected="selected" value="t">TITLE</option>
  49.           <option value="a">AUTHOR/ARTIST</option>
  50.           <option value="Y">KEYWORD</option>
  51.           <option value="c">CALL NO</option>
  52.           <option value="d">SUBJECT</option>
  53.         </select>
  54.         <input style="width: 56px;" type="submit" value="Submit" /></form></span>
  55.   </tr>
  56. </table>