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 strongm 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: hitsuin
  • Content: Threads
  • Order by date
  1. hitsuin

    Jscript checker

    Does anyone know any programs I can use to check Jscript? Preferably one that points out where the errors are. I need anything that can be thought of as long as it isn't IE. I'm okay with javascript but the differences in Jscript are making mountains out of molehills.
  2. hitsuin

    How do I make these buttons smartphone friendly?

    Hi everyone, I hate to be a burden but I'm back again, I hope to actually be able to help others on here on day. I'm writing a page for phones like the iPhone. The page manipulates data in the textbox and writes the answer to the innerhtml. The form doesn't submit data anywhere and the page...
  3. hitsuin

    Displaying differently for the iPhone, how?

    Hello everyone, I want to write a website that stays the same in normal browsers but displays differently for the iPhone. The same way gmail does, like it is loading a different html file. Does any one know how to do that?
  4. hitsuin

    How can I make use of arrays that don't work in transitional doctypes?

    Hello everyone, I have a question that relates to a previous thread I started. In that thread one of the problems identified was that I tried to use arrays in the same way I would in C++. Like this: if ( code[4] = A ) { code[4] = S ; } if ( code[4] = B ) { code[4] = M ; } if ( code[4] = C ) {...
  5. hitsuin

    Arrays in a webpage?

    Hi everyone. I need to get some arrays to function in outside of the body of a webpage. What is the most appropriate thing for me to learn in order to do this? PHP, ASP, SQL? I really have no clue. I really don't want to waste time trying to find out by myself and end up choosing the worst...
  6. hitsuin

    How do I get IE to present this layout the way Firefox and Opera do?

    Hello everyone, I'm trying to construct a webpage but I'm having a problem with it, or should I say I.E is. Opera and firefox handle it fine and display the page as I intend it to be seen, but internet explorer is determined to say no. If anyone can tell me how to fix this I'd deeply appreciate...
  7. hitsuin

    How to affect a webpage within a webpage

    Hello everyone, I wanted to know how JavaScript can be use to affect a webpage that displayed within another webpage. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <object...
  8. hitsuin

    Js to &lt;body&gt; to Js, how can I do this?

    Hi everyone, I'm trying to get something like like "please wait" displayed in place of my result while the js is functioning to show that the javascript is working. I'm guessing it needs to go to the body before automatically going back to the script block for the final function. I've been...
  9. hitsuin

    How to get a form to show what you type

    Hi everyone, I've looked online but can't figure out how to get a page to print out a whatever text I write in a box on the same page below the textbox. I can't use response.write as the avascript will be expanded to manipulate the input. If you have any idea's please let me know. Many thanks...
  10. hitsuin

    Why won't the if statements work?

    Hi Everyone, I need anyone who can to show me what I'm doing wrong and how to fix it. I want the 5th character input into this page to display differently. Also, if anyone can tell me why firefox keeps working on the page like its incomplete, which it probably is, but why, I'd really appreciate...

Part and Inventory Search

Back
Top