what is in the url?

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

what is in the url?

#1

Postby t4nu » Fri Feb 12, 2016 4:56 am

Hi,
I notice that the url is something like this:
http://localhost:3050/ebasetest/mainFor ... 5251647753

what is ebd and ebz?
Can I get its value from within the script? If so how?
Thanks in advance for the help.
0 x

Jon
Moderator
Moderator
Posts: 1342
Joined: Wed Sep 12, 2007 12:49 pm

#2

Postby Jon » Fri Feb 12, 2016 9:59 am

ebd and ebz are used internally to control the flow of pages. They aren't of much interest to the application. If you want to you could access them via the request document e.g.

Code: Select all

client.request.getParameter("ebd");
0 x

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

#3

Postby t4nu » Mon Feb 15, 2016 3:02 am

OK.
Thanks a lot for the info.
Jon wrote:ebd and ebz are used internally to control the flow of pages. They aren't of much interest to the application. If you want to you could access them via the request document e.g.

Code: Select all

client.request.getParameter("ebd");
0 x


Who is online

Users browsing this forum: No registered users and 15 guests