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 sizbut 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. muppetgrrl

    Mac/PC compatibility with JS menu

    All the Mac browsers my company uses, yup! (Our standard is to use IE, so the others are moot, anyway.)
  2. muppetgrrl

    Mac/PC compatibility with JS menu

    Never mind--it turns out that the MAc wanted me to create my own function and call it; it wouldn't allow me to do it within the link. All repaired. For anyone else who's interested: function sameBrowser(URL) { parent.location = URL; } Menu2_1=new...
  3. muppetgrrl

    Mac/PC compatibility with JS menu

    I'm using a basic flyover menu (dl'ed from Gers Versluis) and trying to make it compatible on both Mac and PC. Because it's in a frameset, I want to be able to open some sites targeted to the top. It's simple to do in PCs, but Macs don't like any of the javascript. Is there a method I'm missing...
  4. muppetgrrl

    Zero-length string problem!

    Actually, you were right--I moved it to the end so it's all in order (I had logic for putting it in a different place, but it was bad logic!) and after moving AwardsWon to the end, it works now. Thanks a mil!
  5. muppetgrrl

    Zero-length string problem!

    It's in there a bit earlier: '' AS WebDate , 'New Award' AS AwardsWon, '' AS PressBookingDate, 'No' AS ARCandidate , 'No' AS BookCandidate , 'No' AS DialogueCandidate , 'No' AS WebCandidate , 'No' AS PressCandidate , 'No' AS AwardsCandidate; Again, thanks for responding. I'm going nuts here!
  6. muppetgrrl

    Zero-length string problem!

    Thanks for responding. The top SQL is a response.write. It's not being truncated, because AwardsCandidate is showing up. The thing is, if I go into the DB and make ARCandidate allow zero-length, all the other "Candidate" fields work fine. It's the only one going wonky, for some reason. And I...
  7. muppetgrrl

    Zero-length string problem!

    I can't have zero-length strings in a field (it's a checkbox that should read yes or no) and it worked before, but now it's not, and I can't figure out why. When I response.write the SQL statement, it shows that the string is 'No' but when I execute, it says it's a zero-length string. Gah...
  8. muppetgrrl

    Slide images not showing up.

    Thanks so much for the assist, folks!
  9. muppetgrrl

    Slide images not showing up.

    The images are in the same folder, and the initial image shows up. And the correct border size of the images also show up--just not the image itself. I checked out a few other slideshow codes, and found that if I call the javascript using this code: <a href="javascript:prevImage()"><<...
  10. muppetgrrl

    Slide images not showing up.

    The images are in the same folder, and the initial image shows up. And the correct border size of the images also show up--just not the image itself. I checked out a few other slideshow codes, and found that if I call the javascript using this code: <a href="javascript:prevImage()"><<...
  11. muppetgrrl

    Slide images not showing up.

    I tried posting about this last week; here's hoping someone might figure it out this time. The following slideshow shows the image caption; advances prev and next as it's supposed to; and shows the proper-sized BORDER of the image. But it doesn't show the image, just a blank space. Any ideas...
  12. muppetgrrl

    Bizarre slideshow behavior

    I'm just learning javascript, and I'm trying to figure out why my slideshow's not working. I'm not getting an error, and the innerHTML commands are working fine, so I know the counter's working. What's NOT happening is that the image isn't showing up. It's showing the border, but just a blank...

Part and Inventory Search

Back
Top