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

    the : in javascript/json

    i've got a function that looks like this, but I really only have a vague understanding what it's doing. I think that it is JSON, but can somebody either explain to me what is happening in javascript formatted like this or point me towards a useful tutorial that I can read - i've read some...
  2. NuJoizey

    IE appends garbage to url

    what specifically would i look for in there? Uncommitted, except to looking good. Constantly judging. Always on the verge of being upset.
  3. NuJoizey

    IE appends garbage to url

    on thing i noticed, that if I http request the url value on the onload event of my code-behind (i'm using ASP.NET framework with C#), and write it to the screen it only shows: http://www.mysite.com/mypage.aspx?id=1122 I tried to write a function using .NET http objects/methods that would strip...
  4. NuJoizey

    IE appends garbage to url

    well, that's just it, I have no idea where it came from. How could I determine if it is sent, and if so then how might I trace it back to where or what kind of code it was sent from? something is writing #show=mypage.aspx%5Qid%2W1122 to the url. but i have no idea what it is or where its...
  5. NuJoizey

    IE appends garbage to url

    this problem only exists in IE and no other browser as far as I can determine: the href in the html points has this: http://www.mysite.com/mypage.aspx?id=1122 but then in IE when the user clicks it, somehow the resulting url is...
  6. NuJoizey

    dynamic html table in xslt

    yes that is precisely it. I thought I was being clear. Sorry. Note the difference in my desired vs non desired output, and it is only that it has to do with spacing. If the "book signing" event only has location information, and not date and time, then I want it to be in the top right of the...
  7. NuJoizey

    dynamic html table in xslt

    tsuji, Thanks for trying to help me. I'm not sure how the normalize-space function would help me here. I think I was doing something similar testing using test=event[not(.='')] Am I missing something? I think that xml:choose block would still render a result that looks like this...
  8. NuJoizey

    dynamic html table in xslt

    I'm sure this problem has been worked out many times before, but my experience with XSLT apparently isn't good enough to allow me to see how to do the following: say the XML looks something like this: <events> <event> <name>concert</name> <date>today</date> <time></time>...
  9. NuJoizey

    Toggling background image with JavaScript

    that is so incredibly helpful. thank you so much. Obviously, I don't write a ton of javascript, but whenever I do it seems that I am forever running into these kinds of perplexing issues. Uncommitted, except to looking good. Constantly judging. Always on the verge of being upset.
  10. NuJoizey

    Toggling background image with JavaScript

    why the heck doesn't this code work? if(window.document.getElementById(elm2).style.backgroundImage=='url(images/expand_arrow.png)' || window.document.getElementById(elm2).style.backgroundImage=='') {...
  11. NuJoizey

    have iso - want to create CD

    KJV - thanks for that link. BadBigBen, Yes, i did run across that little tidbit and that's what I ended up using. it seemed to burn an XP disk with little or no fuss. What I don't understand yet is what it "really" did and why I couldn't duplicate that behavior on Nero 9. I'm also kind...
  12. NuJoizey

    have iso - want to create CD

    Just make sure you don't burn the ISO on the disc like a regular file - it has to be extracted and burned as a bootable image." That's just the problem I am having. I have downloaded Nero 9, and there are a few issues: 1. I am using nero 9 because I am currently on a win2003 server box. the...
  13. NuJoizey

    have iso - want to create CD

    I have an ISO copy of windows XP Pro that I've downloaded from my MSDN library subscription. I have a machine where I want to blow out the existing operating system and install XP Pro. It kind of seems ignorant of me to ask, because it seems like it should be pretty easy, but how do I do...
  14. NuJoizey

    the best way to return an integer

    thanks all. I would like to have a statement concise in length but vast in profundity to put here, but I just can't think of one.
  15. NuJoizey

    the best way to return an integer

    Thanks Pwise - is there anything wrong with the way I had been doing it? ie, do you think it has the potential to cause oddball behavior? I'm wondering if it's worth going back and changing some of the code in other similar UDF's throughout my database. I would like to have a statement...
  16. NuJoizey

    the best way to return an integer

    If I have a value stored in SQL Server as an integer, say NumOfUnits sold, and I want to return that value based on an ID field to use in the UI of my ASP.NET app, what is the best way to do this? Currently, I am writing an Scalar valued UDF like this in SQL Server: CREATE FUNCTION...
  17. NuJoizey

    Certificate errors

    nope. unfortunately, not it. Had tried that before and just tried it again, but no dice. What is "check datetime"
  18. NuJoizey

    Certificate errors

    I'm running IE8 on windows server 2003 just as a test machine, but whenever I try to browse the internet or log into a secure site I get a constant "certifcate error navigation blocked" window which is not only annoying but it seems to disable the features of the site I am trying to use. I wish...
  19. NuJoizey

    wizard ctrl within modalpopup: how to access the &quot;finish&quot; button?

    now that i've been doing Micro$oft development work full on for over two years now, i think i am starting to see the light a little bit. i will have to check more into this.
  20. NuJoizey

    wizard ctrl within modalpopup: how to access the &quot;finish&quot; button?

    they are kind of a pain, and seem to require a lot of coding and esoteric syntaxes. To me there are a lot of things that aren't intuitive, or easy to find out. I waste a lot of time saying to myself "i know there must be a way to do this......but how....." Are you referring to developing...

Part and Inventory Search

Back
Top