hi,
ich wollte verschiedene accounts nutzen um SMS zu senden, so habe ich das hier mit ach un krach zusammen gebastelt... geht aber auch nicht.
<html>
<body>
<form name="Send">
Select provider<br/>
<select name="provider">
<option value="https://myaccount.CallEasy.com/clx/sendsms.php" method="get"> CallEasy</option>
<option value="https://myaccount.voipdiscount.com/clx/sendsms.php" method="get"> voipdiscount</option>
<option value="https://myaccount.12voip.com/clx/sendsms.php" method="get"> 12voip</option>
<option value="https://myaccount.sparvoip.de/clx/sendsms.php" method="get"> sparvoip</option>
<option value="https://myaccount.lowratevoip.com/clx/sendsms.php" method="get"> lowratevoip</option>
<option value="https://myaccount.VoipCheap.com/clx/sendsms.php" method="get"> VoipCheap</option>
<option value="https://myaccount.voipbuster.com/clx/sendsms.php" method="get"> voipbuster</option>
<option value="https://myaccount.voipbusterPRO.com/clx/sendsms.php" method="get"> voipbusterPRO</option>
<option value="https://myaccount.sipdiscount.com/clx/sendsms.php" method="get"> sipdiscount</option>
<option value="https://myaccount.FreeCall.de/clx/sendsms.php" method="get"> FreeCall</option>
</select ><br/>
username<br/>
<input name="username" size="27" /><br/>
password<br/>
<input name="password" size="27" />
<input name="from" type="hidden" value="123" /><br/>
TelfonNr<br/>
<input name="to" size="27" /><br />
Message<br/>
<textarea name="text" cols="40" rows="10"/></textarea><br/>
<input type="button" value="Send" onClick="document.location=document.Send.provider.options[document.Send.provider.selectedIndex].value">
</form>
</body>
</html>
also, die experten sind gefragt.
Grusse
Noway
ich wollte verschiedene accounts nutzen um SMS zu senden, so habe ich das hier mit ach un krach zusammen gebastelt... geht aber auch nicht.
<html>
<body>
<form name="Send">
Select provider<br/>
<select name="provider">
<option value="https://myaccount.CallEasy.com/clx/sendsms.php" method="get"> CallEasy</option>
<option value="https://myaccount.voipdiscount.com/clx/sendsms.php" method="get"> voipdiscount</option>
<option value="https://myaccount.12voip.com/clx/sendsms.php" method="get"> 12voip</option>
<option value="https://myaccount.sparvoip.de/clx/sendsms.php" method="get"> sparvoip</option>
<option value="https://myaccount.lowratevoip.com/clx/sendsms.php" method="get"> lowratevoip</option>
<option value="https://myaccount.VoipCheap.com/clx/sendsms.php" method="get"> VoipCheap</option>
<option value="https://myaccount.voipbuster.com/clx/sendsms.php" method="get"> voipbuster</option>
<option value="https://myaccount.voipbusterPRO.com/clx/sendsms.php" method="get"> voipbusterPRO</option>
<option value="https://myaccount.sipdiscount.com/clx/sendsms.php" method="get"> sipdiscount</option>
<option value="https://myaccount.FreeCall.de/clx/sendsms.php" method="get"> FreeCall</option>
</select ><br/>
username<br/>
<input name="username" size="27" /><br/>
password<br/>
<input name="password" size="27" />
<input name="from" type="hidden" value="123" /><br/>
TelfonNr<br/>
<input name="to" size="27" /><br />
Message<br/>
<textarea name="text" cols="40" rows="10"/></textarea><br/>
<input type="button" value="Send" onClick="document.location=document.Send.provider.options[document.Send.provider.selectedIndex].value">
</form>
</body>
</html>
also, die experten sind gefragt.
Grusse
Noway