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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: codeone
  • Order by date
  1. codeone

    Htnl and Table

    i hope this isnt the answer...lol <table width="60%"> <tr><td> <table bgcolor ="lightblue" border="0" cellpadding="0" width="100%" > <tr><td align="right"><font size=2> Car Model Year: <br> <input type="text" name="year" size=5></td></tr> <tr><td align="right"><font size=2> Maximum...
  2. codeone

    Change value onSubmit??

    even better... ;) ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  3. codeone

    Change value onSubmit??

    try: getElementById("action") id="action" ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  4. codeone

    Make div width of text in Netscape 7

    oh, sorry man, i didnt read your post good enough at first, sorry about that... well I think you might try a span tag like this: <span style="background='#EFEFEF'">Hello</span> that outta work for you, hopefully... co...
  5. codeone

    Make div width of text in Netscape 7

    use tables > turn off the border > throw a div aroud it > done ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  6. codeone

    Download a Calendar by CSS

    sounds possible... - is it your calendar? - if so, why not just display that on the main page? - if not, get permission, and check out the dudes source - first understand how his cal, works and tweek it the way you need it. i cant help you unless I see the code, although I feel like I can...
  7. codeone

    Making web page fill to the edge of window

    unless he threw everything in on div... ;) ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  8. codeone

    Emulating Excel/Access on the web

    found this for you, dont know if it works or if it is what you want, curteousy of this guy: PHP-NewB@http://forums.devshed.com/archive/t-57680 overflow-y: scroll; That is not a CSS property. Try this: <html> <head></head> <body> <div style="width:200px;height:200px;overflow:scroll;"> <table...
  9. codeone

    Making web page fill to the edge of window

    Dan, nice!! he could also do: <img src="disPic.bmp" style="position:absolute; left:0; top:0;" border="0"> brillant ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing."...
  10. codeone

    Getting a form ID

    your welcome sanjs, sorry I wasn't more helpful, it's just more fun to figure it out on your own, I think, however, frustrating!! ;) glad you got it working! ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs...
  11. codeone

    linking windows

    if the above doesnt help post your code and let us look at it, may be more than just targeting a window...reminder, most people block pop-ups, might want to do so in the page it's self, it would be easier, or you could just use SQL and PHP and give the user their own account... just some...
  12. codeone

    linking windows

    like W3C does? I think they do that with ASP.. ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  13. codeone

    Problems with Javascript drop-downs

    hey sorry for the late reply, sounds like you got it worked out, what I meant was, to literally develop under the 800X600 res., in order to get a wygiwys effect, then, take a look at it in the 1024X720, I think??? See if it looks right and is readable...however if you positioned them with CSS...
  14. codeone

    Moving a Div Tag using Mouse Drag

    oops you gave the star to me instead...lol ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  15. codeone

    Tab to Spaces

    could throw a select code in there.. ______________________________________________________________________________ "The sluggard does not plow after the season, so he begs during the harvest and has nothing." -[Proverbs 20:4]
  16. codeone

    Moving a Div Tag using Mouse Drag

    supra --- nice! ;) __________________________________________________________ "The only difference between me and a mad man is that I'm not mad." - Dali
  17. codeone

    Getting a form ID

    your too nice Supra...let the new guys do some of the work themselves...lol __________________________________________________________ "The only difference between me and a mad man is that I'm not mad." - Dali
  18. codeone

    Getting a form ID

    well looks like you didnt define it to me to, good eye IE..lol try this: <script> functiion chng(){ document.form[0].MyTextBox.value="hi"; } </script> use this to reference...learn how to incorporate this in your script...hint...no need to do this Function(somename), only do that when...
  19. codeone

    can you clear transient cookies in javascript?

    not a problem __________________________________________________________ "The only difference between me and a mad man is that I'm not mad." - Dali
  20. codeone

    Client IP Address Detection

    your suppost to upload it as an htm or html file first and then once on the server you then change it to .shtml... __________________________________________________________ "The only difference between me and a mad man is that I'm not mad." - Dali

Part and Inventory Search

Back
Top