View Single Post
Old 06-20-2011, 11:58 PM   #1
sinan
Enthusiast
sinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of itsinan has read War And Peace ... all of it
 
sinan's Avatar
 
Posts: 23
Karma: 66956
Join Date: Feb 2010
Location: Conn. USA
Device: Kindle 3, Kindle PW
Why Kindle Does Not Show Form Tags

I have included original page numbers as anchored links in my ebooks for referencing purposes. And it works as I expected in mobipocket reader.

When I write page number an click go it goes to my anchor.
Code:
<form name="frm1" method="get">
<input name="textbox1" type="text" onclick="document.location.hash=this.value" onchange="document.location.hash=this.value">
<INPUT TYPE="button" NAME="buttonGo" Value="Go" onclick="document.location.hash=textbox1.value">
</form>
Here is my anchor
Code:
<a name="part1" external="yes"/>
It works perfectly in Mobipocket but Amazon Kindle 3 does not show neither textbox nor submit button. All I see is blank space. I think Kindle ignores form tags completely.
Is there any workaraounds?

I have attached my test files.
Attached Files
File Type: rar Alice_In_Wonderland test.rar (428.3 KB, 239 views)

Last edited by sinan; 06-21-2011 at 12:00 AM. Reason: File added
sinan is offline   Reply With Quote