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 IamaSherpa 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: wuah
  • Order by date
  1. wuah

    window size problem

    Try this: Use this scipt in you <head> tags: *********************************' <script language=&quot;JavaScript&quot;> <!-- Begin function NewWindow(mypage, myname, w, h, scroll) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; winprops =...
  2. wuah

    Jmail problem

    The code is: JMail.AddRecipientBCC
  3. wuah

    How to send email thru JMail to multiple recipients (from BCC field)?

    I had the same problem. Here's my code and it actually works! ;-) The form-field &quot;ToBBC&quot; contained all the e-mail addresses seperated by a &quot;,&quot; ****************************************************** <%@LANGUAGE=&quot;VBSCRIPT&quot;%> <% varToEmailBBC =...
  4. wuah

    Inverse tangent

    Many thanks! :-)
  5. wuah

    bg transparent swf's?

    Just type: <param name=&quot;wmode&quot; value=&quot;Transparent&quot;> in your HTML-code. It's a Windows deal only...
  6. wuah

    Inverse tangent

    Is it possible to get the inverse tangent in Flash? I know, that Math.tan(0.785) will result in 1, but what if I want to get the inverse tangent to 1? How do I write that? Greetings rasmus
  7. wuah

    submit multiple forms

    thanks... - I'll wait in excitement... ;-)
  8. wuah

    submit multiple forms

    which was what?! Please tell...
  9. wuah

    Help! I'm going crazy - load variables problem!

    Are you sure? The thing is: It works if I test it local.. - you know from Explorer, where I open the HTML-file locally, but when I upload it and type in the URL (http:// etc.) it doesn't.. Could it be a server problem? Greetings
  10. wuah

    Help! I'm going crazy - load variables problem!

    Okay - here's the deal: I'm trying to load some variables to a jsp-file from my Flash and I can't get it to work. I works fine if i &quot;getURL&quot; but that's not what I want. I want to load the variables and use the response the jsp-file gives me and then use it in my Flash. I'm using the...
  11. wuah

    loading external files

    Hi I want to run an external script (a jsp-file) in my asp script. That is; I have to send some variables to this site/script and then get a response which I will make my asp code respond to. I only want to load the jsp-variables - not go to the site as I'm reloading my initial asp-file. The...
  12. wuah

    Unique numbers

    Is there anyway to create a unique number without a database with auto number? I'm thinking to do something with time. ? Any suggestions? Help /Rasmus
  13. wuah

    Unix time?

    How do you call the time in seconds from the 1/1 1970? <%=Unix %> ...nooo? Please help Regards
  14. wuah

    Netscape error

    Thanks, but it still works, but it doesn't help with the Netscape problem. I can't link from the initial page to another with this script in Netscape. Why is that? Greetings
  15. wuah

    Netscape error

    I use this tag in my body tag: onUnload=&quot;javascript:window.location.reload()&quot; that is: <body onUnload=&quot;javascript:window.location.reload()&quot;> I use it to get a cookie to work. I only have the problem in Netscape Nav. When I try to close the browser it gives me an error and...
  16. wuah

    Cursor loacation in textfields

    Is there anyway to measure/get the cursor location in a form-textfield if I, for instance, want to place some text from another textfield in the the first textfield using javaScript? That is... - If I want to place a line of text in the main textfield between (let's say) word 3 and 4 (the cursor...
  17. wuah

    Loading external images into Flash

    Is it possible to load an external gif or jpeg into Flash? What I mean is: It's possible to make your Flash-site dynamic using integration between ASP and Flash. But what if this includes images...? For example a new photo(jpeg) in a new article or something like that... Is there anyway to to...
  18. wuah

    'Order by' problem

    Thanks for the answers... The problem was caused by a personal blunder blunder by myself. It's going in the end of the statement but i forgot to put it inside the sql. Sometimes you just see yourself blind on something when it's right in front of you face - but thanks anyway! This is what...
  19. wuah

    'Order by' problem

    Hello I have the following sql-statement: strSQL = &quot;SELECT * FROM tblCBtest WHERE ((cb = '&quot; & strTypen1 & &quot;') OR (cb2 = '&quot; & strTypen2 & &quot;') OR (cb3 = '&quot; & strTypen3 & &quot;')) AND &quot; strSQL = strSQL & &quot; (Amt LIKE '%&quot; & strAmt & &quot;%') AND...
  20. wuah

    SQL question

    Yes: Microsoft OLE DB Provider for ODBC Drivers error '80040e07' [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. /marathon/resultspage3.asp, line 46 I'm not quite sure if it is the SQL that causes the fault, but I have a suspicion ;-)

Part and Inventory Search

Back
Top