Hi ,
Using TS 6.5 Sol 5.8
I have created a custom menu with
url = "/../iw-bin/myCustom.ipl?name=rohit"
Following entries have been made to ui_custom.xml
[HTML]
label="My Link"
description="My Link"
url="/../iw-bin/myCustom.ipl?name=rohit"
windowFeatures="width=640,height=570,scrollbars=yes,menubar=yes,
titlebar=yes,resizable=yes,status=yes,center=true,dependent=false,location=yes"
target="_blank">
[/HTML]
But when i click on Cutome Menu 'My Link' it calls
[HTML]
http:///iw-bin/myCustom.ipl[/HTML] I see that the parameter 'name=rohit' is missing the url which I got after clicking on Custom Menu Item
Also if I hover on the custom menu item ( My Link ) on the task bar ( to the left lower corner of browser)I can see the URL that i had updated in ui_custom.xml ie.,
[HTML]
http:///iw-bin/myScript.ipl?name=rohit[/HTML] Can anyone tell me why this is happening ie., the parameter gets vanished when I click on the custom menu link and just left with the base url without parameters.
I need to pass this parameter (name=rohit) to my perl script.
Am I doing something wrong here .
Regards
Rohit