Summary: I have a form text box that I need to load, but the name of the field is a variable (quan1, quan2, etc.). The following code results in a blank alert...
Summary: When i use an event handler in javascript, i will be able to get the name of the image by using event.srcElement. But this method does not work in fir...
Summary: ok my m8 helped me by writing me a code in java script to change front colour background colour front size and style its for a college project and i d...
Summary: Hello! Im trying to insert an image using javascript. My problem is, i cant use the standard: document.images["image_name"] This is because the image ...
Summary: Find the resolution that the client computer is running (see link below) then instead of putting the window.open call into the href itself, you will n...
Summary: on the site http://www.israeli-weapons.com/inde... see the "quick menu". I wish to have a similar component, but it should not load a new page when th...
Summary: From what I've seen of PHP so far, it works similarly to JSP. I'll tell you how'd I do this in JSP and I believe that you can do the same thing with ...
Summary: DrS- No...If going to the URL places a cookie on the user's computer, then the PHP way I mentioned won't work. This is because the server is the one ...
Summary: I know that I can access form object in Javascript by doing: onClick="document.myForm.myText.value='it works'" However when I do this from a child wi...
Summary: Interesting stuff...I'm impressed that you got it to work, and it sounds like you're actually doing it reasonably efficiently (considering the technol...
Summary: I am having trouble in my ASP.NET application. I have a slide-in javascript menu on the left hand side of my page. When it slides in, it goes over the...
Summary: hi all im new to php so i need help. I currently have a voice chat which is coded in javascript, i have a registration system in php that works fine a...
Summary: I'm not sure I can envision the scenario here...You want to get some data from a server and store it in javascript, but you want to do it via GET inst...
Summary: Hi, my php code calling country,states and city from database and arranging it in javascript array. these array then use by javascript to create oncl...
Summary: The closest I've come to getting this to work on my site is the image loads, swaps out to nothing. www.milfordjournal.com/newindex3.html thanks for ...
Summary: First of all, Java !== Javascript :D Ok, above the </head>: [script language="JavaScript" type="text/JavaScript"] function showAll() { document.g...
Summary: ---quote--- "If you have a "submit" button or any other form element that doesn't have a numerical value, it will throw an error." ---/quote--- True. ...
Summary: Hi everyone, Does anybody know how to call a jsp script with a value in javascript? I know there is a way to go to a different page, the syntax is win...
Summary: Not using PHP no i suppose u cud do it in JAVASCRIPT, but thats not much use it you want to log it to file if you could do it, you could potential vie...
Summary: Can someone tell me how to have my image at the top of my webpage (the banner), dynamically adjust according to the screen size? Its probably possible...
Summary: there are a lot of free script sites that would offer what you want in dhtml or in javascript do a google search on "free script" or "free javascript"...
Summary: lmao, holy crap! does it seriously have to be this long? ok, i think i've gotten this figured out. im a n00b in javascript though, so i might need som...
Summary: I would imagine you could easily do it with any server-side scripting language. It's all a matter of finding the browser of the user and writing the c...
Summary: I can't see any way of doing that, but there might be another way to accomplish it. I am assuming that you are using the setTimeout function in javasc...
Summary: Been given the assignment in my Web Devel. class to create a web crawler that would search out and return cookies. Any suggestions on how to go about ...