Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     how to pass values between different html pages

Read-Only Read-Only Topic
Go
Search
Notify
Tools
how to pass values between different html pages
 Login/Join
 
Member
posted
hi,
I am trying to pass the values from one html page to another html page.I have taken the values which are to be passed as hidden variables in one html page but when i am trying to access them in other html page i am not getting those values. should i use the fex file as intermediary between the two.
Please give me the solution if any.

Thanks,
Balaji
 
Posts: 24 | Registered: October 05, 2006Report This Post
<Tim Howard_ABCBS>
posted
I've handled this in a couple different ways before. One is to use a fex file to create your html and call the fex instead of a html page. You can then use the !IBI.AMP.VARNAME; variables in the html to access the variables pass into the fex. Here's an example:

-HTMLFORM BEGIN
<html>
<head>
</head>
<body>
<input type="text" value="!IBI.AMP.HIDDEN1;" id="value1">
<br />
<input type="text" value="!IBI.AMP.HIDDEN2;" id="value2">
</body>
</html>
-HTMLFORM END



Another way is to use a html cookie to store and retrieve this data from. Hope this helps.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     how to pass values between different html pages

Copyright © 1996-2020 Information Builders