Quote from: labasus at May 25, 2008, 06:48 PM
Hello,
very useful snippet, but it could be more useful without "go" button.
It must be smth. like that ->
// place this javascript code just before the </head> tag
function doSel(obj)
{
for (i = 1; i < obj.length; i++)
if (obj[i].selected == true)
eval(obj[i].value);
}
<!-- this HTML code goes between your <body> tags -->
<form name="jsMenu">
<select name="jsSelList" size="1" onchange="doSel(this)">
<option selected value>Select a page, and Gone!</option>
<option value="location.href=’dHTML1.html’">Dynamic HTML 1</option>
<option value="location.href=’validForm.html’">Validating Form 1</option>
<option value="location.href=’../index.html’">GrassBlade Home Page</option>
<option value="location.href=’validSSN.html’">Validating SSN</option>
<option value="location.href=’selSwitch.html’">Multiple Select Swap</option>
</select>
</form>
Maybe somebody can do it in php?
I join to this request! Can anybody help with this?
PS Usefull snippet, works OK!
Usefull snippet, thx:)
But there’s one small thing, when i choose i.e. show 30 on page, it works fine, and pagination splits to 3 pages(85 total docs), and link of pagination set’s right (
page 2 &start=30
page 3 &start=60
But when i click on any of this pages, my ResPerPage drops to Show 10 on Page, and pages splits to 1,2,3,4..9
How can i save this parameter? Show XX on page, after clicking page?
Sorry for my English:)
-
☆ A M B ☆
- 536 Posts
if i have 2 or more Ditto calls is not work to all, right?
palma non sine pulvere