Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Deltran

  1. Deltran

    C++ Project(s)

    I have graduated with a degree in Computer Science 9 months ago. For the past 6 months I have been working as a (underpaid, I find out) web developer. Although this field is playing around with some great ideas (AJAX, DHTML), I feel like I am shunning my CS background to do web work. I would...
  2. Deltran

    Pop-Up issue [object Window]

    Thank you, cLFlaVA and adam0101, for your help. That problem's been getting to me :) chrissie1, thx for the tip ;) Have any recommendations? :) ------------------------------ Thanks you for helping me not be so dumb, Deltran
  3. Deltran

    Pop-Up issue [object Window]

    I'm writing some commenting software (ok, ok, a blog) that's being added to existing software. What they want is for the link to the blog to be attached to files that users have uploaded. The link brings up a pop-up with the comment section inside it. When the link is selected, the pop-up...
  4. Deltran

    Getting a Value from an inline style

    Hey, guess what. It's working the way it should. I need to thank BabyJeffy again - his solution was what I needed. So thank you everyone for reading this, and sorry for bothering you guys with this so much. I do appreciate it! ------------------------------ Thanks you for helping me not be...
  5. Deltran

    Getting a Value from an inline style

    I guess it would have been good of me to point out where the problem is, so you don't have to go though all of my code :/ Sorry for the double-post. There is a function towards the top of the page called openMenu(). It takesd one parameter. The alert boxes that...
  6. Deltran

    Getting a Value from an inline style

    I'm sorry, let me try this again. slidemenu2.php is fine, working wise. I did a very brute force approach to programming that page. It WILL NOT BE EASY to move it to another site. My goal is to make a page THAT IS EASY TO MOVE to any other website. To get to this goal, I need to be able to...
  7. Deltran

    Getting a Value from an inline style

    Here is a link to what I want the code to evenutallly do: www.patricksrealm.com/slidemenu2.php The version in that file is very static. I'm looking to make it more dynamic so that I can have it connect (via php) to my database and pull out the menu categories and associated links. This...
  8. Deltran

    Getting a Value from an inline style

    The code is not called until an onClick action is recieved by another div. To unravel some mystery, I'm making a drop down div menu system for my website. I got it working, however now I'm trying to thin it down so that I can add PHP to it easier (so it can pull the section titles and the...
  9. Deltran

    Getting a Value from an inline style

    Thank you for your reply, BabyJeffy, however my problem does not seem to be solved. The parseInt tells me that the value I'm getting is Not a Number :/ I'll show what my code resembles now: <script> var divBoxNumber = 1; ... var mover = "divBox" + divBoxNumber; ... var divHeight =...
  10. Deltran

    Getting a Value from an inline style

    I feel bad for asking such a simple question... but I will anyway :) I'm having trouble finding the syntax to get the value of something from a style of a div, such as the height. The following is a snippit of what I have now: <script> ... var divHeight =...

Part and Inventory Search

Back
Top