[How to ]Jump page if input text is .. ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dragonw
    Forum Member
    • Sep 2007
    • 15

    [How to ]Jump page if input text is .. ?

    Hello

    I have 1 combobox (with Text and Data) + input (For Get ComboboxData)+ Button OK
    (data : Juin,March,April....)
    i wanna to add jump page if the text in input is Juin for exemple

    help Please if you have any solution

    Thanks
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1321

    #2
    if (Input.GetText("Object Name") == "Juin") then
    Page.Jump("Page2");
    end

    Comment

    • dragonw
      Forum Member
      • Sep 2007
      • 15

      #3
      Woorkk !! ! Nice thank you man

      Comment

      Working...
      X