i have script file, .asp (or .php) that i can execute from the browser.
i have also html file, in which i want to execute the script.
how can i execute it?
i write <img src="script.asp">
and it will work, if script will outoput image, but what can i do if i want the script to output just the text?
for example, i have test.asp faile that outputs the number(counter).
and i want in my HTML file to execute it, to output just one number, how can i do that (without renaming my html file in asp or smth. else)?