[Kixtart] % teken escapen

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • LocoShady
  • Registratie: Mei 2003
  • Laatst online: 09-09 20:37
Hoi,

Ik wil in een url toevoegen aan onze opstartmap, echter zitten hier nogal wat %tekens in. Deze wil ik natuurlijk escapen, maar ik kan eigenlijk nergens de goede escape character hiervoor vinden.

code:
1
2
3
If InGroup($GRPPOWERPLAYBUDGETTEN)
    AddProgramItem("c:\Program Files\Internet Explorer\iexplore.exe http://m3bi-vms/cognos8/cgi-bin/cognosisapi.dll?b_action=cognosViewer&ui.action=run&ui.object=%2fcontent%2ffolder%5b%40name%3d%2701.%20Rapportages%27%","Naam", "", 0, "", 0)
EndIf


(eigenlijke url is nog veel langer) Maar nu is mijn vraag dus, hoe kan ik deze wel escapen? Ik heb al op diverse Kixtart sites gekeken maar nergens waar dit stond aangegeven.

bvd, :)

Acties:
  • 0 Henk 'm!

  • Saeverix
  • Registratie: Maart 2002
  • Laatst online: 16-09 11:20
Als ik dit topic met behulp van Google tegenkom vraag ik me toch af waar je gezocht hebt...

http://www.kixtart.org/fo...r=126171&site_id=1#import

Volgens verschillende topics is ^ het escape teken. Probeer het eens zou ik zeggen.

[ Voor 20% gewijzigd door Saeverix op 28-07-2009 10:46 ]

People who live in glass houses shouldn't throw stones.


Acties:
  • 0 Henk 'm!

  • BtM909
  • Registratie: Juni 2000
  • Niet online

BtM909

Watch out Guys...

Dan gaat 't met name om deze link ;)

http://ss64.com/nt/syntax-esc.html

Ace of Base vs Charli XCX - All That She Boom Claps (RMT) | Clean Bandit vs Galantis - I'd Rather Be You (RMT)
You've moved up on my notch-list. You have 1 notch
I have a black belt in Kung Flu.


Acties:
  • 0 Henk 'm!

  • LocoShady
  • Registratie: Mei 2003
  • Laatst online: 09-09 20:37
Nu ben ik toch benieuwd waar jullie op gegoogeld hebben want ik kon het echt niet vinden. Vond het al zo gek.

Acties:
  • 0 Henk 'm!

  • Saeverix
  • Registratie: Maart 2002
  • Laatst online: 16-09 11:20

People who live in glass houses shouldn't throw stones.


Acties:
  • 0 Henk 'm!

  • LocoShady
  • Registratie: Mei 2003
  • Laatst online: 09-09 20:37
Het werkt niet

code:
1
http://m3bi-vms/cognos8/cgi-bin/cognosisapi.dll?b_action=cognosViewer&ui.action=run&ui.object=^%2fcontent^%2ffolder^%5b^%40name^%3d^%2701.^%20Rapportages^%27^%5d^%2ffolder^%5b^%40name^%3d^%27Financiele^%20administratie^%27^%5d^%2ffolder^%5b^%40name^%3d^%27Aktief^%27^%5d^%2freport^%5b^%40name^%3d^%27FI001.001^%20Budgethouders^%20Rapportage^%27^%5d&ui.name=FI001.001^%20Budgethouders^%20Rapportage&run.outputFormat=&run.prompt=true&ui.backURL=^%2fcognos8^%2fcgi-bin^%2fcognosisapi.dll^%3fb_action^%3dxts.run^%26m^%3dportal^%2fcc.xts^%26m_folder^%3di466924F5A7874B2197B8E048DB03FE31


maar hij maakt er dan dit van:

code:
1
http://m3bi-vms/cognos8/cgi-bin/cognosisapi.dll?b_action=cognosViewer&ui.action=run&ui.object=^2ffolder^40name^2701.^27^2ffolder^40name^27Financiele^27^2ffolder^40name^27Aktief^5d^5b^3d^20Budgethouders^27^20Budgethouders^2fcognos8^2fcognosisapi.dll^3dxts.run^


terwijl het dus dit hoort te zijn:

code:
1
http://m3bi-vms/cognos8/cgi-bin/cognosisapi.dll?b_action=cognosViewer&ui.action=run&ui.object=%2fcontent%2ffolder%5b%40name%3d%2701.%20Rapportages%27%5d%2ffolder%5b%40name%3d%27Financiele%20administratie%27%5d%2ffolder%5b%40name%3d%27Aktief%27%5d%2freport%5b%40name%3d%27FI001.001%20Budgethouders%20Rapportage%27%5d&ui.name=FI001.001%20Budgethouders%20Rapportage&run.outputFormat=&run.prompt=true&ui.backURL=%2fcognos8%2fcgi-bin%2fcognosisapi.dll%3fb_action%3dxts.run%26m%3dportal%2fcc.xts%26m_folder%3di466924F5A7874B2197B8E048DB03FE31
Pagina: 1