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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alsoknownas

  1. alsoknownas

    Email sent via SMTP upon clicking the "Submit" button

    here's a great learning link: http://www.4guysfromrolla.com/webtech/LearnMore/Email.asp [center] [/tt]
  2. alsoknownas

    why can't i switch to code view in dreamweaver mx?

    check if you did not drag the divider all the way to the top... [center] [/tt]
  3. alsoknownas

    Redirect

    This sample is set to redirect in 15 seconds and you can change it to whatever you want <HEAD> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> redirTime = &quot;15000&quot;; redirURL = &quot;your_page.asp&quot;; function redirTimer() { self.setTimeout(&quot;self.location.href =...
  4. alsoknownas

    need your help to create a link (ASP newbie)

    have you tried: response.write &quot;<a class=&quot;&quot;threadlink&quot;&quot; href=&quot;&quot;&quot; & sValidatedBaseURL & &quot;/thread-view.asp?threadid=&quot; & vThreadRows(0, index) & &quot;&posts=&quot; & vThreadRows(4, index) & &quot;&quot;&quot;> [center] [/tt]
  5. alsoknownas

    delete.asp won't show delete until refresh

    why not instead of the user pressing back not have the form upon submitting it redirect back and solve the problem that way... [center] [/tt]
  6. alsoknownas

    Testing Server

    if you're running windows 98 you can download PWS (personal web server) windows 2000 - xp pro come with a full version server IIS [center] [/tt]
  7. alsoknownas

    Search Results ASP

    well, the design on how you want to make it appear it's all up to you. and to display all the records from a rearch on a new page 1. create a form with one field (say last name) and use form action &quot;get&quot; sending the form to page 2 2. on page two create a recordset of the table and...
  8. alsoknownas

    Argh! Delete A Directory

    And just to mark this post as helpful/expert. I'm giving good old GaryC123 a on your behalf TonyRosen [center] [/tt]
  9. alsoknownas

    How to get MS Access Forms to the web quick and inexpenxive?

    Again, here's the concept: Since all the data you need is resident in the database, all you need to do is pull it from it with .asp . Place your database on the server and create a connection to it either DSN-Less or a DSN whichever you want. 1. Create a simple asp page with an SQL...
  10. alsoknownas

    creating a email web form

    Another thing, don't add the ?email=variable to the url. (http://www.tipsontables.com/action.asp?email=) Your actions page already knows what variable was sent [center] [/tt]
  11. alsoknownas

    creating a email web form

    that was my fault on my post, I misstyped that for xstranded [center] [/tt]
  12. alsoknownas

    creating a email web form

    change your code from: <html> <head> <title>test</title><br> <form name=&quot;MyForm&quot; action=&quot;action.asp&quot; method=&quot;get&quot;> Username: <input type=&quot;text&quot; name=&quot;email&quot;> <input type=&quot;submit&quot; value=&quot;Submit&quot;> </form> </body> </html> TO...
  13. alsoknownas

    Needed expert opinions on MS Access Forms and Web Pages

    perhaps if you layout what you're trying to do one can help you with the logic and or code [center] [/tt]
  14. alsoknownas

    Changing date format for text box

    Hey thanks Cheech [center] [/tt]
  15. alsoknownas

    Right Function

    The one one the left if Pinky and the one on the right is the Brain :-) You know, pinky and the brain [center] [/tt]

Part and Inventory Search

Back
Top