|
the power of broadcast
[a revolution in mass-scale content distribution] |
| file browse jumpmain page | recent changes | preferencesYou want to "pre-type" a path where the browse should start, and then click-browse from there? Actually, you can add this in the skin with no code changes. Just make a form that points at /fileBrowse1044426398?path= "path" should be the name of your field, and the Go button can be the submit button on the form, like this: <FORM ACTION="/fileBrowse<!--#SERIAL_NUMBER-->"> path:<INPUT TYPE="text" MAXLENGTH=256 SIZE=30 NAME=path VALUE=""> <INPUT TYPE=submit VALUE="Go"><BR> </FORM> To save clutter on the BC form, you might want to put this "jump" form at the top of the fileBrows.html skin file. So, you first click [browse] and then from there you can type to jump wherever you want. |