what he means is
http://learnasp.com/learn/includedynamic.asp
or
http://learnasp.com/learn/includeasphttp.asp
(if he does not want to buy the cheap ASPHTTP to call other servers
then XMLHTTP will do for free in classic ASP if he googles it).


On Sat, 25 Dec 2004 08:28:58 -0800, Mingle <[EMAIL PROTECTED]> wrote:
>  What do you mean when you say Call ??
>  
>  I am assuming that you want to direct the User automatically to this
>  on some event.
>  
>  Here are some ways:
>  1 . By the Method you wrote ie <form method=post action="./myfile.htm" >.
>       For this one ...you need to Submit the Form and then it will
>  perform the Action you want (Postin the form to myfile.htm)
>  For submitting you have can either have a submit button or explicilty
>  submit by document.formname.submit()
>  
>  2 . You can even perform Response.Redirect to call the myfile.htm from
>  your current ASP Page. Like Response.Redirect "/myfile.htm".
>  
>  Regards,
>  Mingle.
>  
>  
>  
>  On Sat, 25 Dec 2004 14:24:35 -0000, moonlight_magica
>  <[EMAIL PROTECTED]> wrote:
>  > 
>  > 
>  > Hello
>  > 
>  > I want to call myfile.htm  from asp page i tried
>  > <form method=post action="./myfile.htm" >
>  > but sir it is not working could u help me by giving some working
>  > trick
>  > 
>  > Regards,
>  > Priti
>  > 
>  > 
>  > 
>  > Yahoo! Groups Links
>  > 
>  > 
>  > 
>  > 
>  >
>  
>  
>  Yahoo! Groups Sponsor 
>  
>  ADVERTISEMENT
>  
>  
>  ________________________________
>  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 the Yahoo! Terms of Service.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
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/
 



Reply via email to