Forum: JavaScript / DHTML / AJAX Jan 8th, 2009 |
| Replies: 4 Views: 1,500 Thank you ~s.o.s~, you solved my problem in a pretty good manner.
I had kind of solved it this way:
by adding on the input tag the event handlers:
onMouseUp="setTimeout(function(){... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2009 |
| Replies: 4 Views: 1,500 Unfortunately none of the window.open method and the AJAX object XMLHttpRequest worked as I expected.
The first didn't pass any html variables to the php file and also did a refresh to the html... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2009 |
| Replies: 4 Views: 1,500 I check the window.open method that opens a url in a different window.
This would be ideal if I could just execute the php file without opening a window at all.
I also check the AJAX object... |
Forum: JavaScript / DHTML / AJAX Jan 4th, 2009 |
| Replies: 4 Views: 1,500 Hello to everyone and Happy New Year.
Is it possible to execute external files via event handlers??
I want from an HTML (including JavaScript) web page to execute external files via event... |