how to call a page from cgi

admin

Administrator
Staff member
Was wondering if this is allowed:
window.parent.location = "/cgi-bin/transList.cgi"

I want to load the page from cgi when the user presses a button. I know I can specify it on the action attribute of form tag but I'm calling another cgi on the action.

Is this possible or only the action attribute accepts the "cgi" call??

Thanks.
 
Back
Top