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 Chriss Miller 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: shu745
  • Content: Threads
  • Order by date
  1. shu745

    Query taking 2.5 minutes to process, plz help.

    Hi all, in MS Access 2000 I have a query which joins two other queries together: --- getExtras --- SELECT [Extras].[Code], [Extras].[Coords], [getPhone].[Phone] FROM Extras INNER JOIN getPhone ON [Extras].[Code]=[getPhone].[Code]; --- getMostUpdatedDup --- SELECT [BadgeHolder].[Counter]...
  2. shu745

    Target HTML Frame

    Hi all, I was just wondering if it is possible to target a specific frame of an external website, assuming I know all the frame names of that external website. For example, on WebsiteA I have a link to WebsiteB. WebsiteB is made of 3 frames (top_banner, left_navigation, main). Normally when...
  3. shu745

    Target HTML Frame

    Hi all, I was just wondering if it is possible to target a specific frame of an external website, assuming I know all the frame names of that external website. For example, on WebsiteA I have a link to WebsiteB. WebsiteB is made of 3 frames (top_banner, left_navigation, main). Normally when...
  4. shu745

    Quick IE 'view source' question.

    Is there a way I can specify what program (other than notepad) is opened when I view source thru IE. Thanks in adv. Shu
  5. shu745

    FireFox issue with page redirect within form tags

    Hey all, what's up with this(please test in firefox): Here is my test code: ------------------------------------ <html> <head> </head> <body> <form> <button onClick="window.location.href='http://www.tek-tips.com/'">Go (inside form tags)</button> </form> <br /> <button...
  6. shu745

    Quick Issue :: onClick with FireFox

    Hey all I was just wondering if FireFox has a bug. It seems that when I use this code: --------------------------- <html> <head> <body> outside form tags<br> <button onClick="javascript:window.location.href='index.html'">Reset</button> <br><br> <form> inside form tags<br> <button...
  7. shu745

    Javascript form help - dynamic field names...PLZ

    Hey all, I was hoping someone could help me. I am having some problems getting javascript to evaluate some select list field names with have been created dynamically. Here is the page: http://www16.brinkster.com/shu745/tmp/test.html here is the script: ----------------------------------------...
  8. shu745

    Help with Photoshop error please...

    Hi all, I'm having trouble opening up certain photoshop documents. I have Photoshop 6 and I believe the psd i am trying to open up is done in photoshop 8. The error i get is: "Could not open file.psd because there is not enough memory (RAM)." I know I have enough RAM (1 Gb) and I set the...
  9. shu745

    Expanding Iframe height to fit it's content.

    Hey all, the subject line is pretty self explanitory. I think I've seen it before but I'm not sure where. I would greatly appreciate anyone's help with this. Thanks much. - Shu
  10. shu745

    Scrolling div to top.

    Hey all, I was hoping someone could help me with my situation. I have a page where I am using javascript to populate a div using the onClick method. So bacically you have like 'terms A', 'terms B', 'terms C' and if you click on them the <div id=term></div> will populate with a javascript...
  11. shu745

    Use image input type file?

    Hey all, I was hoping there was a way to use an image to essecially do the same thing as <input type="file">. I haven't seen it done before so I'm not sure if it's possible. I was hoping thru javascript we could do sumething like: function browseFile() { whatever code needed to do the file...
  12. shu745

    Is there a way to...

    Hello I was wondering if there is a way or technique to transfer or copy guidelines from one psd to another. Reason being is that I have multiple psds which just differ in color themes and I use guides to layout my slices. But each time i have to redo all my guides for each psd. Is there a...
  13. shu745

    LDAP groups

    Hi all: I'm new to ADSI and I'm trying to retrieve the sub groups of our company's active directory, so I can get down to the user level and query the user's properties (name, telephone, etc). I don't have the directory structure, so I tried to get it programmatically: set container =...
  14. shu745

    winnt vs ldap using adsi

    All, What's the main difference between using WinNT provider and LDAP provider? For some reason I can't get LDAP to work, so I'm trying to use WinNT. Will this give me access to the same fields? I need to retrieve user information like name, dept, phone, email, etc. Will using WinNT...
  15. shu745

    show fields changed

    Hi All, I know there is a way but I don't know how to do it... When users make updates to rows in a database, how can you tell exactly which fields were changed? Thanks in advance!
  16. shu745

    upload to different server

    Hi All: Is it possible to upload a file to a different webserver or file server from where the site is stored? And how would I be able to do this? Do only some upload components do this, or should all be able to and it's just a matter of specifying the path of the server? I'd appreciate any...
  17. shu745

    Looking for DHTML Menu..

    I was hoping someone could point me towards a script which prooduces a NAV menu similar to the one on OpenCube.com (their own nav). Basically I am looking for a relatively positioned menu (preferably one which could be placed inside a table cell) which uses images (at least for the parent...
  18. shu745

    clientWidth always returning 0

    Hi All, I'm trying to get the width of each column of a table. But when I use the clientWidth property, it always returns 0. Why is this and is there a way to fix it or ANOTHER way to find out the width (not using style.width) of a column? Much thanks!
  19. shu745

    detect browser's activex settings?

    Hi all, Using javascript and IE 5.0+, is it possible to detect whether &quot;Initialize and script ActiveX controls not marked as safe&quot; is enabled on the browser and if not, how to automatically set it up that way without having the user manually do it? Much thanks for any assistance!
  20. shu745

    migration of data from one db to another using xml

    Hi All! I am a beginniner in XML and I've been put on a project to create an XML connector/adaptor to move data from one database to another. I understand that I would have to output the data from db1 to xml format, but when db2 reads the xml doc to import the data, does it have to map some...

Part and Inventory Search

Back
Top