Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. durell

    redirect from aspx to asp

    Thanks for all of your advice on this. I will see if I can get more of the basics down before I jump into this .net thing...yes it is very different from what I am used to working in (ASP).
  2. durell

    redirect from aspx to asp

    like I said I am not an asp.net developer....I have no idea what you mean by the previous message to this. I do appreciate the help...but maybe this is just over my head.
  3. durell

    redirect from aspx to asp

    Throws an error with the <% .. %> and without them it is throwing an error also "BC30213: Comma or ')' expected
  4. durell

    redirect from aspx to asp

    Asp code: response.redirect "http://www.skipperslogbook.com/readypop/" session("inbound_email_check") = "done" response.write("session="&session("inbound_email_check")&"<BR>") responmse.end aspx code: <%@ Page Language="VB" %> <%@ Import Namespace="System.Data" %> <%@ Import...
  5. durell

    redirect from aspx to asp

    It is just a simple "response.redirect "<url>". I have tried a virtural path "/" and the full address (http://..". I am an asp developer not asp.net so this is really causing me fits. I have all the code stripped out of the default.aspx except the names spaces and the redirect. If I run the...
  6. durell

    redirect from aspx to asp

    I have an asp page that redirects to aspx and then after processing there is a redirect to another asp page. Once the aspx finishes processing and tries to ddo the redirect to asp I am receiving an error of "Internet Explorer cannot display the webpage" Any help resolving this issue woudl be...
  7. durell

    Redirect with a command line script to another server

    I am trying to run a command line script that needs to link to another command line script on ANOTHER sever. I have tried using print &quot;Location: http://www.somewhere.com/cgi-bin/test.pl\n\n&quot; ...but all it does it print out the line on the console. Any ideas??!!??
  8. durell

    jumping (not a redirect exactly) to another platform cgi

    the socket approach seems way to complicated for what I want...how would I go about the rsh/telnet/ssh session approach.
  9. durell

    jumping (not a redirect exactly) to another platform cgi

    This is the situation. 1) A Perl script is running on an NT Box from the command line of the console (it is on a timer). It has no output only updates a database... so far no problems...Script runs ok!! 2) BUT on certain conditions...it needs to start another sctipt (CGI) on a UNIX box. The...
  10. durell

    How do I create a Drop-down like IE Address Drop-down

    Guess the subjct says it all....How do I make a drop-down I can drop or enter text.
  11. durell

    Submitting a Form from a different Frame

    Not being that comfortable with frames..your suggestion was lost...I appreciate the attempt ..let me give you some more detail... the following is some cutdown code..the submit button should submit the data in the form from Arequest.asp to Frame_Detail.asp.....is this do-able??? <div...
  12. durell

    Submitting a Form from a different Frame

    I have a need to have a frame with a form in it (no problem) ..but the &quot;submit&quot; button is on another frame. Is this even possible....if so how do I handle it...

Part and Inventory Search

Back
Top