Java script or HTML code for action page to append text from input form to URL of another frame?
I am learning web design online and doing what I wanted to do, but I need some one to help me out here.
As part of my language development website, we are writing a page that
will render the local language translation of numbering value from 1 to
99999999 in a frame set. the translation of numeral value in my local
language have to do with lots of addition, minus, multiplication and
division to define a name for most values above 200 to 99999999, this
made the writing of code (Java script, PHP) a very complext task we 've
not being able to achieve.
I succeeded in writing a .htm file for each of the numbering containing
the value in english word and the translation in my local language from 1
to 99999999. to be viewed in a frameset (top frame and buttom frame).
I need a java script or html code for input box so that the top frame
will contain text input with buttom frame as my target for the link to
the figure typed into the input.
e.g.
www.mysite.com/translation/34 (this is my link to the figure 34) what i
needed now is code for input box in top frame to append the figure
enterred into the input field to the url of the buttom frame with a link
to input content.
i.e.
www.mysite.com/translation/ + text from input box; target="buttom frame"