| 207 | | if (editFile.indexOf("?")>=0) |
| 208 | | connector="&"; |
| 209 | | else |
| 210 | | connector="?"; |
| 211 | | editFile+=connector+"id="+selIDs[0]; |
| 212 | | if(typeof xtraParamaters != "undefined") |
| 213 | | editFile+="&"+(xtraParamaters); |
| 214 | | |
| 215 | | document.location=editFile; |
| | 207 | if(editFile!="/N/A"){ |
| | 208 | if (editFile.indexOf("?")>=0) |
| | 209 | connector="&"; |
| | 210 | else |
| | 211 | connector="?"; |
| | 212 | editFile+=connector+"id="+selIDs[0]; |
| | 213 | if(typeof xtraParamaters != "undefined") |
| | 214 | editFile+="&"+(xtraParamaters); |
| | 215 | |
| | 216 | document.location=editFile; |
| | 217 | } |