I have two variables in my page:
 
<form action="searchstudent.asp">

Student No:<input type="text" name="studno">
Department Name:<input type="text" name="depname">
<input type="submit" value="Search">
</form>

Now when I press the button and it goes to searchstudent.asp file and do some 
process to find the student no. After process i find values in mstudno, 
mdeptname now i want to move these values into my main program from where i 
call searchstudent.asp file. How to i move them as i dont want any button in 
the searchstudent.asp file i want that these values automatically move to the 
original file. There is one method response.redirect. How to i use this method 
with
values or is their any other method, PLEASE HELP
 
Thanks,


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> 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/
 


Reply via email to