| 
 
 | 
						 
							Sergey Kornilov admin 1/9/2006 | 
| 
 
 You can modify WritePagination function in include /jsfunctions.js file to insert "Go to page" text.  | 
											|
| 
 
 A 
 | 
						 
							Alan4573 author 1/9/2006 | 
 
You can modify WritePagination function in include /jsfunctions.js file to insert "Go to page" text. 
  | 
											|
| 
 
 C 
 | 
						 
							cellman 1/11/2006 | 
| 
 
 I would like the same thing although I do not understand what you told him...how do you modify this?  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 1/12/2006 | 
| 
 
 Open include\jsfunctions.js file from PHPRunner output folder with a text editor, locate the following snippet there: var counterend = counterstart + 9; 
 document.write("Go to page"); | 
											|
| 
 
 A 
 | 
						 
							Alan4573 author 1/12/2006 | 
| 
 
 Cellman, if (counterstart != 1) document.write(GetGotoPageUrlString(1,TEXT_FIRST)+" : "+GetGotoPageUrlString(counterstart - 1,TEXT_PREVIOUS)+" "); 
 if (counterstart != 1) document.write(GetGotoPageUrlString(1,TEXT_FIRST)+" : "+GetGotoPageUrlString(counterstart - 1,TEXT_PREVIOUS)+" "); 
  | 
											|