Hi!
I have a form, when the user selects "submit" i would like to have another web page open automatically and pass ome variables to it.
The code i have below is to open another web page and pass variables using a LINK. However, i do not know hgow to modify it so it opens automatically.
<a href="ProjectAccounts.Asp?FiscalYearChosen=<%=server.urlencode(Session("ComboYears"))%>&FinAppropId=<%=server.urlencode(RS("FinAppropId"))%>&FinProjectId=<%=server.urlencode(RS("FinProjectId"))%>&FinContractAct=<%=server.urlencode(RS("FinContractAct"))%>&%>" target="_blank"> <font face="Tahoma" color="black" size="2">Detail</a></font>
I have a form, when the user selects "submit" i would like to have another web page open automatically and pass ome variables to it.
The code i have below is to open another web page and pass variables using a LINK. However, i do not know hgow to modify it so it opens automatically.
<a href="ProjectAccounts.Asp?FiscalYearChosen=<%=server.urlencode(Session("ComboYears"))%>&FinAppropId=<%=server.urlencode(RS("FinAppropId"))%>&FinProjectId=<%=server.urlencode(RS("FinProjectId"))%>&FinContractAct=<%=server.urlencode(RS("FinContractAct"))%>&%>" target="_blank"> <font face="Tahoma" color="black" size="2">Detail</a></font>