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. MajorTechie

    Sending mail (Set Mail)

    Hello, I am having problems sending mail using ASP. Internally, the mail sends. But externally, it doesn't. Could this line possibly be the problem? Set Mail = Server.CreateObject("Persits.MailSender") Thanks
  2. MajorTechie

    Tracking URL

    Hi, I'm trying to figure out how to create a tracking URL. The kind of URL that has something appended at the end (?source=yadayada) so that you know where your users have come from. Is this usually done with CGI? I've sometimes seen it done using backend scripting, such as CGI, (although I...
  3. MajorTechie

    Tracking Code

    Yes, I mean with parameters, which will enable me to tell where my visitors have come from.
  4. MajorTechie

    Tracking Code

    I am looking to find a way to create an absolute link (http://www.tek-tips.com) with tracking at the end of it. (http://www.tek-tips.com?source=MajorTechie). I know how to do this using an .asp page, but not an .html page. Any ideas? Thanks
  5. MajorTechie

    Tracking Code

    I am looking to find a way to create an absolute link (http://www.tek-tips.com) with tracking at the end of it. (http://www.tek-tips.com?source=MajorTechie). I know how to do this using an .asp page, but not an .html page. Any ideas? Thanks...
  6. MajorTechie

    list-style-type

    Oops, got it to work... simple switcheroo from alpha-lower to lower-alpha! Thanks! <ol style=&quot;list-style-type: lower-alpha&quot;>
  7. MajorTechie

    list-style-type

    Thank you. Although I can't seem to make it work, it's not throwing errors like all of my attempts!
  8. MajorTechie

    IndexOf

    Ooh, I answered my own question... variable = InStr(StringToBeChecked, &quot;@&quot;)
  9. MajorTechie

    IndexOf

    Is there an equivalent to IndexOf in VBScript? I'm trying to validate an email and I'm a little rusty in my coding. Thanks!
  10. MajorTechie

    list-style-type

    Hello, I'm trying to create an embedded list. I want it to look like this: 1. Blah a. Blah So... I would like to use CSS to designate lower-alpha for the second <ol>. I can't get it to work. Do I specify <ol list-style> within the tag? Do I create a tag in my CSS file? Any help would be...
  11. MajorTechie

    Generic Signature Q

    Just wondering, how do you fancy programmers attach a graphic to your signature on this forum?
  12. MajorTechie

    repeat sounds with random delay

    I'm not sure I understand. You need: 1)4 sounds to play with with a random delay (hey I'm a poet), between each sound clip? 2)A for loop? 3)A debugger?
  13. MajorTechie

    Email This URL

    sjravee, The last bit gives me an error. I replaced URL2 = Replace(URL, &quot;%3A&quot;, &quot;:&quot;) URL3 = Replace(URL2, &quot;%2F&quot;, &quot;/&quot;) Content = URL3 + &quot;<p>&quot; + Comments with URL = Request(&quot;URL&quot;) URL = server.URLDecode(URL) Content = URL +...
  14. MajorTechie

    Dialog window

    Here's what I found on the subject: MsgBox(prompt[, format][, title][, helpfile, context]) InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context])
  15. MajorTechie

    Email This URL

    Hello, I have an &quot;Email this form&quot; button happening. I want the user to be able to fill in a form instead of popping up an email. So I've written an asp page to do the trick. The JavaScript code I have to send the url to the form is: <SCRIPT LANGUAGE=&quot;JavaScript1.2&quot;>...
  16. MajorTechie

    Shape Rearranging Puzzle

    Flash is capable of determining the x, y coordinates of a shape. My suggestion is a condition that determines a range of x,y coordinates that would be considered correct... Try something like that...
  17. MajorTechie

    Hi, I've got a simple form in Fl

    des Québécois? Je me sens chez moi...
  18. MajorTechie

    Getting Started

    Thanks for the help.... btw, what's the anual?
  19. MajorTechie

    Getting Started

    Hello, I recently downloaded MySQL for Windows. I've only ever used it with Linux. To my dismay, there was no clear way of launching mySQL in Windows (that I could see). Can anyone tell me how to get started?
  20. MajorTechie

    Hi, I've got a simple form in Fl

    Thanks!

Part and Inventory Search

Back
Top