Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » button to display form ( using htp.formSubmit) (oracle)
button to display form ( using htp.formSubmit) [message #457746] Tue, 25 May 2010 16:32 Go to next message
rkhatiwala
Messages: 178
Registered: April 2007
Senior Member
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Release 11.1.0.6.0 - Production
"CORE 11.1.0.6.0 Production"


Hi,
I am using htp packages to create webpage. I want to create a button, when clicked, opens a form (htp.formopen) on the same page where the button is. This form has the textboxes where user can enter data, and a SAVE button.So, without clicking on the button, when a page is loading, it should not show these area ( or form ) where user can enter data.

Thanks.
Re: button to display form ( using htp.formSubmit) [message #459662 is a reply to message #457746] Mon, 07 June 2010 16:29 Go to previous message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
A simple frameset would probably be the easiest. Very roughly, something like...

<html>
<frameset rows = "25%,*">
  <frame src ="sho_botton_proc" />
  <frame name="my_form" src ="sho_form_proc" />
</frameset>
</html>

Previous Topic: Step by Step solution to pdf printing
Next Topic: Oracle_PHP_SUPPORT
Goto Forum:
  


Current Time: Thu Mar 28 08:21:46 CDT 2024