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.
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.
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...
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?
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 ) {...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.