thanks, but I already solved the problem. I found the "RC@urlescape()" on Sambar Help
and you can see this working on my intranet site at: http://www.bitminho.dns2gooffice.com/ please follow this options: 1st page: ... Intranet ... 2nd page: ... Documenta��o (in english is "documentation") .. 3rd page example html with sambar script code: ... <ul> <li><a href="/xml/">XML</a></li> <RC$url1 = RC@urlescape(indexframe.stm?navurl=/indexintra.stm&navname=Intranet&subnavurl=/infodocs.stm&subnavname=Documenta��o)> <RC$url2 = RC@urlescape(/php/)> <li><a href="/createframe.stm?url1=<RC$url1>&url2=<RC$url2>">PHP</a></li> ... </ul> ... and finally, if you want the code I send an URL to download it ... At 16:44 16-05-2002, you wrote: >What exactly are you trying to do? > >Send the URL1 and URL2 (with code) to createframe.stm which creates 2 >seperate independant windows: one for URL1 and one for URL2 with the >specified values? Or does URL1 and URL2 get included inside more code on >the createframe.stm which in turn creates 2 or more frames for viewing in >the same window? Or is this a sample code that you are giving just a >quesiton sample asking if it exists? > > ex. /session/createframe?URL1&URL2?this=that&moo=cow > >I can answer all of them but don't want to type that much for 1 answer >except the answer to the 3rd one : Not in sambar but there are ways to >get around it. > >Let me know which one you were asking for. > >:) >Matt. > >-----Original Message----- >From: Joao Carlos <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Date: Wed, 15 May 2002 16:59:16 +0100 >Subject: [sambar] url encode function {01} > > > hi all, > > I'm trying to call a sambar script file with some parameters with URL > > like > > values, but I need to encode that values .... > > > > is it possible to do this with sambar script? > > > > my code example: > > > > http://localhost/createframe.stm?url2=xslt.htm&url1=indexframe.stm?op1= > > Titulo&op1=Name > > > > I need to encode the value for "url1" parameter > > > > thanks for any help, > > > > > > > > Cumprimentos, > > > > Joao Carlos > > ([EMAIL PROTECTED]) > > > > Bitminho - Solu��es Inform�ticas, Lda. > > http://www.bitminho.pt > > ====================================== > > SoftwareHouse > > > > ------------------------------------------------------- > > To unsubscribe please go to http://www.sambar.ch/list/ > > > >------------------------------------------------------- >To unsubscribe please go to http://www.sambar.ch/list/ Cumprimentos, Joao Carlos ([EMAIL PROTECTED]) Bitminho - Solu��es Inform�ticas, Lda. http://www.bitminho.pt ====================================== SoftwareHouse ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
