I made a procedure named "P1" that generates a html file using htp. In the html file, there is a hyperlink that opens another procedure named "P2" in the database. The hyperlink is like
...
I called "P1" in the test window. The html file appeared in the HTP Output window correctly. But when I clicked the hyperlink, it could not find "P2" procedure.
The problem is that it tryed to look for the P2 in local machine directory
C:\Documents and Settings\yan\Local Settings\Temp
not in the database.
I don't want to put a whole url in the href tag to hardcode my program.
How can I fix this problem?
Thank you
...
I called "P1" in the test window. The html file appeared in the HTP Output window correctly. But when I clicked the hyperlink, it could not find "P2" procedure.
The problem is that it tryed to look for the P2 in local machine directory
C:\Documents and Settings\yan\Local Settings\Temp
not in the database.
I don't want to put a whole url in the href tag to hardcode my program.
How can I fix this problem?
Thank you