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="iraf.qstfrm#'||p_area||'?p_ira_id_event='||p_ira_id_event||'&p_area='||p_area||'", name="qstfrm" scrolling="yes" >');
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
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="iraf.qstfrm#'||p_area||'?p_ira_id_event='||p_ira_id_event||'&p_area='||p_area||'", name="qstfrm" scrolling="yes" >');
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