facebook

How Can I Move A Parameter Between Pages

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #325073 Reply

    anjads
    Member

    Dear,

    I have another question if I have Page 1 and Once user click button it goes to Page2 but i have to pass a parameter to page 2 from page 1 how can i do this.

    Best Regards
    Anjad Saesour

    #325095

    anjads
    Member

    @octavio

    Thanks for your response, But the example that you referred to me is not valid as you need to have a PHP web Server, Is there another method that I can pass parameter from on screen to another???

    Now I have Some other question:
    I have Screen 1

    See attachment 1.png

    From Screen Once You click the First Button it goes to Screen 2

    See attachment 2.png

    I put I code in screen 2 on Document load to load some data from a web service, Well this is not running when I am calling screen 2 from screen 1 But When I run Screen 2 directly from design center it loads the data as below

    See attachment 4.jpg

    Second Questions: The Other thing there is no Online Manual on Forms do you have one?

    Third Question: What is the raodmap for Mobione with dates?

    Fourth Question: Is It Possible to have all my functions in one file and different pages can call the functions on that js file?

    Sorry for asking to much as I am evaluating this package and time is running out.

    Thanks A lot
    Anjad

    Attachments:
    You must be logged in to view attached files.
    #325106

    anjads
    Member

    Please can someone answer my questions

    #325123

    rossduck
    Member

    @support-octavio

    Hi, I have encountered the same problem between 2 screens/pages also. Wayne kindly created code for a AUDIO player. I edited this file by adding graphics etc and a few buttons around the audio player. When exporting it and testing this screen on my phone it worked first time. Then I linked this to my main page, which is just a header and a few links to the various other screens (including the audio player page I’m referring to), the audio player wouldn’t work. I tried figuring out the issue looking at the custom_js file and adding the code but due to my limited knowledge of JS I’m guessing I did this incorrectly.

    Is it possible to help with this if I send you my project files?

    #325129

    anjads
    Member

    @rossduck, @octavio

    Well what I understood from octavio, that the when you are putting your jsp code you should put it in the home page (which is the first page of your application) the other pages should be able to call the functions that has been defined in the homepage_custom.js, and you should not implement a code into each sreen_custom.js please correct me octavio if i am wrong.


    @octavio

    Where I can find a documentation if i want to add or remove items from combobox and not list as i have the list example?

    Thanks
    Anjad Sarsour

    #325130

    anjads
    Member

    @octavio

    Sorry other question, If I bought the mobione now, is all upcoming features will be included once its released or we have to pay extra on each. and is the support also included for how long?

    Anjad

    #325806

    rossduck
    Member

    @octavio

    I have copy and pasted the javascript into the homepage_custom.js. It still isn’t working? Could I be copying too much of the script or pasting it into the section of the homepage_custom.js etc. I would really appreciate some help with this as has been bugging me for sometime now.

    Attachments:
    You must be logged in to view attached files.
    #325831

    rossduck
    Member

    I have no experience with JavaScript (not ideal), so I’m just pasting the code in as you said.
    What I want to achieve is a homepage that has 3 links to 3 different pages. The 3 pages all have the same audio element. I’m not sure why that line of code is there?
    Thanks again

    #325838

    rossduck
    Member

    “Did you asign that javascript code to the on click action for a button?” The audio player and the code was created by Wayne. All I did was add my elements to it i.e. images, txt etc.

    I have replaced the code you said to replace but still the audio will not play on the handset. Is there anymore info I can give you that might help you?

    thanks

    #325891

    zvezdan1
    Participant

    x

    #325931

    Different ways of passing variables with data between pages
    We often have to pass values of variables between pages in our site. These are required in many different ways. Some time we collect some value from a database and want to retain the value for the particular user throughout the site as the user moves between pages. There are different ways for passing such values of the variables. It can be passed within a site or even outside the site. We will discuss some of the ways with their possible uses.

    Passing variable values between pages using session
    This is one of the secured ways the variables are passed between pages. The best example of such a system is when we see our user-id inside a member area after we logged in. In a member login system the user details are verified and once found correct, a new session is created and with user id of the member and this value is stored at server end. Every time a new page is opened by the browser, the server checks the associated session value and display the user id. This system is more secure and the member doesn’t get any chance to change the values. For more details on session variables & its management read this.

    Passing variables between pages using cookies
    Cookies are stored at the user or the client end and values can be passed between pages using PHP. But here the client browser can reject accepting cookies by changing the security settings of the browser. So this system can fail to pass values between pages if user or client end settings are changed. But cookies are quit useful in handling user entered values and passing them between pages. Read more details on handling cookies in PHP

    Read detail about phb programing changing parameters click this link
    http://www.plus2net.com/php_tutorial/variables.php

    #325956

    zvezdan1
    Participant

    x

    #325989

    zvezdan1
    Participant

    x

    #326225

    zvezdan1
    Participant

    x

    #326226

    zvezdan1
    Participant

    help

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 15 total)
Reply To: How Can I Move A Parameter Between Pages

You must be logged in to post in the forum log in