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 a variable in calender( in html) if the variable is in javascript

Read-Only Read-Only Topic
Go
Search
Notify
Tools
how to pass a variable in calender( in html) if the variable is in javascript
 Login/Join
 
Gold member
posted
I have to create launch page wherein depending on the selection of radi buttons i have to change the calender begin date and end date. how to hold those variables in javascript and how do i pass them in the calender. Please help me with it. Smiler
Currently i m holding the start and end variables in as
var BEG_D = "!IBI.AMP.BEG_D1;"
var END_D = "!IBI.AMP.END_D1;"

is that a correct method to hold a variable in javascript?
if yes how do we pass it to the calender field?


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Virtuoso
posted Hide Post
If you already have the values you need in JavaScript variables, you could assign them to any element in your HTML document using JavaScript as well:

document.getElementByID('calendar1').value = BEG_D;
document.getElementByID('calendar2').value = END_D;



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Expert
posted Hide Post
Do you store the dates for each radio button ?

You may have to do more js coding to set for each radio button.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
i have created a XML file for calender! the calender code first checks for the value of radio button and then goes to that part of calender accordingly! But i dont know how to include that XMl file in html! Can someone help me with it!


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report 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 a variable in calender( in html) if the variable is in javascript

Copyright © 1996-2020 Information Builders