Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening form at a bookmarked location.

Status
Not open for further replies.

sharmas

Programmer
Mar 1, 2001
1
US
Hi everyone,

I have been struggling with this for the past two days.
I am trying to open a form at a bookmarked location.

I am using the following code :

The calling function
called ask_questions has the following code to
open the new form called qstfrm.

htp.print( '<frame src=&quot;iraf.qstfrm#'||p_area||'?p_ira_id_event='||p_ira_id_event||'&p_area='||p_area||'&quot;, name=&quot;qstfrm&quot; scrolling=&quot;yes&quot; >');

This code works perfectly in Netscape, however it gives
an error message in IE.
The error message is:

iraf.qstfrm: SIGNATURE (parameter names) MISMATCH
VARIABLES IN FORM NOT IN PROCEDURE:
NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: P_IRA_ID_EVENT,P_AREA

I hope someone will have an answer for this.
Thanks
Suman

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top