Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » pl/sql web page probs
pl/sql web page probs [message #76690] Tue, 29 April 2003 21:03 Go to next message
Nitisha
Messages: 2
Registered: April 2003
Junior Member
Hey
Is this possible?
I have a pl/sql html form that gives search results that are displayed in the the same page.
one of the result dispaly is 'user number' ... I would like to be able to click on this 'usernumber' result and get into a new page(procedure) that registers the user.
How could I achieve this task of sending the user number value to another procedure.Thanks for any guidence
Re: pl/sql web page probs [message #76693 is a reply to message #76690] Fri, 02 May 2003 12:43 Go to previous message
pr
Messages: 4
Registered: December 1999
Junior Member
You could code the URL in the anchor tag to pass the user number as a parameter. Something like:

http://localhost/pls/dadname/proc1?usernumber=7564

If you need more than one parameter string them together using &.

http://localhost/pls/dadname/proc1?usernumber=7564&role=enduser

You could concatenate these things together and then parse the string on the other end to break the string out to variables. This is useful if you have a lot of parameters to pass since it keeps the URL shorter.

http://localhost/pls/dadname/proc1?p=7564:enduser

hth,
pr
Previous Topic: H-tree expansion weird on web deployment
Next Topic: tab page
Goto Forum:
  


Current Time: Thu Mar 28 06:36:27 CDT 2024