I am doing a project where you click on a location on a map, and Coldfusion will query a database for that location. I got everything to work right, except for the fact that the coldfusion tags are being ignored. I have a function that sets a td tag's innerHTML to display the query results...
I have a javascript function that is called when clicking the submit buttion on a form, if there is information left out or if fields don't match it makes an alert notifying the user what they are missing. The only problem is that the page continues to be processed. I tried adding a return...
Sorry for the double post, but it still doesn't want to work. Could this be because the text box is nested in the page? I changed the textarea tag to a div tag. Here is my page source.
<html>
<head>
<title>Test Page</title>
<link href="../style.css" rel="stylesheet" type="text/css">
<script...
I have a photogallery that I want to have an image and description show when I click a thumbnail. The images work, but I do not know what to do with the text. Here is my source for my main page:
<textarea name="information">Information goes here</textarea>
and here is my javascript switch...
I have a test page with just a navigation bar and a bunch of javascript. In the bar there are 9 links with subcatergories, but only the 5 are showing up. Here's my code:
<html>
<head>
<title>Test Page</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script language="JavaScript"...
I bought a Canon 20D digital Camera, and it came with some software to open explore the camera, kind of like the Scanner and Camera Wizard. When I try to link an event to the Camera it only lists, photoshop, scanner and camera wizard, microsoft publisher, and word. The only event is device...
Ok, that makes sense. PHP uses names for each input field instead of the value in the field. Thanks for the help, this makes life much easier now that this was cleared up.
I am used to php, and in php you can use isset() to test if the submit button was pressed. I tried doing that in ASP where if the entire form was blank then it would load the form, and if it was filled in then it would proceed to check the inputs. Like I said, I am VERY new to ASP =P
ok, I have a contact form that needs validation. Basically, if an input field is blank=report error, else move on to next input field. The only problem is that it is not moving onto the next input field to check. Here is my code.
<%
If Request.Form<>"" Then
If Request.Form("email")="" Then...
I have a photo gallery with pictures from me and 2 friends. I have it select which photographer based on Get variables, and all the picture information is stored in a mysql database. I got the photos to sort each picture by row, but I want to sort two pictures per row.
This is what is...
Alright it works great now, thanks a lot! Any clues on how to keep the window displayed on top of the main window? I have seen several ways online but none work....
ok, I have a javascript function that opens a shoubox when you click a link. I have a pair of on/off links, and I know how to do the on, but I do not know how to close the window from the main page. I also want this shoutbox window to display on top of the main page. Here is my opener script...
Ok, I got as far as booting from CD, but there is a problem. When it asks me to type in my admin password, it does not accept it. I tested my admin password in normal windows and it works, until it logs me right off. I don't think it would help if I cracked my password since I already know it...
No I cannot logon in safe mode, I tried booting to command line but it still requires me to login. I know I can do a ASR but that means I'll prolly have to format. Is there a way I can keep my system going?
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.