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

    pdf links won't open in safari browser???

    can you guys try this site/pdf and tell me if you can view it in safari? http://cityclerk.lacity.org/election/ncdocs/website.pdf
  2. snobrdinrtiste

    pdf links won't open in safari browser???

    Hey Mac guru's, I have a pressing problem I can't seem to find an answer to. I have a bunch of pdf's online and they all have hyperlinks. The hyperlinks all work fine in IE, Firefox, Chrome (PC based browsers). But in Safari, the links won't open unless I open up the pdf in Acrobat Reader...
  3. snobrdinrtiste

    localhost has really slow response time

    sorry about that... i'm running windows xp with IIS 5 and my php is running on the php5isapi.dll
  4. snobrdinrtiste

    localhost has really slow response time

    Hi everyone, I installed php 5.2.1 and mysql 5.1 on my pc to do some php development. Everything works fine however when i call up a php page, the response time takes really really long to serve up the php page. Any ideas why this is happening? even a simple <? phpinfo ?> takes a long time.
  5. snobrdinrtiste

    Create Access Table with Primary Key in ADOX

    Can someone help me with this... i'm stumped how can I add a primary key to an Access table I created using ADOX. here's my code: ADODB.Connection sqlconAdo = new ADODB.Connection(); ADOX.Catalog sqlcatAdox = new ADOX.Catalog(); ADOX.Table sqltableAdox = new ADOX.Table(); ADOX.Key sqlKeyAdox =...
  6. snobrdinrtiste

    ok this is a hard query to do...please help

    hey john, thanks for the help! I couldn't search for it cuz i didn't really know how to call that kind of a query... thanks!
  7. snobrdinrtiste

    ok this is a hard query to do...please help

    hey guys sorry for the cryptic subject header but.... i have a problem of trying to query a table that has for example 3 records that has the same information for the name, address, phone, etc. fields EXCEPT for the comment field so the records will look like this: john doe1 - new york -...
  8. snobrdinrtiste

    Logging all DTS activities and ip connections?

    is there a way to log all dts activity including ip connections?
  9. snobrdinrtiste

    closed application still in memory

    nevermind.... i just forgot to use Application.Exit
  10. snobrdinrtiste

    closed application still in memory

    can someone help me with this? how do i free up the application's resource when i exit the application using vb.net. I thought that vb.net has a garbage collection that handles this? but it doesn't seem like the case for this particular application i wrote... after i close the application, i...
  11. snobrdinrtiste

    possible to simulate enter key with javascript?

    the reason i'm asking this is because I cannot submit the form just yet and need it to be automated... so is it possible for javascript to emulate the the enter key's keypress event?
  12. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    just that line doesn't work.... ie and firefox says there is an error with that statement... :(
  13. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    vbkris, what if i want to use an asp:textbox to handle the value change? because i want to use that textbox's value in the subroutine... is that possible?
  14. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    no i'm not sure how to do it... can you give me a quick example? i'm doing this: document.getElementById("txtBoxId").onchange = function() { //not sure what to put here to call the subroutine ??? }
  15. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    but will that call the vb subroutine in the code behind page?
  16. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    hi everyone, I was trying to use Javascript to change an asp:textbox's value and once that value changes I want the textbox__TextChanged SubRoutine to fire... but the problem is, is that javascript will chance the textbox's value but the SubRouting will not fire unless i manually change the...
  17. snobrdinrtiste

    get page size?

    hey Isadore, thanks for your help. Yeah, i tried getting the values of the width and height from javascript and putting those values in textboxes... so i guess i'll probably have to post those values back to the same asp page... i'm going to try to use ajax to do the post asychonously. if anyone...
  18. snobrdinrtiste

    get page size?

    Hi everyone, i'm new to asp.net and i'm trying to get the document's width and height on page load. I know there are functions that will return the document's width and height in Javascript.... but how would i do it for .net? Can anyone help me on this? tia, derek
  19. snobrdinrtiste

    water particles to a logo with Particular?

    Hi everyone, I was wondering if anyone here can help me with creating water particles that come together to form a text logo? I found a really cool example here (http://www.ayatoweb.com/ae_tips_e/ae51_e.html) and am in need of help on step 2. Anyone? Thanks in Advance!

Part and Inventory Search

Back
Top