|
Shane, Ben, Robert and all others...
I start to my Holidays and I report you what
solution have help.
Maybe, I must create a own Meta-Tag. Lets
see.
So, I'm back in 10 days.
rs
Daniel
----- Original Message -----
Sent: Thursday, September 07, 2006 10:50
PM
Subject: Re: Witango-Talk: JaveScript -
sorry I'm stupid...
Now that I see more of what your doing...
Robert is correct, you will need ajax
Ben
On Sep 7, 2006, at 1:43 PM, Robert Garcia wrote: I don't think this is going to work, its just
going to output that raw text. You need to use ajax.
--
Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
BIG HELP -
THX
I think this is the solution
what I have search...
Daniel
----- Original Message
-----
Sent:
Thursday, September 07, 2006 10:19 PM
Subject: Re:
Witango-Talk: JaveScript - sorry I'm stupid...
<pre>
<SCRIPT
LANGUAGE="_javascript_">
<!--
document.write('<@assign name="xxx"
value="'+document.getElementById('data').value+'"
scope="user">');
// -->
</SCRIPT>
</pre>
minus the pre tags and inside a JS wrapper
And how can I assign the value
to a Witango varible... ???
<@ASSIGN
NAME="xxxx"
VALUE="document.getElementById('data').value"
SCOPE="user">
????
rs
Daniel
(Staying on the place)
----- Original Message
-----
Sent:
Thursday, September 07, 2006 9:39 PM
Subject: Re:
Witango-Talk: JaveScript - sorry I'm stupid...
Place the ID attribute on the input field
<TEXTAREA ID=data NAME=data>
then do
document.getElementById('data').value =
Ben
Sorry for this stupid
request:
How can I assign a
_javascript_ result to a Witango variable
?
Example:
<SCRIPT
LANGUAGE="_javascript_">
<!--
// Over 400+ free scripts:
_javascript_kit.com<br>
var letters =
'ghijklabvwxyzABCDEFef)_+|<>?:[EMAIL PROTECTED]/;'+"'"+'[]MNOP890-='+'\\'+'&*("{},cdqrst
'+"\n";var split = letters.split("");var num = '';var c = '';var
encrypted = '';function encrypt(it){var b = '0';var chars =
it.split("");while(b<it.length) {c =
'0';while(c<letters.length){if(split[c] == chars[b]){if(c == "0") { c
= ""; }if(eval(c+10) >= letters.length){num =
eval(10-(letters.length-c));encrypted += split[num];}else{num =
eval(c+10);encrypted +=
split[num];}}c++;}b++;}document.forms[0].data.value =
encrypted;encrypted = '';}
function decrypt(it){var b = '0';var
chars = it.split("");while(b<it.length){c =
'0';while(c<letters.length){if(split[c] == chars[b]){if(c == "0") { c
= ""; }if(eval(c-10) < 0){num = eval(letters.length-(10-c));encrypted
+= split[num];}else{num = eval(c-10);encrypted +=
split[num];}}c++;}b++;}document.forms[0].data.value =
encrypted;encrypted = '';}
// -->
</SCRIPT>
<FORM>
<TEXTAREA ROWS="9" COLS="60"
NAME="data"
wrap="virtual"></TEXTAREA><BR>
<INPUT TYPE="BUTTON" VALUE="Encrypt"
>
<INPUT TYPE="BUTTON" VALUE="Decrypt"
>
</FORM>
Now,
I like to define the decript rsult to a Witango
variable...
as in
the begin - I'm stupid...
rs
Daniel ________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
|