MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

URL link on 3270 terminal

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
Aswin
Beginner


Joined: 12 Jun 2007
Posts: 22
Topics: 6

PostPosted: Tue Jul 14, 2009 5:47 pm    Post subject: URL link on 3270 terminal Reply with quote

Hi All,

My Requiment is to display a URL on mainfame screen.
We are using IMS DC screen. the URL is variable length.

The URL is http://wwwda.training.chan.com/MO/o.doDrd=AXB1234567&amd=123

The URL work fine if it appears as above.

My only problem is I get the value after &amd on URL dynamicly form application program which is some time spaces.so URL looks like one below

http://wwwda.training.chan.com/MO/o.doDrd=AXB1234567&amd=

THE URL IS HIGHLIGHTED TILL THE amd and "=" sign is not highlighted if the value after = is spaces.

So when User click the URL on mainfame screen it open up IE with the following.

http://wwwqa.webquote.ford.com/WQ/o.do?ord=A05PO09123232&amd

The = sign is not carreid to IE and this cause issue in opening the page.

Can any one help me out to find what the problem is. Why is = sign not highlighted if the value affter it is spaces. What can be changed on MF setup to solve this issue.

Thanks in advance.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12370
Topics: 75
Location: San Jose

PostPosted: Tue Jul 14, 2009 7:48 pm    Post subject: Reply with quote

Aswin,

Replace your spaces with its equivalent hex code. Space= %20

for example if you have 2 spaces after equal like shown below
Code:

&amd=  123


change it
Code:

&amd=%20%20123


This would take care of your problem.

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group