Forum: PHP Jan 9th, 2009 |
| Replies: 13 Views: 2,553 Thank you ardav and robert_c_guy, I'll check what you suggest as soon as possible.
Is it possible by the way that the output of the php file gets stored in an external log file? (Either by... |
Forum: JavaScript / DHTML / AJAX Jan 8th, 2009 |
| Replies: 4 Views: 1,470 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,470 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,470 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,470 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... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,553 Thank you for your time DiGSGRL.
I'll check the link http://www.w3schools.com/Ajax/ajax_intro.asp you suggest and, as it seems that my problem will be solved via JavaScript, perhaps I'll post a... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,553 The onSubmit event handler didn't work.
I think this handler executes the JavaScript command before the action of the form (in this case the execution of the phpfile1.php).
It's like when we... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,553 As I'm a novice user I don't know where exactly to add this code:
header("Location: htmlcode.html");
do you mean as a command in the end of each php file?
The current location of all files is in... |
Forum: PHP Jan 4th, 2009 |
| Replies: 13 Views: 2,553 Hello to everyone and wish for a Happy New Year.
I have an html code from which I want to execute various php files (with various parameters).
Say the html file is called htmlcode.html.
Say one... |