NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on May 24, 2014, 06:43:15 AM
-
i have a tab text as a session value, and on a button click try to refresh the tab text by giving the tab an equate. On my button clientside, i then refresh the tab. But the refresh seems not to be working as the text not changing.
NT8.12
-
Post a small example I can experiment with Olu.
cheers
Bruce
-
Hi Bruce,
I have attached an example app. Under the menu test there is a link that says olu, click on it and click the test button which should change the tab text.
[attachment deleted by admin]
-
In future please include the dictionary, and icons, and data if necessary with the app in the example.
For 8.13 I've added a method call;
p_web.SetTabText('testOLU', 0, Random(1,1000))
first parameter is the procedure name, second is the tab number (the first tab is tab 0, and the 3rd is the new text.)
Cheers
Bruce
-
Thanks bruce. Next time i will add all files