If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: gnr
Forum Index » Profile for gnr » Messages posted by gnr
Author Message
yes i know. i have seen the 2.3.1, lot better but the sad part is i dont have mysql for my site
problem solved.... the problem was with the jump menu of java script. thanks for the great script.... this is the best.
i installed guestbook 1.5 .... everything is working fine but the jump menu is not working. the script generating the pages (ex. guest-1.html, guest-2.html) and the no of the pages (ex. 1-3) but when i select "1-3" and press go it doesnt work. i checked the "guestbook.html", its been modified

------------------------------------------------
<select name="menu">
<option value="guestbook.html" selected>Guestbook</option>
<option value="http://www.mysite.com/cgi-bin/book/guest-1.html">1-3</option>
</select>
<input type="button" value="Go" onclick="JumpTo(this.form)">
----------------------------------------------

and the guest-1.html also modified as above but the go button is not working, although i can go to "http://www.mysite.com/cgi-bin/book/guest-1.html" manually to see the first 3 posts.

the guestbook.pl is unchanged for the jump menu.....

-------------------------------------------
# name of guestbook files
$book_file = "guestbook.html";
$id_count = "guest_id.txt";
$page_count = "page_id.txt";
$sample = "template.html";

# name of thread pages -> guest-1.html, guest-2.html, etc.
$sub_page = "guest-";

# this variable is used to find the jump menu
$jump_menu = "<option value=\"guestbook.html\" selected>Guestbook</option>";
-----------------------------------------

i coundnot find out the mistake. the guestbook is perfect for me but the problem with jump menu. Please help.

thanks in advance
 
Forum Index » Profile for gnr » Messages posted by gnr
Go to:   
Based on the open source JForum