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 SkipVought 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: *

  • Users: alsoknownas
  • Order by date
  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]
  16. alsoknownas

    Changing date format for text box

    In addition to Cheech's suggestion try this tutorial: http://aspfaq.com/show.asp?id=2260 [center] [/tt]
  17. alsoknownas

    HOW TO GET A RECORD VALID

    do you only have 1 record in your database? and are you selecting top 1 because you want to retrieve the last record you inserted?? it would probably be better for you to either loop thru the recordset and or sort the table descentding Just a thought [center] [/tt]
  18. alsoknownas

    Needed expert opinions on MS Access Forms and Web Pages

    &quot;I myself think it might be a waste to create these .asp pages and link with my Access tables. &quot; Your above statement tells me that you have no idea nor have you researched how productive .asp pages cam be. (You sure you're a programmer?) In a nutshell - The asp concept: faq333-3615...
  19. alsoknownas

    creating a email web form

    ** Anytime ** [COLOR=blue]Glad to help. Simply returning the favor for the amount of times I've been and will be helped... [center] [/tt]
  20. alsoknownas

    Fields name from a table.

    test [center] [/tt]

Part and Inventory Search

Back
Top