nt4os Posted July 24, 2011 Posted July 24, 2011 Hey there guyes! Im working a little bit with uniGUI, its awsome! But now i have a question to work with it lke that: 1.) Open Browser with ISAPI Module for example like http://localhost/one.dll and now you click in the interface from one.dll on a button than i will go to two.dll with some url parameters (for example http://localhost/two.dll?mynameis=Herbert How is this possible? I need your Help! Thank You all! nt4os Quote
Administrators Farshad Mohajeri Posted July 24, 2011 Administrators Posted July 24, 2011 Hi, This feature will be implemented in UniURLButton component. Quote
nt4os Posted July 25, 2011 Author Posted July 25, 2011 only in the button? i think it would be better so make thias in the MainModule! MainModule.Redirect(url, delay); Don´t you think thats better? Quote
Administrators Farshad Mohajeri Posted July 25, 2011 Administrators Posted July 25, 2011 only in the button? i think it would be better so make thias in the MainModule! MainModule.Redirect(url, delay); Don´t you think thats better? Yes that's another possibility too. Quote
dionel1969 Posted July 27, 2011 Posted July 27, 2011 MainModule or ServerModule???? I don't know, but if the problem of http service is from ServerModule, I think it must be there. Is my point of view. Quote
Administrators Farshad Mohajeri Posted July 27, 2011 Administrators Posted July 27, 2011 Actually it will be UniSession.Redirect(url, delay); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.