PDA

Просмотр полной версии : Что надо написать для кнопки SEND?


Yasha
03.10.2001, 18:33
<form name=form method="get" action="http://jsprod.odigo.com/share/servlets/sendMessage" onSubmit="return formCheck()">
<input type="hidden" name="userId" value="4238389" style="HEIGHT: 1px; WIDTH: 1px">
<input type="hidden" name="aut" value="54-525684-104-10527959-117-5367-15-7823-24" style="HEIGHT: 1px; WIDTH: 1px">
<input type="hidden" name="pId" value="odigo" style="HEIGHT: 1px; WIDTH: 1px">
<input type="hidden" name="design" value="2" style="HEIGHT: 1px; WIDTH: 1px">
<input type="hidden" name="tool" value="companel" style="HEIGHT: 1px; WIDTH: 1px">
<input type="hidden" name="charset" value="0" style="HEIGHT: 1px; WIDTH: 1px">



Action Script:
on (release) {
loadVariablesNum ("http://jsprod.odigo.com/share/servlets/sendMessage", 0, "GET");

А дальше? :confused:

Заранее спасибо!

yasha@dax.ru

ivigor
03.10.2001, 19:10
Насколько я понял, ты привел HTML форму просто для сравнения. Если правильно понял, то вот:


Action Script:
on (release) {
loadVariablesNum ("http://jsprod.odigo.com/share/servlets/sendMessage?userId=4238389&pId=odigo&tool=companel&charset=0", 0, "GET");