search for: someparameter

Displaying 3 results from an estimated 3 matches for "someparameter".

2006 Jun 22
2
Passing a value from one rhtml to another
I''m trying to find a way to get from one rhtml page to another and taking a value along to use in the second page. Basically a user clicks on one of many download links and what should appear on the next page is all the available stuff related to that download, so I think if I take the id number of the first page then i can use if statements in the second page? Sorry if that sounds
2006 Mar 10
3
[Prototype] understanding evalScripts
Hi, I have a misunderstanding of what I though evalScripts would do vs what it actually does. I''m wondering if there''s a way that I can make it do what I want. my initial page: <html> <head> <script... var page = ''initial''; ... <body> <div id="replaceMe" <script... page = ''in
2005 Jul 28
8
dialplan defenition
Hello list, Im writing my dial plan, in witch every SIP phone begins with 74 and has more 3 numbers (like 74XXX). So, I want to route all 74XXX calls to my sip channel. For this I wrote this line: exten => s,1,Dial(SIP/74118@193.136.252.5,30,r) but this way all calls go to 74118@193.136.252.5 ..... Then I tried: exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r) but this way, the