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.
what is in the url?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
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
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
OK.
Thanks a lot for the info.
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