S
|
swanside author 5/25/2009 |
Any Ideas anybody? |
J
|
Jane 5/26/2009 |
Hi, $id = @$_REQUEST["editid1"]; $str = "<select onchange=\"java script: window.location=this.options[this.selectedIndex].value+'_list.php?editid1=".$id."';\">"; $str.="<option value=customview1>customview1</option>"; $str.="<option value=customview2>customview2</option>"; $str.="</select>"; |
S
|
swanside author 5/26/2009 |
Thanks Jane, But I can not seem to get it to work.
|
J
|
Jane 5/26/2009 |
Hi, |
S
|
swanside author 5/26/2009 |
Thanks Jane. |
M
|
michaelmac 7/23/2009 |
Hey Support |
S
|
swanside author 7/23/2009 |
Y0ou dont have a submit button, once you select the value, it opens the page up |