Search found 2 matches

by russmc
Nov 08, 2008 12:37 am
Forum: XUpload
Topic: Scrolls Up when clicking upload
Replies: 1
Views: 2497

Found work around for now

<head> <script language="JavaScript"> function pageScroll() { window.scrollBy(0,50); scrolldelay = setTimeout('pageScroll()',1); // scrolls every 1000 milliseconds } function stopScroll() { clearTimeout(scrolldelay); } </script> </head> <input type="submit" value="Upload&qu...
by russmc
Nov 07, 2008 9:54 pm
Forum: XUpload
Topic: Scrolls Up when clicking upload
Replies: 1
Views: 2497

Scrolls Up when clicking upload

Hello, I purchased pro and like it a lot, the problem I am having is that when you embed the upload form low in the page so that you have to scroll down to see and use it. when you click upload it scrolls back to the top so that they cannot see the status of what is going on with the upload. Can I s...