1) How can I determine what key is pressed inside a textbox??
2) how can I get the title attribute of a webpage inside a frame??
Printable View
1) How can I determine what key is pressed inside a textbox??
2) how can I get the title attribute of a webpage inside a frame??
1) you can get javascript to check it out once the user clicks on a link or submit button
2) I am unsure what you want in this one. title attribute???
scoutt
1)okay, I need to catch when the user hits the ENTER key in a textbox, so I can execute a function when they do...Quote:
Originally posted by scoutt
1) you can get javascript to check it out once the user clicks on a link or submit button
2) I am unsure what you want in this one. title attribute???
scoutt
2) Yes, like inside <title></title>, you know how you can get document.title through JS, how is in done to get the title of the webpage in a frame...?
thanks for your help so far...:D
I would try something to this affect for question #2:
Hope this helps! ;)Code:parent.frameName.document.title.value='The Title'