- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
I'm creating a form: Page 1 has multiple input fields, as well as dynamic form fields (using jquery load to add additional inputs as necessary). Page 2 reads these inputs and sets the values to a session variable (the only values I'm storing in the session are the dynamic inputs). … | |
Re: If your code isn't strict you could try [CODE]<br clear="all" /> [/CODE] instead of the clear class | |
I've been trying to research the use of using Google Analytics to track email views, and haven't been very successful. I see people suggesting using visible logos ("web beacons or bugs") to track (to avoid being considered spam), but not how to implement this. Also I realize you can track … | |
Re: Perhaps a method like this would work for you? Giving a background image to give the appearance of a line. [url]http://www.alistapart.com/articles/fauxcolumns/[/url] | |
Re: Right, like Ardav is saying, index1.php does not actually post anything to index.php, instead try using [CODE] if (($_COOKIE['username'] != $user) || ($_COOKIE['password'] != md5($pass))) [/CODE] instead of [CODE] if (($_POST['username'] != $user) || ($_POST['password'] != md5($pass))) [/CODE] Maybe that will help? ![]() | |
[CODE]<script type="text/javascript" src="http://maps.google.com/maps?file=api&sensor=false&key=APIKEY"></script>[/CODE] [CODE]<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&key=APIKEY"></script>[/CODE] I am trying to integrate our map overlays with a great Google maps Tooltip script I found, but I can only get the overlays to work when calling the first script, and the tooltips will only work when I use the second script. Does … | |
[code=Java] /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package paint1; import java.awt.event.*; import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * * @author Jeanine */ public class MyPanel extends JPanel { private int startX, startY, endX, endY; public int … | |
I work with a higher ed web dev team. I am currently tasked with making a page with specific items that can assist our content developers when working on their area-specific web pages. I have been browsing google, trying to dig my hands deep within the content but there is … | |
Re: The while loop will run while a condition is true. With the do-while loop, the loop is guaranteed to run at least once through, and then check if the do is true to repeat the loop. Good luck! | |
Hi, I am fairly new to java and have been playing around with scanners and while trying to understand this problem I am running into an error "Non-static variable vacation cannot be referenced from a static context" Obviously this isn't quite a completed program, but I am not sure why … | |
Re: Hi bigsilk, I'm sure everyone agrees with you; you have to know how to work magic with many items that you may not have ever worked with before. Thank goodness we have search engines and good forums! | |
Re: Nothing wrong with being a girl lover if you can find one that loves computers as well, then all the merrier! I used to draw pictures of tacos in church, guess not quite as cool as your space wars. Welcome to daniweb, may it enlighten you with the computer haven … |
The End.