Assuming your textboxes are called "value1" and "value2", something like
this in the page your form is pointing at will do the job :-
<%
response.write "<script language=""JavaScript"">" & VbCrLf
response.write " window.open('popup.asp?value1=" &
request.form("value1") & "&value2=" & request.form("value2") & "',
'windowName');" & VbCrLf
response.write "</script>" & VbCrLf
%>
Dan
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of kejeckam
Sent: 31 May 2005 15:26
To: [email protected]
Subject: [AspClassicAnyQuestionIsOk] urgent help please
Please am not so good on ASP. Am actually working oin this little
project. I have a web page that contains a form with 2 textboxes and a
submit button. When info is entered into the text boxes and the submit
button clicked, i want the data in the boxes to be picked and added or
appended to a URL which will now be opened inside a popup. Please I
need detailed reply (possibly code snippet)
Ken
________________________________
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]
subscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/