Open-AudIT
https://www.open-audit.org/phpBB3/

software_register_add.php, software_register.php links
https://www.open-audit.org/phpBB3/viewtopic.php?f=9&t=2564
Page 1 of 1

Author:  edk [ Wed Jan 09, 2008 5:59 pm ]
Post subject:  software_register_add.php, software_register.php links

Hi!

Problem: list in thees pages (software_register_add.php, software_register.php) in my case are long. When I click on Add or Remove software from list at the end of the page, browser scroll up to top of the page.
Problem is in: [code]<a href="#" onclick="sendRequest('23');">[/code]
Solution 1:[code]<a href="javascript:" onclick="sendRequest('23');">[/code]
Solution 2 (i think it is best):[code]<a href="#" onclick="sendRequest('23');return false;">[/code]

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/