Mega Search
23.2 Million


Sign Up

Make a donation  
let users go straight to a specific page  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb

hi all,.

is it possible to let users go straight to a specific page according to parameters?
for example, to let the users go to their page according to their UID, and the address will be something like : www.MyApp.com\12345

Thanks

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 23-Jan-2015, at 7:42 AM EST
From: Eitan Arbel
 
Re: let users go straight to a specific page  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb
> {quote:title=Eitan Arbel wrote:}{quote}
> hi all,.
> 
> is it possible to let users go straight to a specific page according to parameters?
> for example, to let the users go to their page according to their UID, and the address will be something like : www.MyApp.com\12345

Also see the last few responses in this thread:

  https://forums.embarcadero.com/thread.jspa?threadID=110828

Dan

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 23-Jan-2015, at 5:14 PM EST
From: Dan Barclay
 
Re: let users go straight to a specific page  
News Group: embarcadero.public.delphi.thirdpartytools.intraweb
You can read and respond to the parameters in the ServerController.  In IW14 you can use the OnGetMainForm event.  The paramaters have to be passed in like this, http://www.mydomain.com:8888/$/start/?myparam=value1&another=value2.

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 23-Jan-2015, at 4:29 PM EST
From: Daniel Fields