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: *

  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?

    Thanks Vacunita, I had to wait until I could get into apple and back to know the result.... I think I've thanked you the most out of everyone here but thanks again.
  3. 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...
  4. 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?
  5. 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 ) {...
  6. 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...
  7. hitsuin

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

    It looks like I celebrated too early as while the layout works, the expanded version of it won't work with the extra javascript. I have I've been trying all weekend to get it to work to no avail. I really didn't want to go with something that masks the problem but now I have different pages that...
  8. hitsuin

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

    Thanks a lot Dan. I actually didn't paste the DOCTYPE here when using my mouse to copy that from notepad and now it occurs to me that I only needed to press ctrl & A. Turns out I was using the wrong one anyway. As for the inline styles, you know when you know you're doing something wrong but...
  9. 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...
  10. hitsuin

    How to affect a webpage within a webpage

    I can't believe I didnt thank you for letting me know. Its a thing I try to do. Thanks for telling me.
  11. 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...
  12. hitsuin

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

    This is exactly why I always find myself clicking "Thank vacunita for this valuable post!" :p I just did again, thanks a lot!
  13. hitsuin

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

    I wrote it badly for this but thats one thing I did try it before. Its what I was writing about earlier about how it jumps straight to the result and never shows "please wait" for the time it takes to work. It shows "Get Result" for the time it takes to work and then probably "please wait" for a...
  14. hitsuin

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

    This one, the last decent one I tried before I turned to this forum, stops at "please wait." <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <script type="text/javascript"> function...
  15. hitsuin

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

    I actually tried that prior to making this thread. The reason why I can't use those is because the whole point is while the second function, JavaProcess() is working, for the duration of its function, "Please wait" is displayed on the page. So far, the page either stops at "Please wait" or jumps...
  16. 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...
  17. hitsuin

    How to get a form to show what you type

    Thank you very much Dan, this has given me the insight to the missing link I sorely needed.
  18. hitsuin

    How to get a form to show what you type

    Thanks for trying, it probably would have helped me if I wasn't an ameteur who slams code together and tries to get them to work. I'm looking into this div stuff but don't see how to marry the two yet.
  19. 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...

Part and Inventory Search

Back
Top