#204830 - 2012-04-20 11:41 PM
Re: OnClick not returning value
[Re: Glenn Barnas]
|
KIXKicks
Starting to like KiXtart
Registered: 2002-07-26
Posts: 177
Loc: Vancouver, WA
|
Glenn,
Sanity hates this code:
$ITAPPS =
"$Location - $SERVER - $Action1,$Location,$SERVER,$Action1",
"$Location - $SERVER - $Action2,$Location,$SERVER,$Action2"
Do I change it to this?:
$ITAPPS =
"' + $Location + '" - "' + $SERVER + '" - "' + $Action1 + '","' + $Location + '","' + SERVER + '","' + $Action1 + '",
"' + $Location + '" - "' + $SERVER + '" - "' + $Action1 + '","' + $Location + '","' + SERVER + '","' + $Action2 + '"
Ouch!
Edited by KIXKicks (2012-04-20 11:42 PM)
|
|
Top
|
|
|
|
#204832 - 2012-04-20 11:51 PM
Re: OnClick not returning value
[Re: KIXKicks]
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
$ITAPPS = $Location+" - "+$SERVER+" - "+$Action1+","+$Location+","+$SERVER+","+$Action1,
$Location+" - "+$SERVER+" - "+$Action2+","+$Location+","+$SERVER+","+$Action2
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 793 anonymous users online.
|
|
|