search for: iframesrc

Displaying 2 results from an estimated 2 matches for "iframesrc".

Did you mean: iframes
2006 May 12
0
draft-proposal for Ajax.History - History/Bookmark handling in Ajax apps
...erval: 200 },options||{}); this.callback = this.options.callback || Prototype.emtpyFunction; if(navigator.userAgent.toLowerCase().indexOf(''msie'') > 0) this.locator = new Ajax.History.Iframe(''ajaxHistoryHandler'', this.options.iframeSrc); else this.locator = new Ajax.History.Hash(); this.currentHash = ''''; this.locked = false; }, add: function(hash) { this.locked = true; clearTimeout(this.timer); this.currentHash = hash; this.locator.setH...
2006 Jun 29
11
Autocompleter without a default choice
Hi, I have an ajax auto completer for a text field in a form. All''s good. Unfortunately, I also want the form to be submitted when the user hits ''return'' in the text field. This combination of circumstances means that if the user is typing his entry and then hits return to submit it is possible that dang auto completer will pop up and complete his entry for even if he