Topic: Pascal
can pascal and html be use together? like php and html can be used together i want to embed a script into the html so when a button is clicked it starts the script....
You are not logged in. Please login or register.
PunBB Forums → Programming → Pascal
can pascal and html be use together? like php and html can be used together i want to embed a script into the html so when a button is clicked it starts the script....
what this is for is a game I play and im making a script for it in pascal it works i have tested it but i need to do is edit this so it starts and stops the script i have selected
<form ACTION=URI>
<select name=scriptselector
onchange="location.href=(form.scriptselector.options[form.scriptselector.selectedIndex].value)">
<option value="0">Choose Script</option>
<option value="0"></option> (This line adds a space in your menu)
<option value="">AutoMine</option>
<option value="">AutoSmith</option>
<option value="">AutoSmelt</option>
<option value="">AutoSmith</option>
<option value="">AutoFish</option>
<option value="">AutoTrain</option>
</select>
</form>
<form method="get" action=""><input type="submit" value="Start"></form>
<form method="get" action=""><input type="submit" value="Stop"></form>
use it as CGI, Console application then write out html code by WriteLn
how do i use it as a cgi can you explain how i would do that? i have never used cgi....
What is your system?
did u use Apache or IIS?
My system is windows xp
this a sample
http://www.parmaja.com/forum/viewtopic.php?pid=68#68
thats not how i need it also i dont need this help anymore
Ok OK, relax ;-)
This not for you, but maybe some one read this topic
try
did you code your main site yourself? if so would you mind sharing it? i have been looking for a simple punbb-like cms for a while and your's and Rickard's is the only ones i've seen.
PunBB Forums → Programming → Pascal
Powered by PunBB, supported by Informer Technologies, Inc.