Search results for query: *

  • Users: easyeman
  • Content: Threads
  • Order by date
  1. E

    Problem with wrapping text in Firefox

    I'm designing a page for our site and I want to use mainly <div> tags and having the text flow around it and am trying other stuff out with CSS and styles. I'm not done but I have it where it displays exactly how I want it in IE7, but for some reason the text does not wrap in Firefox. I'm sure...
  2. E

    help using Javascript DOM to make link change in different frame

    I usually don't like frames but I have to use it for some reason in this assignment I'm doing. I am trying to change a link on another frame (main.html) by a user clicking a button on another frame (header.html). I'm using DOM Javascript to do it, and I think I have how it should go except...
  3. E

    problem with input from textbox

    I need some help...I have a page that allows a customer to type in a customer number and Purchase Order number, and I have it set to Autopostback for the CustNum so that when a customer types their 6 digit Customer Number in, it will pull up their billing information on that page and then they...
  4. E

    Using rollover effects with CSS in ASP.net 2.0

    Hey all, well I got that menu working but now I need to fix the header. Basically, I want to do rollover effects for a button, but it has to be with a server control. I got it working just like I want it to with <a> tags and such, and then using CSS...but I need to make it work with ASP.net...
  5. E

    Help with adding links to Menu in ASP 2.0

    Hey, well I got the header to look great and work like I wanted (I ended up using CSS and it all works fine so I'm glad that's done haha). I actually have the menu looking pretty much like I want it but am just having one small problem I need some guidance on. I used and XML file and CSS to...
  6. E

    Need help with ASP 2.0 menu for website

    Hey, I'm having this simple but annoying problem with a menu I've designed in Web Developer in ASP.net. Well it works fine but I'm trying to convert over to ASP 2.0 and when I have it in design it appears how I want it to, but when it goes online the text is different. I want it to have a...
  7. E

    Help with designing header for site in ASP and VB

    Hey, I am trying to design a header for our web site...and I'm having a little trouble. I basically have it looking how I want to, but for some reason it doesn't want to display right. I mean that in the program I'm using (Visual Web Developer) the design looks good, but when I switch to code...
  8. E

    Help with output on email confirmation code

    Hey all, well I posted a thread before on getting some email confirmation code working, and I finally have it working where it shows up in my email after some changes. The main problem now is I need to get the output to look right. I'll post the code and output below, and what I'd like for it to...
  9. E

    Help with email confirmation code in VBScript for Web site

    I need some help. I am trying to write code for an email confirmation thing, so when customers order something off a web site, then it will send them a confirmation message to let them know what they ordered and that it was accepted. But it doesn't seem to be working. I have posted the code...
  10. E

    I need help with this code using Visual Basic.net

    I am doing web programming on a web site, and basically what I am doing is having a file so you can select sizes from a drop down menu and the code will cause the selected choice to bring up the correct size in the database system we have. I am doing this program using Visual Web Developer and...
Back
Top